summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio
AgeCommit message (Expand)Author
2019-10-24HackStudio: Add a widget showing the state of console's running processAndreas Kling
2019-10-23HackStudio: Move "find in files" widget to its own file/classAndreas Kling
2019-10-23HackStudio: Make the "find in files" widget more keyboard-accessibleAndreas Kling
2019-10-23HackStudio: Start adding a "find in files" functionAndreas Kling
2019-10-23HackStudio: Put the console terminal wrapper in a GTabWidgetAndreas Kling
2019-10-22HackStudio: Add a simple "Save" actionAndreas Kling
2019-10-22HackStudio: Add a simple "Run" actionAndreas Kling
2019-10-22HackStudio: Add a simple "Build" actionAndreas Kling
2019-10-22HackStudio: Show the currently open file in bold (in the project list)Andreas Kling
2019-10-21HackStudio: Add a simple app icon and some initial menusAndreas Kling
2019-10-21HackStudio: "Go to line" was mixed up about 0/1-based line numbersAndreas Kling
2019-10-21HackStudio: Restrict the "Go to line" shortcut to the text editorAndreas Kling
2019-10-21LibVT: Make TerminalWidget's automatic size policy updates optionalAndreas Kling
2019-10-21HackStudio: Embed a Terminal widget below the text editorAndreas Kling
2019-10-21HackStudio: Show line numbers in the text editor by defaultAndreas Kling
2019-10-21HackStudio: Show cursor line and column in the statusbarAndreas Kling
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling