Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-10-06 | Base: Fix idempotency in 'little' example | Ben Wiederhake | |
2021-07-31 | Base: Remove "test.frm" from HackStudio test project | Andreas Kling | |
2021-04-14 | LibDebug: Add support for parsing array types | FalseHonesty | |
This includes multi-dimensional arrays :O | |||
2021-04-13 | Everywhere: It's now "Foobar", not "FooBar", and not "foo bar" | Andreas Kling | |
I hereby declare these to be full nouns that we don't split, neither by space, nor by underscore: - Breadcrumbbar - Coolbar - Menubar - Progressbar - Scrollbar - Statusbar - Taskbar - Toolbar This patch makes everything consistent by replacing every other variant of these with the proper one. :^) | |||
2021-04-03 | Base: Make the "little" test program compilable again | Andreas Kling | |
2021-03-23 | HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator | Itamar | |
2021-03-13 | LibCpp: Replace defined preprocessor values when parsing | Itamar | |
2021-03-08 | Everywhere: Remove unnecessary whitespace at the end of some lines. | Emanuele Torre | |
2021-02-08 | LanguageServers/Cpp: ParserAutoComplete engine inspects header files | Itamar | |
... and performs preprocessing on the source code before parsing. To support this, we are now able to keep track of multiple files in the autocomplete engine. We re-parse a file whenever it is edited. | |||
2021-01-27 | HackStudio: Integate with C++ parser-based autocomplete | Itamar | |
By default, C++ auto completion will still be performed by the lexer-based logic. However, the parser-based logic can be switched on via the menubar. | |||
2021-01-09 | little: Remove "-Os" compile flag | Itamar | |
This flag made gcc generate location info of type "location_list" for 'my_struct', which we do not yet support in LibDebug. | |||
2020-12-10 | Base: Remove *.hsp files | Andreas Kling | |
HackStudio no longer has dedicated project files, so let's get rid of the *.hsp file concept. It'll eventually produce some files again, but they won't be the same kind of "project" files. | |||
2020-11-05 | Base: Tweak CXXFLAGS for the "little" test projects | Andreas Kling | |
Let's build with -std=c++2a since we're C++20 nowadays. :^) | |||
2020-08-26 | Base+HackStudio: Rename project file extensions to .hsp | thankyouverycool | |
More concise in Views and consistent with other extensions. | |||
2020-08-15 | Base: Modify "little" project | Itamar | |
2020-08-05 | Base: Move "js" and "little" HackStudio projects into ~/Source/ | Andreas Kling | |