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

[Git][gambas/gambas][master] 2 commits: Support for up to 32767 internal highlight states, for more complex highlighters.



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


Commits:
9742a4e6 by Benoît Minisini at 2024-03-23T20:18:01+01:00
Support for up to 32767 internal highlight states, for more complex highlighters.

[GB.HIGHLIGHT]
* NEW: Support for up to 32767 internal highlight states, for more complex highlighters.

- - - - -
b6c2b870 by Benoît Minisini at 2024-03-23T20:19:33+01:00
TextEditor: Highlight state datatype is now 'Short[]' instead of 'Byte[]'.

[GB.FORM.EDITOR]
* NEW: TextEditor: Highlight state datatype is now 'Short[]' instead of 'Byte[]'.

- - - - -


11 changed files:

- comp/src/gb.form.editor/.component
- comp/src/gb.form.editor/.project
- comp/src/gb.form.editor/.src/CDocument.class
- comp/src/gb.form.editor/.src/CLineInfo.class
- comp/src/gb.form.editor/.src/TextEditor.class
- comp/src/gb.form.editor/.src/_TextEditor_State.class
- comp/src/gb.form.editor/.version
- comp/src/gb.highlight/.src/CState.class
- comp/src/gb.highlight/.src/TextHighlighter.class
- comp/src/gb.highlight/.src/_TextHighlighter_Gambas.class
- comp/src/gb.highlight/custom/CustomHighlighter.class


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/fae758b8e0db450fdb42982eb2abdae8c057b300...b6c2b870eca9bdbc98de37bca5f383848b074ef9

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