summaryrefslogtreecommitdiff
path: root/DevTools/HackStudio/Editor.cpp
AgeCommit message (Expand)Author
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
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-06LibDraw: Put all classes in the Gfx namespaceAndreas Kling
2020-02-02LibGUI: Put all classes in the GUI namespace and remove the leading GAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-12-24LibGUI+LibDraw: Add "Palette" concept for scoped color themingAndreas Kling
2019-12-24LibDraw: Add Selection and SelectionText system theme colorsAndreas Kling
2019-11-23HackStudio: Highlight matching pairs of [ and ] as wellAndreas Kling
2019-11-18HackStudio: Always re-match curlies/parens after a re-highlightAndreas Kling
2019-11-18HackStudio: Highlight maching parentheses as wellAndreas Kling