1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-18 07:01:00 +00:00
serenity/DevTools/HackStudio
Andreas Kling 6dab257a45 HackStudio: Make the widget toolbar buttons checkable and exclusive
This way you can see which tool you've currently got selected, and it
doesn't let you select more than one at once.
2019-11-10 22:50:30 +01:00
..
CppLexer.cpp HackStudio: Assorted improvements to C++ highlighting 2019-10-26 10:33:50 +02:00
CppLexer.h HackStudio: Assorted improvements to C++ highlighting 2019-10-26 10:33:50 +02:00
CursorTool.cpp HackStudio: Allow moving the selected widgets using the arrow keys 2019-11-10 22:40:58 +01:00
CursorTool.h HackStudio: Allow moving the selected widgets using the arrow keys 2019-11-10 22:40:58 +01:00
Editor.cpp LibHTML: Rename parse_html() => parse_html_document() 2019-11-06 20:52:18 +01:00
Editor.h HackStudio: Don't parse documentation if already parsed 2019-11-05 07:06:15 +01:00
EditorWrapper.cpp HackStudio: Draw a brownish frame around the current editor widget 2019-10-27 20:44:37 +01:00
EditorWrapper.h HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E 2019-11-05 20:56:36 +01:00
FindInFilesWidget.cpp HackStudio: Use GTextDoument::find_all() to implement find-in-files 2019-11-01 21:31:06 +01:00
FindInFilesWidget.h HackStudio: Move "find in files" widget to its own file/class 2019-10-23 21:13:08 +02:00
FormEditorWidget.cpp HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool 2019-11-10 21:45:32 +01:00
FormEditorWidget.h HackStudio: Allow moving widgets around using the CursorTool 2019-11-10 22:31:10 +01:00
FormWidget.cpp HackStudio: Allow moving the selected widgets using the arrow keys 2019-11-10 22:40:58 +01:00
FormWidget.h HackStudio: Allow moving the selected widgets using the arrow keys 2019-11-10 22:40:58 +01:00
Locator.cpp HackStudio: Add little icons for ".cpp" and ".h" files 2019-10-28 19:08:48 +01:00
Locator.h HackStudio: Remove unnecessary Locator::keydown_event() 2019-10-28 19:08:48 +01:00
main.cpp HackStudio: Make the widget toolbar buttons checkable and exclusive 2019-11-10 22:50:30 +01:00
Makefile HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool 2019-11-10 21:45:32 +01: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: Rename TextDocument => ProjectFile 2019-11-01 21:31:06 +01:00
Project.h HackStudio: Rename TextDocument => ProjectFile 2019-11-01 21:31:06 +01:00
ProjectFile.cpp HackStudio: Use GTextDoument::find_all() to implement find-in-files 2019-11-01 21:31:06 +01:00
ProjectFile.h HackStudio: Use GTextDoument::find_all() to implement find-in-files 2019-11-01 21:31:06 +01: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
Tool.cpp HackStudio: Introduce a Tool class with subs CursorTool and WidgetTool 2019-11-10 21:45:32 +01:00
Tool.h HackStudio: Allow moving the selected widgets using the arrow keys 2019-11-10 22:40:58 +01:00
WidgetTool.cpp HackStudio: Allow moving the selected widgets using the arrow keys 2019-11-10 22:40:58 +01:00
WidgetTool.h HackStudio: Allow moving the selected widgets using the arrow keys 2019-11-10 22:40:58 +01:00