summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Editor.cpp
AgeCommit message (Expand)Author
2021-01-02LibGfx: Add Gfx::TextAttributes (and use it in GUI::TextDocumentSpan)Andreas Kling
2020-12-30LibGUI+HackStudio: Add an opt-in autocompletion interface to TextEditorAnotherTest
2020-12-21LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)Andreas Kling
2020-12-15HackStudio: Don't take LexicalPath as argumentAndreas Kling
2020-12-10HackStudio: Rethink the "project" concept to be about a directoryAndreas Kling
2020-11-23HackStudio: Send an open file to language serversSergey Bugaev
2020-11-10AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safeTom
2020-10-29HackStudio: Use GUI::TextDocument::span_at()Andreas 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-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-02HackStudio: Abstract away language-server detailsAnotherTest
2020-09-30HackStudio: Integrate with C++ Language ServerItamar
2020-09-21HackStudio: Add auto-complete capability to the EditorItamar
2020-09-15HackStudio: Fix "Add new Editor" actionItamar
2020-09-11HackStudio: Use widget override cursorsAndreas Kling
2020-09-11LibGUI+WindowServer: Rename window "override cursor" to just "cursor"Andreas Kling
2020-09-10LibGfx: Move StandardCursor enum to LibGfxAndreas Kling
2020-08-27Base: Move 16x16 common icons to /res/icons/16x16/thankyouverycool
2020-08-17LibWeb: Rename PageView => InProcessWebViewAndreas Kling
2020-08-17HackStudio: Move everything into the HackStudio namespaceAndreas Kling
2020-08-15HackStudio: Use CodeDocument instead of TextDocumentItamar
2020-08-15LibGUI: Make focus events more aware of why focus is changingAndreas Kling
2020-07-28LibWeb: Move HTML classes into the Web::HTML namespaceAndreas Kling
2020-07-26LibWeb: Move HTML object model stuff into LibWeb/HTML/Andreas Kling
2020-06-21HackStudio: Use Web::PageView::load_html() for the documentation popupAndreas Kling
2020-06-10LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSizeAndreas Kling
2020-05-30LibGUI+HackStudio: Fix cursor appearance and crash while debuggingFalseHonesty
2020-05-30LibMarkdown: Change MD Document parse API to return a RefPtrFalseHonesty
2020-05-28LibWeb: Rename Web::HtmlView => Web::PageViewAndreas Kling
2020-05-26AK: Rename FileSystemPath -> LexicalPathSergey Bugaev
2020-05-18HackStudio: Don't use an OOB TextRange when looking for hovered textAndreas Kling
2020-05-05HackStudio: Take scrolling into consideration when painting breakpointsItamar
2020-04-28LibMarkdown: Drop MD prefixes and move into "Markdown" namespace :^)Andreas Kling
2020-04-25HackStudio: GUI support for setting breakpoints on source code linesItamar
2020-03-13HackStudio: Fix the wrong cursor being drawnOriko
2020-03-12HackStudio: Abstract over syntax highlighterOriko
2020-03-12HackStudio: Underline header linksOriko
2020-03-12HackStudio: Add header navigationOriko
2020-03-07LibWeb: Rename directory LibHTML => LibWebAndreas Kling
2020-03-07LibWeb: Move everything into the Web namespaceAndreas Kling
2020-03-04LibGUI: Use GUI::Window::set_main_widget<WidgetType>() in clientsAndreas Kling
2020-02-23Userspace: Use Core::Object::add() when building interfacesAndreas Kling
2020-02-14LibCore: Add a forward declaration headerAndreas Kling
2020-02-07LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUIAndreas Kling
2020-02-06LibGUI: Remove leading G from filenamesAndreas Kling