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

[Git][gambas/gambas][master] 4 commits: TextEditor: The highlighting state is an array of byte, not an array of short.



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


Commits:
60f041c4 by Benoît Minisini at 2024-07-27T10:58:47+02:00
TextEditor: The highlighting state is an array of byte, not an array of short.

[GB.FORM.EDITOR]
* BUG: TextEditor: The highlighting state is an array of byte, not an array of short.
* NEW: TextEditor: Use the new theme properties of the Style class.

- - - - -
78efa1e1 by Benoît Minisini at 2024-07-27T11:00:48+02:00
Add 'Style.FramedSelection' and 'Style.Shadows'. Gridview now draws its selection with a frame.

[GB.GUI.BASE]
* NEW: Style: 'FramedSelection' is a new property that tells if the selection must be drawn with a frame in various controls. It's TRUE by default.
* NEW: Style: 'Shadows' is a new property that will replace 'Application.Shadows'.
* NEW: GridView: Draw the selection with a frame if 'Style.FramedSelection' is set.

- - - - -
7c69d81c by Benoît Minisini at 2024-07-27T11:02:30+02:00
TextHighlighter: 'ToANSI()' method now generates strikeout text.

[GB.HIGHLIGHT]
* NEW: TextHighlighter: 'ToANSI()' method now generates strikeout text.
* NEW: Javascript highlighting: 'function' is now drawn as a keyword.

- - - - -
7bb7b868 by Benoît Minisini at 2024-07-27T11:16:51+02:00
TerminalView: Draw a framed selection.

[GB.FORM.TERMINAL]
* NEW: TerminalView: Draw a framed selection.

- - - - -


9 changed files:

- 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.terminal/.src/TerminalView/TerminalScreen.class
- comp/src/gb.gui.base/.src/GridView/GridView.class
- + comp/src/gb.gui.base/.src/Style.class
- comp/src/gb.highlight/.src/Main.module
- comp/src/gb.highlight/.src/TextHighlighter.class
- comp/src/gb.highlight/highlight/javascript.highlight


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/ef886f578acfedbec8caf566503647b632385814...7bb7b8681fd8db98f8531211d3cddf658c0fc1ef

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