index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
DevTools
Age
Commit message (
Expand
)
Author
2019-11-01
HackStudio: Use GTextDoument::find_all() to implement find-in-files
Andreas Kling
2019-11-01
HackStudio: Rename TextDocument => ProjectFile
Andreas Kling
2019-10-30
HackStudio: Show documentation preview in tooltip on identifier hover
Andreas Kling
2019-10-28
HackStudio: Add little icons for ".cpp" and ".h" files
Andreas Kling
2019-10-28
HackStudio: Remove unnecessary Locator::keydown_event()
Andreas Kling
2019-10-28
HackStudio: Allow opening a Locator suggestion by double-clicking it
Andreas Kling
2019-10-28
HackStudio: Scroll the locator suggestions when navigating with arrows
Andreas Kling
2019-10-28
HackStudio: Start working on a "Locator", much like Qt Creator has
Andreas Kling
2019-10-28
HackStudio: Show .h files with C++ syntax highlighting
Andreas Kling
2019-10-27
HackStudio: Draw a brownish frame around the current editor widget
Andreas Kling
2019-10-27
HackStudio: Support opening the same file in both editors
Andreas Kling
2019-10-27
LibGUI: Move GTextDocument out of GTextEditor
Andreas Kling
2019-10-27
HackStudio: Allow switching between the two editors with Ctrl+E :^)
Andreas Kling
2019-10-27
HackStudio: Tweak EditorWrapper layouts a bit to make things look nice
Andreas Kling
2019-10-27
HackStudio: Support multiple editors on screen
Andreas Kling
2019-10-26
HackStudio: Tweak style of C++ identifiers
Andreas Kling
2019-10-26
HackStudio: Focus the text editor after opening a file
Andreas Kling
2019-10-26
HackStudio: Implement adding an existing file to project
Andreas Kling
2019-10-26
HackStudio: Implement adding a new file to the project
Andreas Kling
2019-10-26
LibGUI: Make GTextEditor::Span have a range instead of two positions
Andreas Kling
2019-10-26
HackStudio: "Hide" the action tabs (find in files, console) by default
Andreas Kling
2019-10-26
HackStudio: Enable line wrapping and automatic indentation by default
Andreas Kling
2019-10-26
HackStudio: Assorted improvements to C++ highlighting
Andreas Kling
2019-10-26
HackStudio: Make C++ keywords bold :^)
Andreas Kling
2019-10-25
HackStudio: Teach the C++ lexer about most C++ keywords
Andreas Kling
2019-10-25
HackStudio: Lex C++ files and apply some basic syntax highlighting
Andreas Kling
2019-10-25
HackStudio: Make CppTokens have (line,column) positions
Andreas Kling
2019-10-25
HackStudio: Start building a C++ lexer to help with syntax highlighting
Andreas Kling
2019-10-25
HackStudio: Unbreak jumping to a search result
Andreas Kling
2019-10-24
HackStudio: Move the ProcessStateWidget below the TerminalWidget
Andreas Kling
2019-10-24
HackStudio: Bring up the console when doing a "build" or "run"
Andreas Kling
2019-10-24
HackStudio: Add some toolbar icons to liven up the UI a bit :^)
Andreas Kling
2019-10-24
HackStudio: Hide the ProcessStateWidget while no process is running
Andreas Kling
2019-10-24
HackStudio: Show the slave pty's PGID in the ProcessStateWidget
Andreas Kling
2019-10-24
HackStudio: Add a widget showing the state of console's running process
Andreas Kling
2019-10-23
HackStudio: Move "find in files" widget to its own file/class
Andreas Kling
2019-10-23
HackStudio: Make the "find in files" widget more keyboard-accessible
Andreas Kling
2019-10-23
HackStudio: Start adding a "find in files" function
Andreas Kling
2019-10-23
HackStudio: Put the console terminal wrapper in a GTabWidget
Andreas Kling
2019-10-22
HackStudio: Add a simple "Save" action
Andreas Kling
2019-10-22
HackStudio: Add a simple "Run" action
Andreas Kling
2019-10-22
HackStudio: Add a simple "Build" action
Andreas Kling
2019-10-22
HackStudio: Show the currently open file in bold (in the project list)
Andreas Kling
2019-10-21
HackStudio: Add a simple app icon and some initial menus
Andreas Kling
2019-10-21
HackStudio: "Go to line" was mixed up about 0/1-based line numbers
Andreas Kling
2019-10-21
HackStudio: Restrict the "Go to line" shortcut to the text editor
Andreas Kling
2019-10-21
LibVT: Make TerminalWidget's automatic size policy updates optional
Andreas Kling
2019-10-21
HackStudio: Embed a Terminal widget below the text editor
Andreas Kling
2019-10-21
HackStudio: Show line numbers in the text editor by default
Andreas Kling
2019-10-21
HackStudio: Show cursor line and column in the statusbar
Andreas Kling
[next]