-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtodo.txt
More file actions
25 lines (17 loc) · 771 Bytes
/
todo.txt
File metadata and controls
25 lines (17 loc) · 771 Bytes
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
- Scrollbars
- Icon highlights
- Theme highlights
- Syntax highlighting for other types of files.
- Light themes need to be worked on
---
https://www.vogella.com/tutorials/EclipsePlugin/article.html#eclipse-plug-in-development-resources
https://www.eclipse.org/articles/Article-PDE-does-plugins/PDE-intro.html
https://help.eclipse.org/2020-09/index.jsp?topic=/org.eclipse.pde.doc.user/reference/pde_feature_generating_build.htm
repos:
git://git.eclipse.org/gitroot/jdt/eclipse.jdt.ui.git
git://git.eclipse.org/gitroot/platform/eclipse.platform.ui.git
git://git.eclipse.org/gitroot/platform/eclipse.platform.swt.git
handy tools:
- CSS Spy: http://download.eclipse.org/e4/updates/0.14
Dumb notes:
- dropins directory for plugins, all jars must be at a depth of 1...