a618b7efe6
Adds ability to esc out of file annotations
Eric Amodio2017-06-13 01:31:13 -04:00
a2903ce4a9
Refactors formatters Moves annotation messages from formatter to annotations Moves icons into dark/light folders
Eric Amodio2017-06-13 00:12:31 -04:00
d01c592533
Adds welcome message for first-time users
Eric Amodio2017-06-05 18:53:43 -04:00
37e48ded2d
Major refactor/rework -- many new features and breaking changes Adds all-new, beautiful, highly customizable and themeable, file blame annotations Adds all-new configurability and themeability to the current line blame annotations Adds all-new configurability to the status bar blame information Adds all-new configurability over which commands are added to which menus via the gitlens.advanced.menus setting Adds better configurability over where Git code lens will be shown -- both by default and per language Adds an all-new changes (diff) hover annotation to the current line - provides instant access to the line's previous version Adds Toggle Line Blame Annotations command (gitlens.toggleLineBlame) - toggles the current line blame annotations on and off Adds Show Line Blame Annotations command (gitlens.showLineBlame) - shows the current line blame annotations Adds Toggle File Blame Annotations command (gitlens.toggleFileBlame) - toggles the file blame annotations on and off Adds Show File Blame Annotations command (gitlens.showFileBlame) - shows the file blame annotations Adds Open File in Remote command (gitlens.openFileInRemote) to the editor/title context menu Adds Open Repo in Remote command (gitlens.openRepoInRemote) to the editor/title context menu Changes the position of the Open File in Remote command (gitlens.openFileInRemote) in the context menus - now in the navigation group Changes the Toggle Git Code Lens command (gitlens.toggleCodeLens) to always toggle the Git code lens on and off Removes the on-demand trailing file blame annotations -- didn't work out and just ended up with a ton of visual noise Removes Toggle Blame Annotations command (gitlens.toggleBlame) - replaced by the Toggle File Blame Annotations command (gitlens.toggleFileBlame) Removes Show Blame Annotations command (gitlens.showBlame) - replaced by the Show File Blame Annotations command (gitlens.showFileBlame)
Eric Amodio2017-06-03 00:37:33 -04:00
5af70fd2bf
Adds welcome message for first-time users
Eric Amodio2017-06-05 18:53:43 -04:00
cecd3524b8
Major refactor/rework -- many new features and breaking changes Adds all-new, beautiful, highly customizable and themeable, file blame annotations Adds all-new configurability and themeability to the current line blame annotations Adds all-new configurability to the status bar blame information Adds all-new configurability over which commands are added to which menus via the gitlens.advanced.menus setting Adds better configurability over where Git code lens will be shown -- both by default and per language Adds an all-new changes (diff) hover annotation to the current line - provides instant access to the line's previous version Adds Toggle Line Blame Annotations command (gitlens.toggleLineBlame) - toggles the current line blame annotations on and off Adds Show Line Blame Annotations command (gitlens.showLineBlame) - shows the current line blame annotations Adds Toggle File Blame Annotations command (gitlens.toggleFileBlame) - toggles the file blame annotations on and off Adds Show File Blame Annotations command (gitlens.showFileBlame) - shows the file blame annotations Adds Open File in Remote command (gitlens.openFileInRemote) to the editor/title context menu Adds Open Repo in Remote command (gitlens.openRepoInRemote) to the editor/title context menu Changes the position of the Open File in Remote command (gitlens.openFileInRemote) in the context menus - now in the navigation group Changes the Toggle Git Code Lens command (gitlens.toggleCodeLens) to always toggle the Git code lens on and off Removes the on-demand trailing file blame annotations -- didn't work out and just ended up with a ton of visual noise Removes Toggle Blame Annotations command (gitlens.toggleBlame) - replaced by the Toggle File Blame Annotations command (gitlens.toggleFileBlame) Removes Show Blame Annotations command (gitlens.showBlame) - replaced by the Show File Blame Annotations command (gitlens.showFileBlame)
Eric Amodio2017-06-03 00:37:33 -04:00
53c691898f
Changes behavior of diffWithWorking to always does what it says Compares the current file with the working tree -- if the current file *is* the working file, it will show a File matches the working tree message
Eric Amodio2017-05-27 04:26:51 -04:00
365af9c54b
Changes behavior of diffWithPrevious to always does what it says Compares the current file with the previous commit to that file
Eric Amodio2017-05-27 04:26:12 -04:00
55b1a66ec0
Adds 'gitlens.diffWithWorking' status bar command option Changes 'gitlens.diffWithPrevious' status bar command option behavior
Eric Amodio2017-05-27 04:25:12 -04:00
522e5a49a2
Renames 'Compare with *' in quick pick menus Renames 'Compare File with Previous Commit' command Renames 'Compare Line with Previous Commit' command Renames 'Compare Line with Working Tree' command
Eric Amodio2017-05-27 04:14:47 -04:00
e99febb52d
Adds diff info to active line hover always
Eric Amodio2017-05-27 02:39:10 -04:00
f1042de9c7
Stops some code lens actions when uncommitted
Eric Amodio2017-05-25 01:30:28 -04:00
efd3d40aa8
Switches to use GitUris in more places
Eric Amodio2017-05-25 01:05:18 -04:00
9c7062020e
Fixes issue with blame on versioned files Stops falling back to the cached blame of the working file Handles git scheme urls properly
Eric Amodio2017-05-25 00:46:39 -04:00
8a74950708Fixes#40 - encoding issues This is only a partial fix, as vscode doesn't allow enough controls to fix everything
Eric Amodio2017-05-23 18:44:08 -04:00
3502bdf6c7
Adds more linting rules Fixes lint issues
Eric Amodio2017-05-23 17:18:44 -04:00
e1b1b737d9
Constrains the active line hover to the start/end of a line
Eric Amodio2017-05-22 16:17:20 -04:00
19e523d6e4
Adds diff info to the active line hover for uncommitted changes
Eric Amodio2017-05-22 16:16:17 -04:00
ff1597d64f
Refactors git command caching Now caching many more commands to reduce git/parsing roundtrips and increase performance
Eric Amodio2017-05-22 16:14:33 -04:00