Andreas Kling
|
ab549cf942
LibGUI+TextEditor+HackStudio: Add GML syntax highlighter :^)
|
4 年之前 |
Andreas Kling
|
d410449d87
HackStudio: Don't take LexicalPath as argument
|
4 年之前 |
Andreas Kling
|
dd3e6451ac
HackStudio: Rethink the "project" concept to be about a directory
|
4 年之前 |
Sergey Bugaev
|
e7e179212c
HackStudio: Send an open file to language servers
|
4 年之前 |
Tom
|
75f61fe3d9
AK: Make RefPtr, NonnullRefPtr, WeakPtr thread safe
|
4 年之前 |
Andreas Kling
|
6365b44773
HackStudio: Use GUI::TextDocument::span_at()
|
4 年之前 |
Andreas Kling
|
c3a79e1483
HackStudio: Don't track ctrl key state manually
|
4 年之前 |
Andreas Kling
|
709b3ccb0a
HackStudio: Reset the cursor to I-beam when switching between files
|
4 年之前 |
asynts
|
7c4fb2b804
HackStudio: Use new format functions.
|
4 年之前 |
Linus Groh
|
b797de3adf
HackStudio: Replace InProcessWebView with OutOfProcessWebView
|
4 年之前 |
AnotherTest
|
6b55b007dd
HackStudio: Add a Shell language server
|
4 年之前 |
AnotherTest
|
34039d6639
HackStudio: Do not change the cursor in the LSP autocomplete request
|
4 年之前 |
AnotherTest
|
9e73b0b696
HackStudio: Relay completions requests to the language server unfiltered
|
4 年之前 |
AnotherTest
|
ac5e08a541
HackStudio: Abstract away language-server details
|
4 年之前 |
Itamar
|
a39c4cc340
HackStudio: Integrate with C++ Language Server
|
4 年之前 |
Itamar
|
b7bd2ed9d2
HackStudio: Add auto-complete capability to the Editor
|
4 年之前 |
Itamar
|
dac7db830a
HackStudio: Fix "Add new Editor" action
|
4 年之前 |
Andreas Kling
|
dbd2fa8b8f
HackStudio: Use widget override cursors
|
4 年之前 |
Andreas Kling
|
b4f307f982
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
|
4 年之前 |
Andreas Kling
|
0f9be82826
LibGfx: Move StandardCursor enum to LibGfx
|
4 年之前 |
thankyouverycool
|
ebba297b42
Base: Move 16x16 common icons to /res/icons/16x16/
|
4 年之前 |
Andreas Kling
|
56c3748dcc
LibWeb: Rename PageView => InProcessWebView
|
4 年之前 |
Andreas Kling
|
c0462c65cf
HackStudio: Move everything into the HackStudio namespace
|
4 年之前 |
Itamar
|
627f258c97
HackStudio: Use CodeDocument instead of TextDocument
|
4 年之前 |
Andreas Kling
|
75b8f4e4e6
LibGUI: Make focus events more aware of why focus is changing
|
4 年之前 |
Andreas Kling
|
c46439f240
LibWeb: Move HTML classes into the Web::HTML namespace
|
5 年之前 |
Andreas Kling
|
a565121793
LibWeb: Move HTML object model stuff into LibWeb/HTML/
|
5 年之前 |
Andreas Kling
|
2ba9e9b9c9
HackStudio: Use Web::PageView::load_html() for the documentation popup
|
5 年之前 |
Andreas Kling
|
116cf92156
LibGfx: Rename Rect,Point,Size => IntRect,IntPoint,IntSize
|
5 年之前 |
FalseHonesty
|
12fe546be9
LibGUI+HackStudio: Fix cursor appearance and crash while debugging
|
5 年之前 |