fix: gray debug\run buttons while a program is running or debugging.
enhancement: redesign debug views
enhancement: add icons for debug buttons
enhancement: add icons for indent/unindent buttons
enhancement: when parsing definitions, add a MACRO define 'EGE_FOR_AUTO_CODE_COMPLETETION_ONLY'. EGE use to stop include windows.h (so can show less non-using code suggestions from windows.h).
Version 6-beta1 October 2020
version: upgrade to version 6, since we have made so many changes & enhancements.
fix: font size in auto completion box
fix: export HTML correctly setting the charset name
enhancement: breakpoint condition in effect while debugging
enhancement: set a default project folder when create a new project, and create it for the user
enhancement: if the source code is utf-8 encoded, use utf-8 as the charset to export HTML
enhancement: auto switch to structure pane when open/create a new file (not in project)
use self implementation of rename instead of clang-rename
Updates since last release:
Version 6-beta2 October 2020
Version 6-beta1 October 2020
类中的枚举变量,无法代码补全
用的是哪个版本?能给个示例代码吗?
class classwithenum
{
public:
enum enumtest{ enumA,enumB };
};
int main(int argc, char** argv) {
}
另外还有一个问题,关于UTF-8的判断。
在工程里已经把每个文件的UTF8的check取消了,但是每次还会有部分文件编译为utf8格式。
导致编译出错,文件内容都是英文,无多字节字符(使用日文系统,和这个有关?)
您更新的这个版本,要稳定很多,简单的使用了一下,没有碰到致命退出问题,辛苦辛苦。
Last edit: Hong Bin Han 2020-12-29
如果方便的话,发一个有问题的源文件给我看一下。另外最好把项目文件(.dev)也发给我,我看看里面的设置
Hong Bin Han kankouhin@users.sourceforge.net 于2020年12月29日周二 下午12:38写道: