In my opinion the transparency would be a lot better, if you made only the code's background transparent and the rest of the program would remain solid-color (toolbars, etc.).
Feature requests:
- Where has the HTML toolbar gone?
- An ability to save sessions/projects, so a session would open multiple files that are assosiated with it.
Oh, and a public todo list on the web site listing features pending for the next release would be fine :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Nice ideas!! Although the code transparency is not currently possible due to SynEdit, the other features will definitely be present on the next release.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some more:
Also a firefox-style "close tab" button on the tab bar would be very useful.
And maybe a sidebar to cycle through saved sessions (similar to the class browser).
Could be difficult to program though.
And a bug:
You can't change the editor's background color.
Keep up the good work!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The editor's background color is used when no highlighter was selected (Highlighter = nil). To change the background color, change the background for the SPACE attribute.
The Mozilla-style Close button cannot be currently implemented due to limitations of the control used to create the tabs. Maybe if somebody finds a control that allows buttons and creating tabs in runtime I could implement this. (I tried once with SPTBXLib but I did not succeed).
The saved sessions will be called "Projects", and you will be able to edit which files has each project. Project support will be implemented in Alpha 3 or 4 (depending on how much time I have).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In my opinion the transparency would be a lot better, if you made only the code's background transparent and the rest of the program would remain solid-color (toolbars, etc.).
Feature requests:
- Where has the HTML toolbar gone?
- An ability to save sessions/projects, so a session would open multiple files that are assosiated with it.
Oh, and a public todo list on the web site listing features pending for the next release would be fine :)
Nice ideas!! Although the code transparency is not currently possible due to SynEdit, the other features will definitely be present on the next release.
Some more:
Also a firefox-style "close tab" button on the tab bar would be very useful.
And maybe a sidebar to cycle through saved sessions (similar to the class browser).
Could be difficult to program though.
And a bug:
You can't change the editor's background color.
Keep up the good work!
The editor's background color is used when no highlighter was selected (Highlighter = nil). To change the background color, change the background for the SPACE attribute.
The Mozilla-style Close button cannot be currently implemented due to limitations of the control used to create the tabs. Maybe if somebody finds a control that allows buttons and creating tabs in runtime I could implement this. (I tried once with SPTBXLib but I did not succeed).
The saved sessions will be called "Projects", and you will be able to edit which files has each project. Project support will be implemented in Alpha 3 or 4 (depending on how much time I have).