summaryrefslogtreecommitdiff
path: root/DevTools
AgeCommit message (Expand)Author
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-06Revert "LibHTML: Rename parse_html() => parse_html_document()"Andreas Kling
2019-11-06LibHTML: Rename parse_html() => parse_html_document()Andreas Kling
2019-11-05HackStudio: Update the "remove current editor" action enabled stateAndreas Kling
2019-11-05HackStudio: Allow removing the current editor with Alt+Shift+EAndreas Kling
2019-11-05HackStudio: Allow switching between editors with Ctrl+E / Ctrl+Shift+EAndreas Kling
2019-11-05HackStudio: Allow adding more editors by pressing Ctrl+Alt+EAndreas Kling
2019-11-05HackStudio: Put annoying debug spam behind EDITOR_DEBUGAndreas Kling
2019-11-05HackStudio: Don't parse documentation if already parsedJoão Paulo Pulga
2019-11-01HackStudio: Use GTextDoument::find_all() to implement find-in-filesAndreas Kling
2019-11-01HackStudio: Rename TextDocument => ProjectFileAndreas Kling
2019-10-30HackStudio: Show documentation preview in tooltip on identifier hoverAndreas Kling
2019-10-28HackStudio: Add little icons for ".cpp" and ".h" filesAndreas Kling
2019-10-28HackStudio: Remove unnecessary Locator::keydown_event()Andreas Kling
2019-10-28HackStudio: Allow opening a Locator suggestion by double-clicking itAndreas Kling
2019-10-28HackStudio: Scroll the locator suggestions when navigating with arrowsAndreas Kling
2019-10-28HackStudio: Start working on a "Locator", much like Qt Creator hasAndreas Kling
2019-10-28HackStudio: Show .h files with C++ syntax highlightingAndreas Kling
2019-10-27HackStudio: Draw a brownish frame around the current editor widgetAndreas Kling
2019-10-27HackStudio: Support opening the same file in both editorsAndreas Kling
2019-10-27LibGUI: Move GTextDocument out of GTextEditorAndreas Kling
2019-10-27HackStudio: Allow switching between the two editors with Ctrl+E :^)Andreas Kling
2019-10-27HackStudio: Tweak EditorWrapper layouts a bit to make things look niceAndreas Kling
2019-10-27HackStudio: Support multiple editors on screenAndreas Kling
2019-10-26HackStudio: Tweak style of C++ identifiersAndreas Kling
2019-10-26HackStudio: Focus the text editor after opening a fileAndreas Kling
2019-10-26HackStudio: Implement adding an existing file to projectAndreas Kling
2019-10-26HackStudio: Implement adding a new file to the projectAndreas Kling
2019-10-26LibGUI: Make GTextEditor::Span have a range instead of two positionsAndreas Kling
2019-10-26HackStudio: "Hide" the action tabs (find in files, console) by defaultAndreas Kling
2019-10-26HackStudio: Enable line wrapping and automatic indentation by defaultAndreas Kling
2019-10-26HackStudio: Assorted improvements to C++ highlightingAndreas Kling
2019-10-26HackStudio: Make C++ keywords bold :^)Andreas Kling
2019-10-25HackStudio: Teach the C++ lexer about most C++ keywordsAndreas Kling
2019-10-25HackStudio: Lex C++ files and apply some basic syntax highlightingAndreas Kling
2019-10-25HackStudio: Make CppTokens have (line,column) positionsAndreas Kling
2019-10-25HackStudio: Start building a C++ lexer to help with syntax highlightingAndreas Kling
2019-10-25HackStudio: Unbreak jumping to a search resultAndreas Kling
2019-10-24HackStudio: Move the ProcessStateWidget below the TerminalWidgetAndreas Kling
2019-10-24HackStudio: Bring up the console when doing a "build" or "run"Andreas Kling
2019-10-24HackStudio: Add some toolbar icons to liven up the UI a bit :^)Andreas Kling
2019-10-24HackStudio: Hide the ProcessStateWidget while no process is runningAndreas Kling
2019-10-24HackStudio: Show the slave pty's PGID in the ProcessStateWidgetAndreas Kling
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