1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 22:08:10 +00:00
serenity/DevTools/HackStudio
Andreas Kling 2b19badd74 HackStudio: Make C++ keywords bold :^)
Now that we can specify the font of a GTextEditor::Span, use this to
make C++ keywords show up in bold text. Also tweak colors a bit.
2019-10-26 00:19:36 +02:00
..
CppLexer.cpp HackStudio: Teach the C++ lexer about most C++ keywords 2019-10-25 21:58:40 +02:00
CppLexer.h HackStudio: Teach the C++ lexer about most C++ keywords 2019-10-25 21:58:40 +02:00
FindInFilesWidget.cpp HackStudio: Unbreak jumping to a search result 2019-10-25 10:25:42 +02:00
FindInFilesWidget.h HackStudio: Move "find in files" widget to its own file/class 2019-10-23 21:13:08 +02:00
main.cpp HackStudio: Make C++ keywords bold :^) 2019-10-26 00:19:36 +02:00
Makefile HackStudio: Start building a C++ lexer to help with syntax highlighting 2019-10-25 19:52:44 +02:00
ProcessStateWidget.cpp HackStudio: Hide the ProcessStateWidget while no process is running 2019-10-24 21:04:13 +02:00
ProcessStateWidget.h HackStudio: Show the slave pty's PGID in the ProcessStateWidget 2019-10-24 20:56:13 +02:00
Project.cpp HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00
Project.h HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00
TerminalWrapper.cpp HackStudio: Move the ProcessStateWidget below the TerminalWidget 2019-10-24 22:32:27 +02:00
TerminalWrapper.h HackStudio: Add a widget showing the state of console's running process 2019-10-24 20:21:43 +02:00
TextDocument.cpp HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00
TextDocument.h HackStudio: Start adding a "find in files" function 2019-10-23 20:54:41 +02:00