📄 bugs
字号:
BUGS:~ Class browser is "dumb" in relation to parsing method prototypes with parameters on multiple lines. Parsing algorithm needs improvement to fix, not serious at all.~ When building a Java project the menu items don't get re-enabled.~ When opening\closing large projects (ie: has lots of source files) certain files *appear* to be modified in the titlebar because of the asterisk indicator postfixed to the filename.~ For *some* reason occasionally external commands take an extremely long time to complete execution, while other times it is fine. Not sure if this issue is related to POSIX threads, Qt signal emittance or the C system() call. (NOTE: Not really hanging, the build output window is not being updated. Simply moving the mouse gives it a "kick in the arse". Either has to do with Qt signals\slots\events or X11 events.)~ Not really a bug, but Normally opening 2 copies of the same file is prevented. However, if one copy is opened using the full path and the other using a relative path, both will open in the editor. This is nothing serious, but is more of a waste of resources. Will change later as more important areas need attention at the moment.*** FIXED *** ~ If a file does not contain a newline at the end the last line get trunacated in the editor upon opening. Need to determine the file size then read() it all in.*** FIXED *** ~ The hide_compile() function is currently broke. Need to do compilation tasks in a separate thread. May use POSIX threads, and implement a threading system in a portable way later.*** FIXED (using POSIX threads instead) *** ~ Portable QThread's not working, gives "Operation Not Permitted" error on start().
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -