Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-18 | little: Make this build by default, and add some curlies | Andreas Kling | |
2019-11-09 | HackStudio: Start fleshing out the GUI for a GUI designer :^) | Andreas Kling | |
I'll be reconstructing parts of the VisualBuilder application here and then we can retire VisualBuilder entirely once all the functionality is available in HackStudio. | |||
2019-10-30 | HackStudio: Show documentation preview in tooltip on identifier hover | Andreas Kling | |
When hovering over a C++ token that we have a man page for, we now show the man page in a tooltip window. This feels rather bulky at the moment, but the basic mechanism is quite neat and just needs a bunch of tuning. | |||
2019-10-25 | HackStudio: Start building a C++ lexer to help with syntax highlighting | Andreas Kling | |
2019-10-23 | HackStudio: Add "little" test project file list | Andreas Kling | |
2019-10-22 | HackStudio: Add a simple "Run" action | Andreas Kling | |
Ctrl+R will now execute "make run" in the project directory. :^) | |||
2019-10-22 | HackStudio: Show the currently open file in bold (in the project list) | Andreas Kling | |
Also import a little default C++ project called "little" :^) |