Eric Amodio
|
5cc9365fa1
|
Adds more info to the status nodes
|
7 years ago |
Eric Amodio
|
1b4350e476
|
Removes Stash Unstaged Changes option
Changes Stash Changes icon to a +
|
7 years ago |
Eric Amodio
|
586785cfb8
|
Changes stashes icon to match custom view
|
7 years ago |
Eric Amodio
|
04df931902
|
Adds Refresh command to most custom view items
Updates custom view when repo changes (brute force for now)
|
7 years ago |
Eric Amodio
|
d31eb25451
|
Adds Apply Changes command to custom view files
Adds Stash Changes command to SCM view items
|
7 years ago |
Eric Amodio
|
35b16a78ba
|
Adds status indicator to repo icon
|
7 years ago |
Eric Amodio
|
9782a81e46
|
Adds new GitLens custom view
|
7 years ago |
Eric Amodio
|
480dcb95fb
|
Adds a file history explorer view
|
7 years ago |
Eric Amodio
|
ef41176ea7
|
Defaults stashes format to ${filePath}
Adds message when there are no stashes
Cleans up the stash explorer
|
7 years ago |
Eric Amodio
|
bcd83566a1
|
Reworks ExplorerNode base class
Adds TextExplorerNode for messages
|
7 years ago |
Eric Amodio
|
ca089777db
|
Adds ${filePath} support to status file formatting
|
7 years ago |
Eric Amodio
|
a255eea949
|
Splits code lens out of GitService
|
7 years ago |
Eric Amodio
|
7d99624068
|
Adds more logging to track down #130
|
7 years ago |
Eric Amodio
|
c258d04381
|
Fixes #135 - Full-width chars break gutter annotations (really)
|
7 years ago |
Eric Amodio
|
6255b26fd2
|
Fixes #135 - Full-width chars break gutter annotations
|
7 years ago |
Eric Amodio
|
03fefaad3b
|
Disables current line blame annotations when debugging
|
7 years ago |
Eric Amodio
|
f11c00ceda
|
Changes the annotation line separator rendering
|
7 years ago |
Eric Amodio
|
0e338308c6
|
Fixes jumpiness when opening a diff
|
7 years ago |
Eric Amodio
|
e39bd5dad3
|
Removes setting & command to show/hide stashes view
|
7 years ago |
Eric Amodio
|
00cdd2e375
|
Adds "on" state to file annotation command
Adds "progress" state to file annotation command
|
7 years ago |
Eric Amodio
|
0bd31099ce
|
Keeps the hover info in the whitespace area at the start of the current line
|
7 years ago |
Eric Amodio
|
e10d7eb648
|
Increases performance of blame annotations
especially for larger file
|
7 years ago |
Eric Amodio
|
9d9c3181f7
|
Fixes #107 - Double-byte characters break blame layout
|
7 years ago |
Eric Amodio
|
68a42fd0c7
|
Adds progress indicator for long annotation operations
|
7 years ago |
Eric Amodio
|
4d167c3cdd
|
Fixes lint issues
|
7 years ago |
Johannes Rieken
|
459a8dce1d
|
mixin state of super type
As discussed, this should be ok for Insiders and Stable and accommodate for our URI changes.
|
7 years ago |
Eric Amodio
|
a2cd57cf95
|
Fixes #108 - hides stash explorer by default
Adds stash explorer toggle command
|
7 years ago |
Eric Amodio
|
af4f433972
|
Adds stash commands similar to SCM
|
7 years ago |
Eric Amodio
|
52275215fe
|
Adds content uri from GitUri
|
7 years ago |
Eric Amodio
|
71edb1b99a
|
Stops error message with stash apply conflict
|
7 years ago |
Eric Amodio
|
7f3fdb48fd
|
Removes insiders flag from stash view
|
7 years ago |
Eric Amodio
|
81a9092455
|
Removes stash list in explorer command
Rename Show File History in Explorer back to Open File History Explorer
Removes the git explorer view (for now)
|
7 years ago |
Eric Amodio
|
d288985c26
|
Adapts stash commands to new structure for views
Adds onDidChangeRepo event to GitService
Refreshes stash view when repo changes
|
7 years ago |
rebornix
|
b81d873a34
|
WIP of Stash Explorer commands
# Conflicts:
# src/commands/stashApply.ts
|
7 years ago |
Eric Amodio
|
c96a659e9e
|
Fixes uris on nodes
|
7 years ago |
Eric Amodio
|
d193676502
|
Adds status icons to explorer views
Adds templating support to explorer views
|
7 years ago |
Eric Amodio
|
6410a274d5
|
Renames explorer views
Adds refresh commands for explorer views
Adds context menu commands to both explorer views
|
7 years ago |
Eric Amodio
|
272bb4db45
|
Sets line to avoid diff jumping
|
7 years ago |
Eric Amodio
|
7fbee675f0
|
Spits branch and status nodes into separate files
Removes status node for now
|
7 years ago |
Eric Amodio
|
bc21272409
|
Defers command construction until later
Gets a properly constructed commit to improve performance of opening the diff
|
7 years ago |
Eric Amodio
|
da450a614d
|
Renames explorerNodes
|
7 years ago |
rebornix
|
0e4664bab1
|
Rename Stash Explorer
|
7 years ago |
rebornix
|
1b4800571d
|
extract stash explorer
|
7 years ago |
Eric Amodio
|
c812a56eac
|
Adds an experimental custom view (wip)
|
7 years ago |
Eric Amodio
|
3081632815
|
Updates dependencies (typescript)
Fixes newly detected typescript errors
|
7 years ago |
Eric Amodio
|
3d32d86998
|
Renames onDidBlameabilityChange for consistency
|
7 years ago |
Eric Amodio
|
0a9559f5a5
|
Reworks commanding structure for less redundancy
Adds command args copying when needed
|
7 years ago |
Eric Amodio
|
3bf5f23c66
|
Adds diffWithRevision command
|
7 years ago |
Eric Amodio
|
1751987868
|
Reworks more commands deal with context
|
7 years ago |
Eric Amodio
|
9179b70875
|
Avoids re-setting the line if it is already set
|
7 years ago |