1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:18:11 +00:00
serenity/Userland/DevTools/HackStudio
Ivan Hansgaard Hansen c9cd96894b
HackStudio: Fix opened files appearing empty (#5480)
When files where placed in outside of the project root, they would
appear empty because the label in the tree would differ from the
actual file path relative to the root.

Fixes #5471.
2021-02-22 23:00:57 +01:00
..
Debugger LibGUI: Swap order of InputBox value and parent window args 2021-02-20 12:19:46 +01:00
Dialogs HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
Git LibGUI: Swap order of InputBox value and parent window args 2021-02-20 12:19:46 +01:00
LanguageClients LanguageServers/Cpp: Add FileDB and pass project_root in Greet() 2021-02-08 23:10:38 +01:00
LanguageServers LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
AutoCompleteResponse.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
CMakeLists.txt HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
CodeDocument.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
CodeDocument.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
CursorTool.cpp Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) 2021-02-08 18:08:55 +01:00
CursorTool.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Editor.cpp LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
Editor.h LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
EditorWrapper.cpp TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
EditorWrapper.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
FindInFilesWidget.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +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 DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +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 DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
HackStudioWidget.cpp HackStudio: Fix opened files appearing empty (#5480) 2021-02-22 23:00:57 +01:00
HackStudioWidget.h HackStudio: Project templates and New Project dialog 2021-02-13 19:49:30 +01:00
Language.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
LanguageClient.cpp LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
LanguageClient.h LanguageServers/Cpp: Add 'FindDeclaration' capability 2021-02-20 15:53:37 +01:00
Locator.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Locator.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
main.cpp HackStudio: Set icon for 'make is not available' notification 2021-02-13 19:50:09 +01:00
Project.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Project.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProjectFile.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
ProjectFile.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +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 HackStudio: Handle failed fork() in TerminalWrapper a bit better 2021-01-23 08:39:59 +01:00
TerminalWrapper.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
Tool.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
WidgetTool.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
WidgetTool.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
WidgetTreeModel.cpp DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00
WidgetTreeModel.h DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00