1. 01 11月, 2018 1 次提交
  2. 12 7月, 2018 1 次提交
  3. 01 7月, 2018 1 次提交
    • A
      Rename collapsable to collapsible (#5251) · 9278ab2e
      Abel Braaksma 提交于
      * Rename collapsable to collapsible
      
      * Updating resource files for rename collapsable into collapsible
      
      * Updating resource files for rename collapsable into collapsible
      
      * Removing accidentally committed *.resources files
      
      * Updating resx file for collapsable > collapsible and corresponding xlf files, fixing erroneous earlier commits
      9278ab2e
  4. 21 6月, 2018 1 次提交
  5. 22 5月, 2018 1 次提交
  6. 16 3月, 2018 4 次提交
    • K
      Revert code lens .... it's being stabilized in the branch 15.8 (#4547) · c769fecb
      Kevin Ransom (msft) 提交于
      * Revert "remove comment (#4538)"
      
      This reverts commit 4dce3d16.
      
      * Revert "Code Lens and Line Lens (#3608)"
      
      This reverts commit 8f8cbd64.
      c769fecb
    • V
      Code Lens and Line Lens (#3608) · 8b52c979
      Victor Peter Rouven Müller 提交于
      * Found a workaround for the heavy code lens bug.
      
      Merged master into the branch.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixes a deadlock due to context changes + started removing mutex. This is from yesterday!
      Review is NOT applied yet!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Small fixes, applied a part of the reviews
      The UI is still buggy. This is very annoying.
      
      @saul I should report the bug you read about in my comments. . .
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixed CodeLens layout updates.
      
      Added possibility to enforce a re-layout of the visible code lens for the next layout-changed call.
      
      Applied suggestions from the reviews (could be that I missed one or two).
      
      Small cleanup.
      
      Small documentation additions.
      
      More checks.
      
      Removed some debug code.
      
      Added some debug code, most only appears if exceptions are thrown.
      
      The caching is still a small bit broken. At least I found out it's only a bit broken.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing removal of Code Lens.
      
      Reuse of elements still needs to be finished. I started it months ago but didn't finish it.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing fatal UI logic.
      
      Finally activated code for using cache results (so fixed a bug which included that code lens could be lost for us).
      
      Small cleanup to reduce confusion and decreased chance of introducing bugs due to this.
      
      Changing TaggerProvider to a more appropriate one.
      
      Discovered bugs in the visitor logic.
      
      * Added Line-Lens
      Added Options page to disable Code-Lens and to switch between Code-Lens and Line-Lens
      
      More caching fixes. Minimal UI fixes
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixed caching completely.
      Also fixed with this UI issues.
      
      Big cleanup.
      
      Now it's ready for another round of reviews!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Added prefix option
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing bug reported by Vasily
      
      Fixing cache bug.
      
      Fixing ui-offset bug.
      
      Fixing multi-view bug.
      
      Fixing build.
      
      Fixing signature bug reported by @saul
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing KeyNotFoundException.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Another UI fix.
      Code Lens are now hidden as soon as their line isn't visible anymore due to inserting new lines.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Applied some review comments.
      
      Heavy performance improvements, now layouting isn't done every time due to that Visual Studio just transforms everything together (it's not viewport relative anymore, it's owner controlled but still in the wpf-text-view-coordinate-system)!
      
      The UI should now be fine in my opinion. It wasn't able for me to find a better workaround as just subtracting one pixel from the top position of the adornments.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Another round of small cleanup.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Another UI layout fix.
      Now weird code lens anymore :P
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing merge
      
      * start working on color option
      
      * use darker gray à la normal CodeLens
      
      * Bind only from XAML. Fixes issue where "prefix" option was not saved
      
      * Undo unintended whitespace change
      
      * Should be part of previous commit
      
      * start working on color option
      
      * use darker gray à la normal CodeLens
      
      * Undo unintended whitespace change
      
      * Should be part of previous commit
      
      * fix value names
      
      * Applied review + small workaround for a bug.
      
      Merry Christmas!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Removed old files
      
      * trying to fix CI
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * First fix for member and constructor signatures!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      8b52c979
    • V
      Code Lens and Line Lens (#3608) · 8f8cbd64
      Victor Peter Rouven Müller 提交于
      * Found a workaround for the heavy code lens bug.
      
      Merged master into the branch.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixes a deadlock due to context changes + started removing mutex. This is from yesterday!
      Review is NOT applied yet!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Small fixes, applied a part of the reviews
      The UI is still buggy. This is very annoying.
      
      @saul I should report the bug you read about in my comments. . .
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixed CodeLens layout updates.
      
      Added possibility to enforce a re-layout of the visible code lens for the next layout-changed call.
      
      Applied suggestions from the reviews (could be that I missed one or two).
      
      Small cleanup.
      
      Small documentation additions.
      
      More checks.
      
      Removed some debug code.
      
      Added some debug code, most only appears if exceptions are thrown.
      
      The caching is still a small bit broken. At least I found out it's only a bit broken.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing removal of Code Lens.
      
      Reuse of elements still needs to be finished. I started it months ago but didn't finish it.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing fatal UI logic.
      
      Finally activated code for using cache results (so fixed a bug which included that code lens could be lost for us).
      
      Small cleanup to reduce confusion and decreased chance of introducing bugs due to this.
      
      Changing TaggerProvider to a more appropriate one.
      
      Discovered bugs in the visitor logic.
      
      * Added Line-Lens
      Added Options page to disable Code-Lens and to switch between Code-Lens and Line-Lens
      
      More caching fixes. Minimal UI fixes
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixed caching completely.
      Also fixed with this UI issues.
      
      Big cleanup.
      
      Now it's ready for another round of reviews!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Added prefix option
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing bug reported by Vasily
      
      Fixing cache bug.
      
      Fixing ui-offset bug.
      
      Fixing multi-view bug.
      
      Fixing build.
      
      Fixing signature bug reported by @saul
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing KeyNotFoundException.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Another UI fix.
      Code Lens are now hidden as soon as their line isn't visible anymore due to inserting new lines.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Applied some review comments.
      
      Heavy performance improvements, now layouting isn't done every time due to that Visual Studio just transforms everything together (it's not viewport relative anymore, it's owner controlled but still in the wpf-text-view-coordinate-system)!
      
      The UI should now be fine in my opinion. It wasn't able for me to find a better workaround as just subtracting one pixel from the top position of the adornments.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Another round of small cleanup.
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Another UI layout fix.
      Now weird code lens anymore :P
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Fixing merge
      
      * start working on color option
      
      * use darker gray à la normal CodeLens
      
      * Bind only from XAML. Fixes issue where "prefix" option was not saved
      
      * Undo unintended whitespace change
      
      * Should be part of previous commit
      
      * start working on color option
      
      * use darker gray à la normal CodeLens
      
      * Undo unintended whitespace change
      
      * Should be part of previous commit
      
      * fix value names
      
      * Applied review + small workaround for a bug.
      
      Merry Christmas!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * Removed old files
      
      * trying to fix CI
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      
      * First fix for member and constructor signatures!
      Signed-off-by: Nrealvictorprm <mueller.vpr@gmail.com>
      8f8cbd64
    • Z
      77a9e0a5
  7. 10 3月, 2018 1 次提交
  8. 16 1月, 2018 1 次提交
  9. 03 1月, 2018 1 次提交
  10. 13 11月, 2017 1 次提交
  11. 07 11月, 2017 1 次提交