Andreas Kling
|
708543c3d6
|
HackStudio: Add a simple "Run" action
Ctrl+R will now execute "make run" in the project directory. :^)
|
2019-10-22 22:18:46 +02:00 |
|
Andreas Kling
|
654ffdef91
|
HackStudio: Add a simple "Build" action
Pressing Ctrl+B now invokes "make" in the project directory and routes
the output from the make command to the little terminal widget.
|
2019-10-22 22:15:43 +02:00 |
|
Andreas Kling
|
a6b153abf1
|
HackStudio: Show the currently open file in bold (in the project list)
Also import a little default C++ project called "little" :^)
|
2019-10-22 21:38:58 +02:00 |
|
Andreas Kling
|
2638a94094
|
HackStudio: Add a simple app icon and some initial menus
|
2019-10-21 22:13:20 +02:00 |
|
Andreas Kling
|
3fa16dfae2
|
HackStudio: "Go to line" was mixed up about 0/1-based line numbers
|
2019-10-21 20:33:47 +02:00 |
|
Andreas Kling
|
d1916700ea
|
HackStudio: Restrict the "Go to line" shortcut to the text editor
We don't want Ctrl+L presses to be snatched while we're in the embedded
terminal, for example. :^)
|
2019-10-21 20:31:32 +02:00 |
|
Andreas Kling
|
43ccb28852
|
HackStudio: Embed a Terminal widget below the text editor
This will be very useful for running (and interacting with) programs
after we build them. :^)
|
2019-10-21 20:17:32 +02:00 |
|
Andreas Kling
|
c1f72e0bbf
|
HackStudio: Show line numbers in the text editor by default
|
2019-10-21 19:03:09 +02:00 |
|
Andreas Kling
|
7eed2e968c
|
HackStudio: Show cursor line and column in the statusbar
|
2019-10-21 18:50:24 +02:00 |
|
Andreas Kling
|
0311e8d50a
|
HackStudio: Start working on an IDE for SerenityOS
This will be fun. :^)
|
2019-10-21 18:46:55 +02:00 |
|