1. 23 10月, 2018 1 次提交
  2. 20 9月, 2018 1 次提交
  3. 18 9月, 2018 1 次提交
  4. 13 9月, 2018 1 次提交
  5. 05 9月, 2018 1 次提交
    • K
      add option for input validation foreground color (#57734) · 3053bc6d
      Karthikayan 提交于
      * add option for input validation foreground color for findWidget
      
      * fix copy paste mistakes
      
      * removing defaults for foreground color
      
      * add inputValidationForeground wherever inputValidationBackground is used
      
      * add inputValidationForeground color
      3053bc6d
  6. 28 6月, 2018 1 次提交
  7. 26 6月, 2018 1 次提交
  8. 14 6月, 2018 1 次提交
  9. 11 6月, 2018 1 次提交
  10. 08 6月, 2018 2 次提交
  11. 07 6月, 2018 2 次提交
  12. 12 5月, 2018 1 次提交
  13. 07 3月, 2018 4 次提交
  14. 16 2月, 2018 1 次提交
  15. 17 11月, 2017 1 次提交
  16. 09 11月, 2017 1 次提交
  17. 25 9月, 2017 1 次提交
    • D
      Fix terminal link hover widget getting cut off · fc38646f
      Daniel Imms 提交于
      Adding animation to the find widget regressed this by adding overflow:hidden
      to the terminal panel. The solution was to wrap the find widget in another
      element and apply overflow:hidden to that.
      fc38646f
  18. 04 9月, 2017 1 次提交
  19. 29 8月, 2017 2 次提交
  20. 28 8月, 2017 1 次提交
    • A
      Revert bad merged PR (#32113) due to #33240 · 7341537a
      Alex Dima 提交于
      Revert "Use simpleFind.xyz for simpleFind command IDS"
      
      This reverts commit 9066eedc.
      
      Revert "Review cleanup"
      
      This reverts commit c0a21800.
      
      Revert "SimpleFindWidget Re-Factor next,previous,history, single global commands Cleanup1"
      
      This reverts commit 1a26638f.
      
      Revert "Working SimpleFind Service, isolation - pre- cleanup"
      
      This reverts commit bd8f5ebb.
      
      Revert "Reveal Find on find n/p, add delayed update history"
      
      This reverts commit c586e523.
      
      Revert "Hide input focus tracker, cleanup"
      
      This reverts commit 27f45235.
      
      Revert "simpleFind Add next,previous,history fix"
      
      This reverts commit b69d45bb.
      7341537a
  21. 26 8月, 2017 6 次提交
  22. 01 8月, 2017 1 次提交
  23. 11 7月, 2017 2 次提交
  24. 08 7月, 2017 1 次提交
    • C
      Find in webview based views (html preview, release notes, extension editor) (#30016) · bf5eac13
      Cody Hoover 提交于
      * Refactored terminalFindWidget into a SimpleFindWidget and used that to provide find for webviews
      
      * Refactored Webvieweditor into an abstract base and a concrete class to respect 'part' separation
      
      * Cleaned up css and images that I forgot to delete
      
      * Reset i18n.js file
      
      * bind this when passing onThemeChange to themeService.onThemeChange
      
      * Add 'CloseWebViewEditorFind' command to close find when pressing escape
      
      * Ctrl+f now selects text in all SimpleFindWidgets even when buttons are focused. Aligns with full find widget
      
      * Fixed issues when reactivating find
      
      * Register webviewEditor with workbench
      
      * Remove find widget when disposing webview
      
      * Fixed webviewEditor casing in releaseNotesEditor (windows is case insensitive). Removed registration from workbench to see if it was necessary at all. If it fails again, I'll add it back
      bf5eac13
  25. 29 6月, 2017 1 次提交
  26. 21 6月, 2017 1 次提交
  27. 15 6月, 2017 2 次提交