OriRoth
OriRoth
- [x] Marker in `plugin.xml` for each category - [x] We have two "Collape" categories, eliminate one - [ ] We have "Sort" and "Sorting" categories, eliminate one
**Notice**: you should announce vacation on the group's Telegram group / post a comment here. You may edit this comment. | Member | Weekly Report | [Week1](https://github.com/SpartanRefactoring/Spartanizer/milestone/26) | [Week2](https://github.com/SpartanRefactoring/Spartanizer/milestone/27) |...
The zooming does not work, even if the button is toggled, when the file has been renamed. @ravivos
* No `ctrl+[` crazy stuff. * All key bindings should be defined in the usual way (declared in `plugin.xml`, handler, etc etc) and ***not*** via listeners. @yuvalsimon you should clear...
```Java @Override public String toString() { String rawTypeName; rawTypeName = rawType.toString(); if (rawType instanceof Class) { Class clazz; clazz = (Class) rawType; rawTypeName = clazz.getName(); } String s1; String s2;...
From Microsoft's README: *The Language Server protocol is used between a tool (the client) and a language smartness provider (the server) to integrate features like auto complete, goto definition, find...
Where it should be, obviously. Will prevent bugs such as #1269.
New preferences mechanism for the plugin shows a short description + usage example (= "before/after" = preview). Currently all Tippers has default implementations for `description` (class's name) and `preview` ("[no...