You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introducing KeymapGroup.Builder. Moving VcsKeymapExtension logic to t…
…his builder. Using this builder in DebuggerKeymapExtension to fix problem in Settings > Keymap (#884)
* Refactoring KeymapExtensions.
* Introducing KeymapGroup.Builder. Moving VcsKeymapExtension logic to this builder. Using this builder in DebuggerKeymapExtension to fix problem in Settings > Keymap.
* Refining KeymapGroup.Builder.
* Using "XDebugger.Actions" group in DebuggerKeymapExtension instead of deprecated "DebuggerActions".
* Marking "DebuggerActions" group as deprecated/for removal.
Refactoring PsiFile and its descendants (#883)
* Refactoring PsiFile and its descendants.
* Returning @nullable to getName() of elements not related to file-system. Returning TextRange.EMPTY_RANGE from getTextRange() which previously returned null.