summaryrefslogtreecommitdiff
path: root/Base/res/icons/hackstudio
AgeCommit message (Collapse)Author
2022-02-10Base+HackStudio: Add or insert missing iconselectrikmilk
Insert or add icons where they are missing.
2021-08-14Base: Add the serenity-application HackStudio templatesin-ack
This is a template which instantiates into what you'd write to start out a basic Serenity GUI application. It contains a CMakeLists.txt file which describes what each declaration does, a simple GUI application which uses layouts, widgets and callbacks, and comes with a minimal set of pledges which the user can add to as necessary.
2021-04-13HackStudio: Store known symbol declarations in ProjectDeclarationsItamar
They were previously stored inside the Locator widget. I moved them to the globally visible ProjectDeclarations class so they can also be used by other widgets.
2021-03-13LanguageServers/Cpp: Complete Preprocessor definitionsItamar
Preprocessor definitions now appear in the AutoComplete suggestions box as well as in the Locator.
2021-02-27HackStudio: Support searching symbol declarations in the LocatorItamar
The Locator now keeps a cache of the declared symbol in a document. The language client updates that cache whenever it gets an update from the language server about declared symbols. This allows searching for symbol declarations in the Locator, in addition to file names. Closes #5478
2021-02-13HackStudio: Project templates and New Project dialogNick Vella
This commit adds a simple project template system to HackStudio, as well as a pretty New Project dialog, inspired by early VS.NET and MS Office.
2020-08-27Base: Rename icon subdirectories by explicit app namethankyouverycool
Renames widgets/ to hackstudio/, vbwidgets/ to visualbuilder/ and paintbrush/ to pixelpaint/.