OriRoth

Results 11 issues of 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

bug
Architecture

Every new file/every new project. `TraversalTappers`

bug
Architecture

**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) |...

Project Managment

The zooming does not work, even if the button is toggled, when the file has been renamed. @ravivos

bug
GUI

* 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...

bug
Architecture
On hold

```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;...

bug

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...

enhancement
wontfix
On hold

Where it should be, obviously. Will prevent bugs such as #1269.

Architecture
On hold

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...

maintenance

enhancement
maintenance
On hold