summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Project.h
AgeCommit message (Expand)Author
2020-10-26HackStudio: Add a simple "open files" viewAndreas Kling
2020-09-15HackStudio: Add basic Git integrationItamar
2020-08-27Meta: Force semi-colon after MAKE_AK_NONXXXABLE()Ben Wiederhake
2020-08-26LibGUI+HackStudio: Associate new icons with their extensionsthankyouverycool
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-05-07HackStudio: Rename ProjectType::{Javascript -> JavaScript}Linus Groh
2020-04-25HackStudio: Add cpp debuggerItamar
2020-03-13HackStudio: Add Javascript projectsOriko
2020-03-07LibGUI: Move Icon and FontDatabase into the GUI namespaceShannon Booth
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-28HackStudio: Add file list context menu and file removal actionConrad Pankoff
2019-12-23HackStudio: Show the project name as the root in the project treeAndreas Kling
2019-12-23HackStudio: Sort the project tree alphabeticallyAndreas Kling
2019-12-23HackStudio: Show the project file list in a tree viewAndreas Kling
2019-11-01HackStudio: Rename TextDocument => ProjectFileAndreas Kling
2019-10-27HackStudio: Support opening the same file in both editorsAndreas Kling
2019-10-26HackStudio: Implement adding a new file to the projectAndreas Kling
2019-10-23HackStudio: Start adding a "find in files" functionAndreas Kling
2019-10-21HackStudio: Start working on an IDE for SerenityOSAndreas Kling