Eric Amodio
3dfdbd7c85
Adds scrollable setting to the current line annotation
Closes #149 , #290 , #265
6年前
Eric Amodio
28b87cfc92
Refactors current line tracking
Splits currentLineController into:
lineAnnotationController - end of line annotation
lineHoverController - hovers to current line(s)
statusBarController - blame on the statusbar
6年前
Eric Amodio
2ac71647cb
Fixes #309 - comparision commands terminology
6年前
Eric Amodio
f2dd2b4c54
Fixes #312 - simplify date style switching
6年前
Eric Amodio
e3ca5ee487
Fixes outdated schema of codeLens.scopesByLanguage
6年前
Eric Amodio
6995b16f32
Preps v8.1.0
6年前
Eric Amodio
c8cc8d54a8
Clarifies docs on gitlens.advanced.git
6年前
Eric Amodio
b10f7391ed
Adds control over annotation toggling
Supports toggling annotations for each file individually or all files at once
Closes #289
6年前
Eric Amodio
4ab0913e31
Changes WYSIWYG to interactive
6年前
Eric Amodio
266b43b012
Closes #279 - removes selected from ancestor compare
Adds custom label support to result view
6年前
Eric Amodio
a5b52c6ab0
Fixes #294 - standard key bindings conflict
Also fixes #286 , #227 , #219 , #186 , #151 , #104 , #75
6年前
Eric Amodio
ee14b2f31e
Preps v8.0.1
6年前
Eric Amodio
7a61eb1f40
Adds swap comparision command to results view
6年前
Eric Amodio
3d994bd0cf
Adds compare working tree to branch/tag command
6年前
Eric Amodio
da8a22f5d4
Adds push to commit terminal command
6年前
Eric Amodio
b0ad5d1048
Consolidates commands using regex matching
Renames view items for regex matching
6年前
Eric Amodio
0c2622291a
Adds release notes link to README
6年前
Eric Amodio
dad0b86b06
Updates README
Update Welcome content
Updates logo (polish)
Adds scss sorting rules
6年前
Eric Amodio
ebdbb1b12a
Adds teaser images
Adds Configuration section to README
6年前
Eric Amodio
025a9f1b72
Adds paypal donation link
6年前
Eric Amodio
53050bdf6d
Adds BACKERS.md
6年前
Eric Amodio
5fd665b2a7
Closes #272 - adds option to reduce status bar flicker
6年前
Eric Amodio
6c3716daf8
Preps v8.0.0
Closes #51 , Closes #167 , Closes #270
6年前
Eric Amodio
45fc80a2cf
Renames overviewRuler highlight to overview
6年前
Eric Amodio
004b1dc38e
Preps v8.0.0-rc
6年前
Eric Amodio
3a6a00a4e9
Removes 'or not' from 'whether or not'
6年前
Eric Amodio
147301ac05
Adds control over following renames
Adds advanced.fileHistoryFollowsRenames setting
Adds commands to set rename following to the GitLens explorer
6年前
Eric Amodio
16d855a3a0
Updates the tree layout for branches
- Removes mix-tree support
- Avoids nesting on the current branch
- Caches basename
- Replaces folder icons with theme icons
- Folder icons will now follow the file icon theme used
- Fixes minor nitpicks
6年前
Yukai Huang
4103381af1
Closes #258 - Adds tree-like layout to branches
Add folder icon
Implement branch folder
Implement branches.layout config option
Fix branch node ordering in Tree layout
Sort branch folder containing current branch correctly
- Add current getter method to BranchNode
- Implment a recursive findCurrent method on BranchFolderNode
Do not parse invalid branch name as branch folder
Expand current branch folder
6年前
Eric Amodio
df95f53176
Adds show support section
Adds patreon links
6年前
Eric Amodio
cd7a9ced38
Fixes typos
6年前
Eric Amodio
e7e7eccb33
Refactors apps into a common base
Adds showWhatsNewAfterUpgrades setting
Removes messages.suppressUpdateNotice
Removes messages.suppressWelcomeNotice
6年前
Eric Amodio
e78b2a1a38
Updates README
Updates all the screenshots
Updates welcome & settings
6年前
Eric Amodio
d8f1ae0d54
Updates README (wip)
6年前
Eric Amodio
81205e4c90
Renames GitLens view to GitLens Explorer
Adds settings for GitLens Results view
Adds layout settings for explorers
Adds not equals support
Updates README (wip)
6年前
Eric Amodio
b180ecc1e2
Adds welcome & settings pages (wip)
6年前
Eric Amodio
ad2bc4eb3b
Overhauls configuration
6年前
Eric Amodio
279e122a92
Closes #267 - supports custom remotes with split paths
6年前
Eric Amodio
68ec6e6263
Changes chorded keymap keys to avoid Windows issues
6年前
Eric Amodio
f4cbd43377
Fixes README and CHANGELOG
6年前
Eric Amodio
536cae05f3
Adds avatars to gutter and hover blame annotations
6年前
Eric Amodio
9f40bf037a
Closes #112 - Adds blame support for unsaved files
Adds a static "container"
Adds a document tracker - replaces the context tracker
Adds a line tracker
Refactors all the things - better performance, lower overhead, less code, more separation of concerns, more maintainable (hopefully)
Changes dirty blame to only happen after a "idle" delay
Closes open file annotations on edit (too expensive to track changes)
6年前
Eric Amodio
216eb6cad5
Renames Compare Selected Ancestor with Working
6年前
Eric Amodio
4c0e843d8e
Changes formatting
6年前
Eric Amodio
13c57d1485
Adds new terminal commands
Adds Merge Branch (via Terminal) command
Adds Rebase (Interactive) Branch (via Terminal) command
Adds Cherry Pick Commit (via Terminal) command
Adds Revert Commit (via Terminal) command
Adds Create Tag (via Terminal)... command
Adds Delete Tag (via Terminal) command
6年前
Eric Amodio
54941e6068
Closes #240 - adds Compare Selected Base with Working command
Adds Compare with Working command
6年前
Eric Amodio
10d7f683d8
Closes #197 - Preview search matches
Adds file-based search options to placeholder text
6年前
Eric Amodio
610a77328c
Closes #89 - adds relative/absolute default date style
6年前
Eric Amodio
b01d7abb62
Closes #182 - adds heatmap annotations
7年前
Eric Amodio
c2f7b3146d
Adds gitlens.explorers.compareWithHead command
Adds gitlens.explorers.compareWithRemote command
7年前