
Themes may customize the display of sidebar badges and status bar information.Commands have been added to open a repository, see file or folder history, or blame a file in Sublime Merge.The current Git branch and number of modifications is displayed in the status bar.Ignored files and folders are visually de-emphasized.Files and folders in the sidebar will now display badges to indicate Git status.See also the Announcement Post NEW: Git Integration API: Fixed regression with phantoms interfering with home/end behavior.
API: Fixed an incompatibility with SublimeREPL. Linux: Fixed incorrect file ownership in the deb packages. Linux: Tweaked the way text scaling is handled. Linux: Improved high dpi handling under KDE. Linux: Fixed compatibility with old Linux distributions. Mac: Added a workaround for a MacOS issue with DisplayLink adapters. Fixed swap_line_up and swap_line_down transforming tabs into spaces. Fixed block carets changing the way text selection works.
Improved scrolling logic in some scenarios. Improved file indexing behavior in some scenarios. Fixed a crash in the Git repository handling. Git: Fixed UTF8 BOMs not being handled correctly in. Git: Improved performance with a large number of git repositories in the side bar.
This can be changed via the allow_git_home_dir setting.
Git: Git repositories at the top level of a users home directory are ignored for performance reasons. Various syntax highlighting improvements. So basically I would need to know how to iterate through items where the empty line breaks the pattern.īear in mind, cases like this can appear multiple times within a given document so the four dashes will need to be used as anchors.įor whatever it's worth, I put up a Regex demo, if anyone cares to take a look (they will see it's unfinished and cannot work the way it is). Probably the whole approach is too static ("dumb") and a different approach is needed (with pipes or whatever). My method to match any number of sentences before the empty line is unsuccessful. Some other text not belonging to above author comes after empty line. > Any number of sentences if there are any will follow - all need to be in quote blocks. Which means these lines should be prefixed with a > and a whitespace character.ĭesired result: # Author name writes in his 'Title of some Book/Essay/Article': I would like all sentences with soft line breaks (= two spaces) at the end to be in quote blocks. Some other text not belonging to above author comes after empty line (**no changes needed here**). > First sentence with soft line breaks at the end.Īny number of sentences if there are any will follow - all need to be in quote blocks. What I managed - what I have now - is the following format: # Author name writes in his 'Title of some Book/Essay/Article': I have just performed changes in multiple markdown documents in Notepad++.