1. Class Browser: handle vars without ";" (i didn't have any semi-colons after my vars until after a while [for various reasons], so i thought it may be a good idea to do this)
2. Class Browser: remove the border pf the treeview... it makes the treeview look a little tacky, IMHO
3. Allow and include other toolbar themes, since you're using TToolbar and TBX.
4. Add feature: class wizard (contact me, I have some code you can use; you'll probably want to enhance it though)
5. Class Browser: perhaps change name to "Source Browser", since it browses the whole source, not just the class.
6. Class Browser: remove trailing ";" and leading "$" on variables (just makes it look a little more professional - IMHO)
7. File Tabs: add an option for multiline vs single line (i don't like those multiline tabs... i prefer single line with scrolling)
8. Class Browser: clear and hide when there are no files open
8. Class Browser: option under view for hiding/showing - it defaults to hidden, and there's no option to show it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1) Vars handling will be rewritten for Alpha 5. It will parse all the variables in file and not only the ones declared with 'var'.
3) I'll probably include the standard TBX theme and the TOfficeXP theme.
4) Interesting feature. I'll implement this in the next release. Email me your code, help is always welcome :).
5) It is named 'Class Browser' because it is the most commonly used name for this feature, not because it only displays classes :)
6) As I said in (1), everything related to variables will be rewritten.
7) I'll add a CheckBox to Options Dialog to toggle multiline tabs.
8, 9) I'll work on it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1. Class Browser: handle vars without ";" (i didn't have any semi-colons after my vars until after a while [for various reasons], so i thought it may be a good idea to do this)
2. Class Browser: remove the border pf the treeview... it makes the treeview look a little tacky, IMHO
3. Allow and include other toolbar themes, since you're using TToolbar and TBX.
4. Add feature: class wizard (contact me, I have some code you can use; you'll probably want to enhance it though)
5. Class Browser: perhaps change name to "Source Browser", since it browses the whole source, not just the class.
6. Class Browser: remove trailing ";" and leading "$" on variables (just makes it look a little more professional - IMHO)
7. File Tabs: add an option for multiline vs single line (i don't like those multiline tabs... i prefer single line with scrolling)
8. Class Browser: clear and hide when there are no files open
8. Class Browser: option under view for hiding/showing - it defaults to hidden, and there's no option to show it.
1) Vars handling will be rewritten for Alpha 5. It will parse all the variables in file and not only the ones declared with 'var'.
3) I'll probably include the standard TBX theme and the TOfficeXP theme.
4) Interesting feature. I'll implement this in the next release. Email me your code, help is always welcome :).
5) It is named 'Class Browser' because it is the most commonly used name for this feature, not because it only displays classes :)
6) As I said in (1), everything related to variables will be rewritten.
7) I'll add a CheckBox to Options Dialog to toggle multiline tabs.
8, 9) I'll work on it.