5 days ago |
Rustam Vishniakov | [editorconfig] WEB-58959 Update EditorConfig plugin...
|
commit | commitdiff | tree |
12 days ago |
Rustam Vishniakov | [code-style] Fix post-processing logic and tests
|
commit | commitdiff | tree |
12 days ago |
Rustam Vishniakov | [code-style] IDEA-118043 Make "Enable formatter markers...
|
commit | commitdiff | tree |
12 days ago |
Rustam Vishniakov | [code-style] Keep already stored values if they have...
|
commit | commitdiff | tree |
2023-01-17 |
Rustam Vishniakov | [code-style] Fixed IDEA-310165 IllegalArgumentException...
|
commit | commitdiff | tree |
2023-01-13 |
Rustam Vishniakov | [code-style] Get rid of undo() method in EditorFacade
|
commit | commitdiff | tree |
2023-01-13 |
Rustam Vishniakov | [code-style] Move CaretPositionKeeper to platform.ide...
|
commit | commitdiff | tree |
2023-01-13 |
Rustam Vishniakov | [code-style] Get rid of unneeded editor parameter
|
commit | commitdiff | tree |
2023-01-13 |
Rustam Vishniakov | IDEA-309481 Get rid of the PSI, VFS, indices stuff...
|
commit | commitdiff | tree |
2023-01-13 |
Rustam Vishniakov | IDEA-309481 Get rid of the PSI, VFS, indices stuff...
|
commit | commitdiff | tree |
2023-01-10 |
Rustam Vishniakov | [code-style] Move wrapLongLinesIfNecessary() methods...
|
commit | commitdiff | tree |
2023-01-10 |
Rustam Vishniakov | [code-style] Move editor-based hard line wrapping to...
|
commit | commitdiff | tree |
2023-01-10 |
Rustam Vishniakov | [editorconfig] Fix broken preview for EditorConfigRemoveSpac...
|
commit | commitdiff | tree |
2023-01-10 |
Rustam Vishniakov | [code-style] Simplify FormattingProgressTask, add cancelled...
|
commit | commitdiff | tree |
2022-12-29 |
Rustam Vishniakov | [code-style] Move PredefinedCodeStyle to Code Style...
|
commit | commitdiff | tree |
2022-12-29 |
Rustam Vishniakov | Drop unused deprecated methods
|
commit | commitdiff | tree |
2022-12-29 |
Rustam Vishniakov | EDITORCONFIG-T-4 Change wording of inspection for single...
|
commit | commitdiff | tree |
2022-12-28 |
Rustam Vishniakov | EDITORCONFIG-T-3 Introduce inspection to warn about...
|
commit | commitdiff | tree |
2022-12-28 |
Rustam Vishniakov | [editorconfig] Remove spaces as an arg, recalculate...
|
commit | commitdiff | tree |
2022-12-27 |
Rustam Vishniakov | Fixed IDEA-265339 "Keep indents on empty lines" loses...
|
commit | commitdiff | tree |
2022-12-22 |
Rustam Vishniakov | Fixed IDEA-308423 SlowOperation assertion in SoftWrapModelIm...
|
commit | commitdiff | tree |
2022-12-20 |
Rustam Vishniakov | IJPL-64: Extract PsiBasedFileIndentOptionsProvider...
|
commit | commitdiff | tree |
2022-12-20 |
Rustam Vishniakov | Fixed IDEA-308962 T: FormattingDocumentModelImpl.checkDocument
|
commit | commitdiff | tree |
2022-12-19 |
Rustam Vishniakov | Fixed IDEA-306807 .editorconfig supposed to force tabs...
|
commit | commitdiff | tree |
2022-12-19 |
Rustam Vishniakov | IJPL-64: Migrate EditorConfigIndentOptionsProvider...
|
commit | commitdiff | tree |
2022-12-15 |
Rustam Vishniakov | Fix IDEA-308424 SlowOperation assertion in indent detector
|
commit | commitdiff | tree |
2022-12-14 |
Rustam Vishniakov | [code-style] Fix Jade tests
|
commit | commitdiff | tree |
2022-12-14 |
Rustam Vishniakov | [code-style] Reapply message bus usage for CodeStyleSettings...
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Add ec4j-core to community
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Fix EditorConfig integration tests:...
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Disable .editorconfig in tests unless...
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Remove license for editorconfig-core...
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Add ec4j-core to editorconfig plugin...
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Remove unnecessary module "lib" directory...
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Fix FileDocumentManagerImpl test
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Fix EDITORCONFIG-T-8 java.lang.IllegalAccessError
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [editorconfig] Never try to apply .editorconfig settings...
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [code-style] Prepare for merge with editorconfig-ec4j
|
commit | commitdiff | tree |
2022-12-13 |
Rustam Vishniakov | [code-style] Cleanup, JavaDoc for getIndentOptions...
|
commit | commitdiff | tree |
2022-12-08 |
Rustam Vishniakov | IDEA-304705 Slow Operations: Editor ctor gets psi file...
|
commit | commitdiff | tree |
2022-12-08 |
Rustam Vishniakov | IJ-CR-99764 fix: use file language instead of file...
|
commit | commitdiff | tree |
2022-12-06 |
Rustam Vishniakov | IJPL-64: FileIndentProviderTest: Replace usage of deprecated...
|
commit | commitdiff | tree |
2022-12-06 |
Rustam Vishniakov | IJPL-64: Replace usage of deprecated getIndentOptions...
|
commit | commitdiff | tree |
2022-12-06 |
Rustam Vishniakov | IJPL-64: Drop usage of getIndentOptions(CodeStyleSettings...
|
commit | commitdiff | tree |
2022-12-06 |
Rustam Vishniakov | IJPL-64: Migrate DetectableIndentOptionsProvider to...
|
commit | commitdiff | tree |
2022-12-02 |
Rustam Vishniakov | IJPL-64: Use getIndentOptions(project,settings,virtualFile...
|
commit | commitdiff | tree |
2022-12-01 |
Rustam Vishniakov | IJPL-64: Introduce getIndentOptions(project, settings...
|
commit | commitdiff | tree |
2022-12-01 |
Rustam Vishniakov | [code-style] Change method signature, JavaDoc
|
commit | commitdiff | tree |
2022-11-29 |
Rustam Vishniakov | Fix IDEA-305056 Slow Operations: CodeStyleSettingsManager...
|
commit | commitdiff | tree |
2022-11-29 |
Rustam Vishniakov | [code-style] Fix EA-382299 - ISE: CodeStyleSchemeImpl...
|
commit | commitdiff | tree |
2022-11-25 |
Rustam Vishniakov | [code-style] Some cleanup after IJ-CR-98811 IDEA-304695...
|
commit | commitdiff | tree |
2022-11-23 |
Rustam Vishniakov | [settings-sync] IDEA-306491 docker: docker-compose...
|
commit | commitdiff | tree |
2022-11-23 |
Rustam Vishniakov | [settings-sync] IDEA-298292 Update Settings Sync option...
|
commit | commitdiff | tree |
2022-11-21 |
Rustam Vishniakov | IDEA-260431 i18n: Settings: Editor: General: Rich-Text...
|
commit | commitdiff | tree |
2022-11-21 |
Rustam Vishniakov | [performance] IDEA-305468 Get rid of `SlowOperations...
|
commit | commitdiff | tree |
2022-11-18 |
Rustam Vishniakov | [settings-sync] IDEA-298293 Settings Sync: add line...
|
commit | commitdiff | tree |
2022-11-18 |
Rustam Vishniakov | [settings-sync] Fix IDEA-298294 Too big space between...
|
commit | commitdiff | tree |
2022-11-16 |
Rustam Vishniakov | [settings-sync] Fix IDEA-301886 Syncable categories...
|
commit | commitdiff | tree |
2022-11-16 |
Rustam Vishniakov | [settings-sync] IDEA-305955 Path to Git executable...
|
commit | commitdiff | tree |
2022-11-11 |
Rustam Vishniakov | [settings-sync] Remove extra action constructor and...
|
commit | commitdiff | tree |
2022-11-11 |
Rustam Vishnyakov | [settings-sync] IDEA-301029 Fix margins and fonts size...
|
commit | commitdiff | tree |
2022-11-09 |
Rustam Vishniakov | [settings-sync] IDEA-304774 Add Settings Sync menu...
|
commit | commitdiff | tree |
2022-11-08 |
Rustam Vishniakov | [settings-sync] Add KDoc to isComplete() method (IJ...
|
commit | commitdiff | tree |
2022-11-07 |
Rustam Vishniakov | [settings-sync] Fixed IDEA-303831 Custom live templates...
|
commit | commitdiff | tree |
2022-11-03 |
Rustam Vishniakov | [settings-sync] IDEA-304836 Update the description...
|
commit | commitdiff | tree |
2022-10-31 |
Rustam Vishnyakov | [settings-sync] A separate storage for VCS inputs ...
|
commit | commitdiff | tree |
2022-10-27 |
Rustam Vishnyakov | [settings-sync] Fixed IDEA-303778 Switching back to...
|
commit | commitdiff | tree |
2022-10-27 |
Rustam Vishniakov | [settings-sync] Don't show "Configure" popup if the...
|
commit | commitdiff | tree |
2022-10-26 |
Rustam Vishniakov | [settings-sync] Change category to OTHER (IJ-CR-96848)
|
commit | commitdiff | tree |
2022-10-20 |
Rustam Vishniakov | [editorconfig] Make a preview work for EditorConfigUnexpecte...
|
commit | commitdiff | tree |
2022-10-20 |
Rustam Vishniakov | [editorconfig] Mark as safe for preview
|
commit | commitdiff | tree |
2022-10-20 |
Rustam Vishniakov | [settings-sync] Assign RoamingType.DISABLED to BaseToolManag...
|
commit | commitdiff | tree |
2022-10-17 |
Rustam Vishniakov | [formatter] A more reliable alignment cycles detection
|
commit | commitdiff | tree |
2022-10-13 |
Rustam Vishniakov | [formatter] Enable visual formatting layer on by default
|
commit | commitdiff | tree |
2022-10-05 |
Rustam Vishnyakov | [settings-sync] SettingsEntryPointAction.IconCustomizer...
|
commit | commitdiff | tree |
2022-10-05 |
Rustam Vishnyakov | IconCustomizer extension
|
commit | commitdiff | tree |
2022-10-05 |
Rustam Vishnyakov | [settings-sync] Convert getStatus() to static method
|
commit | commitdiff | tree |
2022-10-05 |
Rustam Vishnyakov | [editorconfig] Use counter stat collector per file...
|
commit | commitdiff | tree |
2022-09-27 |
Rustam Vishnyakov | [editorconfig] IDEA-301473 Infinite reparseFiles loop...
|
commit | commitdiff | tree |
2022-09-23 |
Rustam Vishnyakov | [editorconfig] Remove duplicate statistics dependency
|
commit | commitdiff | tree |
2022-09-23 |
Rustam Vishnyakov | [editorconfig] Usage statistics
|
commit | commitdiff | tree |
2022-09-21 |
Rustam Vishnyakov | [settings-sync] Fixed IDEA-289093 Editor color scheme...
|
commit | commitdiff | tree |
2022-09-12 |
Rustam Vishnyakov | [settings-sync] Disable sync if file is not found on...
|
commit | commitdiff | tree |
2022-09-12 |
Rustam Vishnyakov | [settings-sync] Don't show missing file as an error...
|
commit | commitdiff | tree |
2022-09-09 |
Rustam Vishnyakov | [settings-sync] IDEA-301150 Last sync time actually...
|
commit | commitdiff | tree |
2022-09-06 |
Rustam Vishnyakov | [editorconfig] Add timeout diagnostics
|
commit | commitdiff | tree |
2022-08-24 |
Rustam Vishnyakov | [settings-sync] Add synchronization on internal state...
|
commit | commitdiff | tree |
2022-08-24 |
Rustam Vishnyakov | [settings-sync] Plugin manager: more logging
|
commit | commitdiff | tree |
2022-08-23 |
Rustam Vishnyakov | [settings-sync] Plugin manager test fix (update state...
|
commit | commitdiff | tree |
2022-08-23 |
Rustam Vishnyakov | [settings-sync] Do not save state of enabled bundled...
|
commit | commitdiff | tree |
2022-08-23 |
Rustam Vishnyakov | [settings-sync] Fix compilation (update to getDisabledIds...
|
commit | commitdiff | tree |
2022-08-23 |
Rustam Vishnyakov | [settings-sync] Improve disabled/enabled plugin state...
|
commit | commitdiff | tree |
2022-08-23 |
Rustam Vishnyakov | Drop @author tag
|
commit | commitdiff | tree |
2022-06-27 |
Rustam Vishnyakov | [editor-font] Skip typography settings if FontFamilyService...
|
commit | commitdiff | tree |
2022-06-27 |
Rustam Vishnyakov | [editor-font] Set default regular/bold families in...
|
commit | commitdiff | tree |
2022-06-06 |
Rustam Vishnyakov | [code style] Fix invalid Python code sample for CodeSamplesC...
|
commit | commitdiff | tree |
2022-06-01 |
Rustam Vishnyakov | [code-style] Drop checkState() from getMainProjectCodeStyle()
|
commit | commitdiff | tree |
2022-05-24 |
Rustam Vishnyakov | [settings-sync] Fixed IDEA-294096 Can't decline enabling...
|
commit | commitdiff | tree |
2022-05-20 |
Rustam Vishnyakov | [formatter] Test fix
|
commit | commitdiff | tree |
2022-05-20 |
Rustam Vishnyakov | [formatter] Fixed IDEA-290329 Reformatting selected...
|
commit | commitdiff | tree |
next |