[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][gambas/gambas][master] 3 commits: TextEditor: GetLocation() is a new method that returns the location of a line.



Benoît Minisini pushed to branch master at Gambas / gambas


Commits:
49c82bc8 by Benoît Minisini at 2024-12-22T22:43:13+01:00
TextEditor: GetLocation() is a new method that returns the location of a line.

[GB.FORM.EDITOR]
* NEW: Each editor mode now can return the "location" of a line, i.e. the function it belongs to.
* NEW: TextEditor: GetLocation() is a new method that returns the location of a line.
* NEW: Add 'gb.eval' as component dependency.

- - - - -
abc2ecb6 by Benoît Minisini at 2024-12-22T22:44:54+01:00
Fix '@include' when there is more than 255 highlighting states. Add location limits to 'html' and 'webpage' highlighting.

[GB.HIGHLIGHT]
* BUG: Fix '@include' when there is more than 255 highlighting states.
* NEW: Add location limits to 'html' and 'webpage' highlighting.

- - - - -
c193a0c1 by Benoît Minisini at 2024-12-22T23:15:36+01:00
Search panel: Display search result locations again. Code & text editor: Redesign the procedure list button.

[DEVELOPMENT ENVIRONMENT]
* NEW: Search panel: Display search result locations again.
* NEW: Code & text editor: Redesign the procedure list button.
* NEW: Code & text editor: Use the new 'TextEditor.GetLocation()' method to list all possible locations of an edited file.

- - - - -


22 changed files:

- app/src/gambas3/.src/Debug/FDebugInfo.class
- app/src/gambas3/.src/Editor/Code/FEditor.class
- app/src/gambas3/.src/Editor/Code/FEditor.form
- app/src/gambas3/.src/Editor/Code/FProcedureList.class
- app/src/gambas3/.src/Editor/Code/FTextEditor.class
- app/src/gambas3/.src/Editor/Code/FTextEditor.form
- app/src/gambas3/.src/Exported/TextEditor.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Search/CSearchResult.class
- app/src/gambas3/.src/Search/FSearch.class
- comp/src/gb.form.editor/.project
- comp/src/gb.form.editor/.src/CDocument.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/TextEditorMode.class
- comp/src/gb.form.editor/.src/TextEditorMode_CSS.class
- comp/src/gb.form.editor/.src/TextEditorMode_Gambas.class
- comp/src/gb.form.editor/.src/TextEditorMode_Javascript.class
- comp/src/gb.form.editor/.src/test/FTestEditor.class
- comp/src/gb.highlight/custom/CustomHighlighter.class
- comp/src/gb.highlight/highlight/html.highlight
- + comp/src/gb.highlight/highlight/html.markup
- comp/src/gb.highlight/highlight/webpage.highlight


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1df10ffc9d0f8a0ae39407d7f9c2c32e3ead8679...c193a0c1b0e9f36a65e92ac47fd3bb3c0e9c9565

-- 
View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/1df10ffc9d0f8a0ae39407d7f9c2c32e3ead8679...c193a0c1b0e9f36a65e92ac47fd3bb3c0e9c9565
You're receiving this email because of your account on gitlab.com.