Mac:smergenow correctly restores window positions Build 2042 29 January 2021 Show downloads Image diffs: added support for PSD, TGA, PPM, and PGM file formats Remote branches: added command to checkout corresponding local branch Switch Repository dialog: open new tabs via Ctrl key (Cmd for Mac...
If theuse_editor_syntaxsetting is false, then the following apply: {"html":{"allowed_file_extensions":["htm","html","xhtml","shtml","xml","svg"],},"css":{"allowed_file_extensions":["css","scss","sass","less"]},"js":{"allowed_file_extensions":["js"]},"json":{"allowed_fi...
SublimeLinter/SublimeLinter-cpplintPublic Notifications Fork11 Star20 master 1Branch 12Tags Code Folders and files Name Last commit message Last commit date Latest commit kaste Merge pull request#14from SublimeLinter/kaste-patch-1 b82ace7·
interface.get_view_regions("untracked_files") + interface.get_view_regions("merge_conflicts")) non_cached_lines = util.view.get_lines_from_regions( self.view, self.view.sel(), valid_ranges=non_cached_sections ) non_cached_files = ( os.path.join(self.repo_path, line.strip())forlinein...
New: When using copy, cut or paste the editor will ask for "replace items" when these items exists. Note: When a folder exists the package will merge the two as in the OS. Update v1.0: New: Add boolean preference "close_affected_buffers_when_deleting_even_if_dirty" which controls if...
If you encounter merge conflicts that need to be resolved manually, displaying the diff can help ensure that you haven't introduced any unintended changes or made mistakes. (In most cases, the diff will be empty, indicating that both tips are identical in terms of code.) From the main menu...
Description of the bug NixOS/nixpkgs#210452 OpenSSL 1.1 is flagged as insecure and will be removed for the next stable NixOS release as it's EOL 09/2023. I'm using sublime-text4 as primary editor (on a daily basis) and wanted to ensure t...
Merge pull requesttitoBouzout#447from jtojnar/patch-1 Jun 14, 2023 .gitignore update to latest Aug 13, 2023 Commands.sublime-commands Adds "copy relative path to last selected/focused tab" Oct 2, 2018 Main.sublime-menu Formatting Oct 2, 2018 ...
Code Pull requests Actions Projects Security Insights Additional navigation options master 3Branches 0Tags Code Folders and files Name Last commit message Last commit date Latest commit dzhibas Merge pull requestdzhibas#76from dzhibas/patch-1
If on your machine "./jq" tool is available with ctrl+atl+shift+j you can run against your json. output will be opened in new view so you can once again apply jq on new buffer You can find instructions of tool here: http://stedolan.github.io/jq/ ...