summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio
AgeCommit message (Expand)Author
2020-12-15HackStudio: Don't take LexicalPath as argumentAndreas Kling
2020-12-10HackStudio: Rethink the "project" concept to be about a directoryAndreas Kling
2020-12-10HackStudio: Don't vend invalid indices from SearchResultsModelAndreas Kling
2020-11-27TextEditor: Add button to match regular expression during searchEmanuel Sprung
2020-11-23HackStudio: Send an open file to language serversSergey Bugaev
2020-11-14HackStudio: Use GUI::FileIconProvider::icon_for_path() for Locator iconsLinus Groh
2020-11-14HackStudio: Make Locator search case insensitiveLinus Groh
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-11-10HackStudio: Scroll embedded terminals to bottom upon command executionAndreas Kling
2020-11-09AK: Rename new_out to out and new_warn to warn.asynts
2020-11-03HackStudio: Run clang-formatAndreas Kling
2020-11-03HackStudio: Store and restore the scrollbar values of ProjectFiles when they ...Zac
2020-11-02HackStudio: Removes the file from the list of open filesKesse Jones
2020-11-01HackStudio: Fixed opening the project by always opening the main.cpp fileKesse Jones
2020-10-30LibGUI: Add Widget focus policiesAndreas Kling
2020-10-29HackStudio: Use GUI::TextDocument::span_at()Andreas Kling
2020-10-29HackStudio: Remove ProcessStateWidgetAndreas Kling
2020-10-29LanguageServers/Cpp: Find the right token under the cursorAndreas Kling
2020-10-29LanguageServers/Cpp: Make token_in_position() return a StringViewAndreas Kling
2020-10-29LanguageServers/Cpp: Avoid some unnecessary vector copiesAndreas Kling
2020-10-29HackStudio: Don't track ctrl key state manuallyAndreas Kling
2020-10-26HackStudio: Reset the cursor to I-beam when switching between filesAndreas Kling
2020-10-26HackStudio: Run clang-formatAndreas Kling
2020-10-26HackStudio: Allow toggling line wrapping on/off from the Edit menu :^)Andreas Kling
2020-10-26HackStudio: Add a simple "open files" viewAndreas Kling
2020-10-25HackStudio: Include missing files in the project treeAndreas Kling
2020-10-25HackStudio: Don't assert when project has non-existent fileAndreas Kling
2020-10-10HackStudio: Fix running JavaScript filesLinus Groh
2020-10-09HackStudio: Use new format functions.asynts
2020-10-08HackStudio: Replace InProcessWebView with OutOfProcessWebViewLinus Groh
2020-10-04HackStudio: Add a Shell language serverAnotherTest
2020-10-04HackStudio: Do not change the cursor in the LSP autocomplete requestAnotherTest
2020-10-04HackStudio: Relay completions requests to the language server unfilteredAnotherTest
2020-10-03Everywhere: Fix more typosLinus Groh
2020-10-02HackStudio: Abstract away language-server detailsAnotherTest
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-30HackStudio: Add C++ Language ServerItamar
2020-09-30LibCpp: Add library for working with c++ codeItamar
2020-09-30HackStudio+TextEditor: Add the Shell syntax highlighterAnotherTest
2020-09-26HackStudio: Detach from debugged process before terminatingItamar
2020-09-26HackStudio: Fix FormEditor widget icons loadingItamar
2020-09-25Meta+DevTools: Make clang-format-10 cleanBen Wiederhake
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-21HackStudio: Add AutoCompleteBoxItamar
2020-09-21HackStudio: Basic C++ autocomplete logicItamar
2020-09-19HackStudio: Move bulk of GUI logic into HackStudioWidgetItamar
2020-09-18HackStudio: Only refresh Git widget on save if initializedItamar
2020-09-15HackStudio: Refresh the Git widget state on file saveItamar
2020-09-15HackStudio: View unstaged diffs in files with DiffViewerItamar
2020-09-15HackStudio: Add functionality to GitRepo objectItamar