Yufan You

Results 268 comments of Yufan You

In addition to this, we can allow the user to create a whole "language config", including compile command, run command, arguments, format command, template, snippets, parentheses, syntax highlighter, language server...

I'd rather add this after v6.6 :thinking:

> Maybe ClangFormat will changed to C++ Formater, and introduce some other language's formater. Maybe we shall refactor Extensions https://github.com/cpeditor/cpeditor/issues/371#issuecomment-644492244

Maybe it's better to keep the settings for Clang format, and add a "use Clang Format" option in the formatter option :thinking:

After some consideration, now I think the cost of this refactoring could be very big, not only for developers, but also for users when configuring CP Editor. The simplicity of...

What are "CMD windows"? Do you mean detached run which now compiles in every execution?

Instead of providing GUI support for GDB, we can let users set the debug command, and provide debug actions. Users can set: - Debug command: `gdbgui ${binary}` - Debug command...

I'd rather like the solution I mentioned above: let the user use external frontend for GDB in one click.

> It is no hard to implement a simple ui for gdb > what we need is a wrapper That sounds easy, can you implement it?

> For some pure competitors(according to my experience), they cannot use terminals or any tools based on it. The gdbui or `gdb -ui` may be helpful, but i think it...