Andreas Kling
|
489c6ac05c
HackStudio: Add a widgets toolbar to the form editing mode
|
5 years ago |
Andreas Kling
|
d016d5e365
HackStudio: Start fleshing out the GUI for a GUI designer :^)
|
5 years ago |
Andreas Kling
|
d6c0d32b63
HackStudio: Make the project file list a little narrower by default
|
5 years ago |
Andreas Kling
|
2755184e11
HackStudio: Update the "remove current editor" action enabled state
|
5 years ago |
Andreas Kling
|
cb627a3ada
HackStudio: Allow removing the current editor with Alt+Shift+E
|
5 years ago |
Andreas Kling
|
538d5f82c1
HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+E
|
5 years ago |
Andreas Kling
|
f844715106
HackStudio: Allow adding more editors by pressing Ctrl+Alt+E
|
5 years ago |
Andreas Kling
|
b4de5ac128
HackStudio: Start working on a "Locator", much like Qt Creator has
|
5 years ago |
Andreas Kling
|
fe83d5087b
HackStudio: Show .h files with C++ syntax highlighting
|
5 years ago |
Andreas Kling
|
e2d7f585da
HackStudio: Support opening the same file in both editors
|
5 years ago |
Andreas Kling
|
f1c6193d6d
LibGUI: Move GTextDocument out of GTextEditor
|
5 years ago |
Andreas Kling
|
1bcbc3f827
HackStudio: Allow switching between the two editors with Ctrl+E :^)
|
5 years ago |
Andreas Kling
|
1e5f4714c7
HackStudio: Tweak EditorWrapper layouts a bit to make things look nice
|
5 years ago |
Andreas Kling
|
e39b1f11f9
HackStudio: Support multiple editors on screen
|
5 years ago |
Andreas Kling
|
90c81d5c16
HackStudio: Tweak style of C++ identifiers
|
5 years ago |
Andreas Kling
|
dd74cb9c8f
HackStudio: Focus the text editor after opening a file
|
5 years ago |
Andreas Kling
|
cea6506998
HackStudio: Implement adding an existing file to project
|
5 years ago |
Andreas Kling
|
9129dbe0b9
HackStudio: Implement adding a new file to the project
|
5 years ago |
Andreas Kling
|
bc2026d26d
LibGUI: Make GTextEditor::Span have a range instead of two positions
|
5 years ago |
Andreas Kling
|
df7f3ca604
HackStudio: "Hide" the action tabs (find in files, console) by default
|
5 years ago |
Andreas Kling
|
db353a06e5
HackStudio: Enable line wrapping and automatic indentation by default
|
5 years ago |
Andreas Kling
|
ed242d538a
HackStudio: Assorted improvements to C++ highlighting
|
5 years ago |
Andreas Kling
|
2b19badd74
HackStudio: Make C++ keywords bold :^)
|
5 years ago |
Andreas Kling
|
6afe27b914
HackStudio: Lex C++ files and apply some basic syntax highlighting
|
5 years ago |
Andreas Kling
|
f256c55e8d
HackStudio: Unbreak jumping to a search result
|
5 years ago |
Andreas Kling
|
deabc7e13b
HackStudio: Bring up the console when doing a "build" or "run"
|
5 years ago |
Andreas Kling
|
84a2208b5c
HackStudio: Add some toolbar icons to liven up the UI a bit :^)
|
5 years ago |
Andreas Kling
|
2260190f39
HackStudio: Move "find in files" widget to its own file/class
|
5 years ago |
Andreas Kling
|
2d460b504f
HackStudio: Make the "find in files" widget more keyboard-accessible
|
5 years ago |
Andreas Kling
|
d3e81d2ba8
HackStudio: Start adding a "find in files" function
|
5 years ago |