summaryrefslogtreecommitdiff
path: root/Userland/DevTools/HackStudio/Editor.cpp
AgeCommit message (Expand)Author
2023-05-23Base+Userland: Apply Human Interface Guidelines to Object textthankyouverycool
2023-05-05LibMarkdown+LibSyntax: Add a Markdown syntax highlighterMaciej
2023-04-30HackStudio: Move around execution order and prevent crashingiyush
2023-04-15AK+Everywhere: Change URL::path() to serialize_path()MacDue
2023-03-31HackStudio: Migrate git-diff indicators to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate execution-position indicator to TextEditor APISam Atkins
2023-03-31HackStudio: Migrate breakpoint indicators to TextEditor APISam Atkins
2023-03-21Everywhere: Use `LibFileSystem` where trivialCameron Youell
2023-03-15LibGfx+Userland: Make TextAttributes::underline_style optionalSam Atkins
2023-03-11HackStudio: Use Syntax::Language instead of our own oneSam Atkins
2023-03-08HackStudio: Enable CMakeCache.txt highlightingSam Atkins
2023-03-04HackStudio: Enable CMake syntax highlightingSam Atkins
2023-02-20LibGUI+HackStudio: Simplify TextEditor gutter & ruler calculationsSam Atkins
2023-02-13LibCore: Remove `Stream.h`Tim Schumacher
2023-02-13LibCore: Move Stream-based file into the `Core` namespaceTim Schumacher
2023-02-13LibCore: Rename `File` to `DeprecatedFile`Tim Schumacher
2023-01-27AK: Remove StringBuilder::build() in favor of to_deprecated_string()Linus Groh
2023-01-26LibGfx: Remove `try_` prefix from bitmap creation functionsTim Schumacher
2023-01-12LibCore+Userland: Make Core::Timer::create_repeating() return ErrorOrSam Atkins
2023-01-06LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^)Sam Atkins
2022-12-20HackStudio: Port to `Core::Stream::File` :^)Karol Kosek
2022-12-07Meta+Userland: Pass Gfx::IntPoint by valueMacDue
2022-12-06AK+Everywhere: Rename String to DeprecatedStringLinus Groh
2022-11-30HackStudio: User-definable documentation search pathsFiliph Sandström
2022-11-13Userland: Accept drag_enter events for widgets supporting file dropsKarol Kosek
2022-10-06HackStudio: Use a single global tooltip windowItamar
2022-10-06HackStudio: Remove adjustment of text range for documentation tooltipItamar
2022-09-28HackStudio: Insert tooltip styling directly into Markdown HTML outputSam Atkins
2022-07-12Everywhere: Add sv suffix to strings relying on StringView(char const*)sin-ack
2022-05-21LibCodeComprehension: Re-organize code comprehension related codeItamar
2022-05-15LibWebView: Move OutOfProcessWebView to a new LibWebView libraryDexesTTP
2022-04-06HackStudio: Remove "evaluate expression" dialogAndreas Kling
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2022-03-16HackStudio: Move editors inside tab widgetsry-sev
2022-02-25HackStudio: Rename HackStudio::ServerConnection=>ConnectionToServerItamar
2022-02-16DevTools: Use default constructors/destructorsLenny Maiorani
2022-02-14HackStudio: Fix crash when requesting parameter listHarrison Marshall
2022-02-12HackStudio: Only query token information if semantic highlighting is onItamar
2022-02-09HackStudio: Allow toggling between simple and semantic highlightingItamar
2022-02-09HackStudio: Use the C++ semantic syntax highlighterItamar
2022-02-07LibGUI: Remove GML prefix in favor of proper namespacekleines Filmröllchen
2022-01-18HackStudio: Hookup git commit message detection and highlightingBrian Gianforcaro
2022-01-09HackStudio: Propagate errors using try_set_main_widgetcreator1creeper1
2021-11-08LibGfx: Use ErrorOr<T> for Bitmap::try_load_from_file()Andreas Kling
2021-10-27Everywhere: Rename left/right-click to primary/secondaryFiliph Sandström
2021-10-23HackStudio: Add syntax-highlighting for CSS filesSam Atkins
2021-10-04Everywhere: Fix more Copyright header inconsistenciesTim Schumacher
2021-09-04HackStudio: Drop files to the selected editorKarol Kosek
2021-08-19HackStudio: Fix "navigate to include"Itamar
2021-08-01DevTools: Remove unused header includesBrian Gianforcaro