提交历史

作者 SHA1 备注 提交日期
  Andrew Dupont 11e5a6176f Get `TextEditorRegistry` specs passing 9 月之前
  Sebastian Pfitzner 0f9234ce22 Add textEditors.getActiveTextEditor() method (#12804) 3 年之前
  sadick254 c859f2067f Refactor test from async to sync 4 年之前
  Rafael Oleza 7f3f040628 Reformat all JS files using prettier 5 年之前
  Antonio Scandurra c8b96ea899 Use the new `getActivatePromise` method in TextEditorRegistry tests 5 年之前
  Rafael Oleza a93808d1a8 Always use global it, beforeEach and afterEach methods 5 年之前
  Rafael Oleza 6c46cf9243 Fix remaining linter issues 5 年之前
  Rafael Oleza d7d6d0838f Remove unused vars from specs 5 年之前
  Rafael Oleza c35ec012b4 Run prettier on spec/ folder 5 年之前
  Max Brunsfeld 4d3a9ec17b Update TextEditorRegistry spec to expect sync updates 6 年之前
  Max Brunsfeld d1283fa69f Fix TreeSitterLanguageMode.isRowCommented 6 年之前
  David Wilson dbd4a0a4c0 Preserve TextEditor settings when language mode changes 6 年之前
  Max Brunsfeld 607ed74e7b Rename TokenizedBuffer to TextMateLanguageMode 7 年之前
  Max Brunsfeld e08091f193 Make assignLanguageMode take a language id instead of a language name 7 年之前
  Max Brunsfeld d52c4bc33b Serialize the grammar registry 7 年之前
  Max Brunsfeld f6c2e0eba4 Allow setting the null language mode w/ assignLanguageMode(buffer, null) 7 年之前
  Max Brunsfeld 351f96d5dd Iterate on GrammarRegistry APIs 7 年之前
  wpowell-oss 0b55d4e144 maxScreenLineLength rebased to github 7 年之前
  Damien Guard af66c5efaa Fix two more tests 7 年之前
  Antonio Scandurra 001fef4a05 Don't activate scrollPastEnd for autoHeight editors 7 年之前
  Andres Suarez 1ee9d7b0f9 Add showCursorOnSelection config 7 年之前
  Antonio Scandurra 66510ae545 Handle null grammars consistently, building placeholder lines on-demand 8 年之前
  Antonio Scandurra 18ddcf902b Statically assign a clipboard instance to the `TextEditor` class 8 年之前
  Max Brunsfeld e6cac10a23 Always return Disposable from maintain{Config,Grammar} 8 年之前
  Damien Guard 9451ca0254 Fix show/hide line numbers in editor 8 年之前
  Max Brunsfeld c5a6e9c697 Merge branch 'master' into ns-mb-detangle-editor 8 年之前
  Max Brunsfeld 4bcdbf4d2f Don't have registry update any editors before initial packages are loaded 8 年之前
  Max Brunsfeld bf644d1a6b Remove some unnecessary TextEditor accessor methods 8 年之前
  Max Brunsfeld 09d232ba41 Introduce TextEditorRegistry::build 8 年之前
  Max Brunsfeld 0a1834079f Rename getSoftWrapIndentLength -> getSoftWrapHangingIndentLength 8 年之前