23 lines
833 B
Plaintext
23 lines
833 B
Plaintext
[ CodePanel: Feature ]
|
|
A new panel window will be added, that can read code files.
|
|
Currently there's only one file editor for HTML files.
|
|
|
|
This should be now extended to any editor panes that can work with mainly text files:
|
|
HTMLEditorPanel and CodePanel
|
|
|
|
When a file is opened it should be opened in the CodePanel except it is an html file, where the HTMLEditorPanel would take over.
|
|
|
|
|
|
[ CodePanel: UI]
|
|
Like any panel it will have a toolbar similar like the html editor panel: Pin, Undo, Redo, Save
|
|
It will than use a coding window that has line numbers and highlighted code.
|
|
|
|
[ CodePanel: Technical implementation]
|
|
It should use the code mirror editor as editing tool. Later, language servers should be able to be added. They could
|
|
however sit on a different machine, so it should be able to confige remote language servers.
|
|
|
|
|
|
|
|
|
|
|