-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO.txt
26 lines (21 loc) · 1.15 KB
/
TODO.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
TODO
Try attaching "following" bit to EditorWindow // JPanel or JComponent are changing
EditotWindowForEditor() FollowingBitForWindow()
If editor is not attached to project window, at least allow Switch to Counterpart
Window -> Editor Tabs has things that don't make sense (and things that should be removed)
Namespace everything (don't forget plugin.xml)
DISABLE VERBOSE LOGGING
PUBLISH
(feature) Add file name at beginning of Breadcrumbs
(feature) Show "Following First" indication in Breadcrumbs
(feature) Put applicable actions in the project tree context menu
(feature) Stop using "editor indexes" Do everything relative.
("Swap" == "Move")
Follow -> [Above, Below, Left, Right]
Pin Counterpart -> [Above, Below, Left, Right]? "Send Counterpart"
Bi-directional CP link?
(wish) Better handle horizontal splits
(maybe?) Save following indexes?
http://www.jetbrains.org/intellij/sdk/docs/basics/persisting_state_of_components.html
https://intellij-support.jetbrains.com/hc/en-us/community/posts/206109179-Module-based-PersistenStateComponent-not-saving-state-to-iml-file
Check tracking multiple projects