| .. |
|
Debugger
|
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
2021-04-13 16:58:15 +02:00 |
|
Dialogs
|
Everywhere: Fix a bunch of typos
|
2021-04-18 10:30:03 +02:00 |
|
Git
|
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
2021-04-13 16:58:15 +02:00 |
|
LanguageClients
|
HackStudio: Map connections to langauge-servers by language name
|
2021-03-06 09:40:33 +01:00 |
|
LanguageServers
|
Everywhere: Fix a bunch of typos
|
2021-04-18 10:30:03 +02:00 |
|
AutoCompleteResponse.h
|
HackStudio+LanguageServers/Cpp: Show scope of symbols in Locator
|
2021-03-23 18:32:39 +01:00 |
|
ClassViewWidget.cpp
|
HackStudio: Add ClassView tab for viewing classes in a tree structure
|
2021-04-13 15:16:27 +02:00 |
|
ClassViewWidget.h
|
HackStudio: Add ClassView tab for viewing classes in a tree structure
|
2021-04-13 15:16:27 +02:00 |
|
CMakeLists.txt
|
HackStudio: Add ClassView tab for viewing classes in a tree structure
|
2021-04-13 15:16:27 +02:00 |
|
CodeDocument.cpp
|
HackStudio: Create Language enum from file extension or language name
|
2021-03-06 09:40:33 +01:00 |
|
CodeDocument.h
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |
|
CursorTool.cpp
|
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
2021-03-12 17:29:37 +01:00 |
|
CursorTool.h
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |
|
Editor.cpp
|
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
2021-04-13 16:58:15 +02:00 |
|
Editor.h
|
HackStudio: Allow users to drag and drop files into the editor
|
2021-04-12 18:03:55 +02:00 |
|
EditorWrapper.cpp
|
HackStudio: Display warning when opening binary files
|
2021-03-21 09:46:21 +01:00 |
|
EditorWrapper.h
|
HackStudio: Display warning when opening binary files
|
2021-03-21 09:46:21 +01:00 |
|
FindInFilesWidget.cpp
|
Everywhere: Rename ASSERT => VERIFY
|
2021-02-23 20:56:54 +01:00 |
|
FindInFilesWidget.h
|
Everywhere: Add semantically-missing includes
|
2021-02-08 18:03:57 +01:00 |
|
FormEditorWidget.cpp
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |
|
FormEditorWidget.h
|
Everywhere: Rename ASSERT => VERIFY
|
2021-02-23 20:56:54 +01:00 |
|
FormWidget.cpp
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |
|
FormWidget.h
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |
|
HackStudio.h
|
HackStudio: Support searching symbol declarations in the Locator
|
2021-02-27 16:37:35 +01:00 |
|
HackStudioWidget.cpp
|
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
2021-04-13 16:58:15 +02:00 |
|
HackStudioWidget.h
|
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
2021-04-13 16:58:15 +02:00 |
|
Language.cpp
|
HackStudio: Create Language enum from file extension or language name
|
2021-03-06 09:40:33 +01:00 |
|
Language.h
|
HackStudio: Create Language enum from file extension or language name
|
2021-03-06 09:40:33 +01:00 |
|
LanguageClient.cpp
|
HackStudio: Store known symbol declarations in ProjectDeclarations
|
2021-04-13 15:16:27 +02:00 |
|
LanguageClient.h
|
HackStudio: Restart LanguageServer if it crashes
|
2021-03-06 09:40:33 +01:00 |
|
Locator.cpp
|
HackStudio: Store known symbol declarations in ProjectDeclarations
|
2021-04-13 15:16:27 +02:00 |
|
Locator.h
|
HackStudio: Store known symbol declarations in ProjectDeclarations
|
2021-04-13 15:16:27 +02:00 |
|
main.cpp
|
Everywhere: It's now "Foobar", not "FooBar", and not "foo bar"
|
2021-04-13 16:58:15 +02:00 |
|
Project.cpp
|
HackStudio: Make sure project files are created with an absolute path
|
2021-03-06 09:40:33 +01:00 |
|
Project.h
|
HackStudio: Make sure project files are created with an absolute path
|
2021-03-06 09:40:33 +01:00 |
|
ProjectDeclarations.cpp
|
HackStudio: Store known symbol declarations in ProjectDeclarations
|
2021-04-13 15:16:27 +02:00 |
|
ProjectDeclarations.h
|
HackStudio: Store known symbol declarations in ProjectDeclarations
|
2021-04-13 15:16:27 +02:00 |
|
ProjectFile.cpp
|
HackStudio: Display warning when opening binary files
|
2021-03-21 09:46:21 +01:00 |
|
ProjectFile.h
|
HackStudio: Display warning when opening binary files
|
2021-03-21 09:46:21 +01:00 |
|
ProjectTemplate.cpp
|
HackStudio: Project templates and New Project dialog
|
2021-02-13 19:49:30 +01:00 |
|
ProjectTemplate.h
|
HackStudio: Project templates and New Project dialog
|
2021-02-13 19:49:30 +01:00 |
|
TerminalWrapper.cpp
|
LibVT: Put TerminalWidget in the VT namespace :^)
|
2021-02-27 17:49:08 +01:00 |
|
TerminalWrapper.h
|
LibVT: Put TerminalWidget in the VT namespace :^)
|
2021-02-27 17:49:08 +01:00 |
|
Tool.h
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |
|
WidgetTool.cpp
|
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
2021-03-12 17:29:37 +01:00 |
|
WidgetTool.h
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |
|
WidgetTreeModel.cpp
|
Everywhere: Rename ASSERT => VERIFY
|
2021-02-23 20:56:54 +01:00 |
|
WidgetTreeModel.h
|
DevTools: Move to Userland/DevTools/
|
2021-01-12 12:18:55 +01:00 |