Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Syntax highlighting in Source Code Tab with SciLexer lexers (www.scintilla.org) #1946

Open
UnlimitedChild opened this issue May 17, 2018 · 1 comment
Labels
enhancement The issue requests an enhancement to an existing feature. gui The issue is about the GUI of x64dbg.

Comments

@UnlimitedChild
Copy link

Hi,

It would be a good idea to connect a dynamic library from Scintilla, an example of such an implementation with the SciLexer module can be found here - https://github.com/lynnux/windbg_hilight (A windbg plugin to hilight text in Disassembly and Command windows, support both x86 and x64.) In our case, we could make a highlight for the c++ code or assembler, VB and Pascal source code.

Best wishes

@mrexodia
Copy link
Member

It is definitely possible to do, however x64dbg wasn't really designed to do source debugging so it might be easier to just use a normal text editor.

@mrexodia mrexodia added enhancement The issue requests an enhancement to an existing feature. gui The issue is about the GUI of x64dbg. labels Jul 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement The issue requests an enhancement to an existing feature. gui The issue is about the GUI of x64dbg.
Projects
None yet
Development

No branches or pull requests

2 participants