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

[Git][gambas/gambas][master] 2 commits: Add the default highlighting themes to the 'gb.highlight' component.



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


Commits:
e5909f17 by Benoît Minisini at 2025-04-07T01:46:25+02:00
Add the default highlighting themes to the 'gb.highlight' component.

[GB.HIGHLIGHT]
* NEW: Add the default highlighting themes to the 'gb.highlight' component.
* NEW: TextHighlighterTheme: 'List' is a new static property that returns the list of default themes.
* NEW: TextHighlighterTheme: 'Names' is a new static property that returns the display names of the default themes.

- - - - -
f51b948a by Benoît Minisini at 2025-04-07T01:52:39+02:00
Remove default highlighting themes. They were moved to the 'gb.highlight' component.

[DEVELOPMENT ENVIRONMENT]
* NEW: Remove default highlighting themes. They were moved to the 'gb.highlight' component.

- - - - -


19 changed files:

- app/src/gambas3/.src/Options/FOption.class
- + comp/src/gb.highlight/.src/MThemeName.module
- comp/src/gb.highlight/.src/TextHighlighterTheme.class
- comp/src/gb.highlight/highlight/html.highlight
- comp/src/gb.highlight/highlight/xml.highlight
- app/src/gambas3/theme/amber → comp/src/gb.highlight/themes/amber
- app/src/gambas3/theme/amethyst → comp/src/gb.highlight/themes/amethyst
- app/src/gambas3/theme/blues → comp/src/gb.highlight/themes/blues
- app/src/gambas3/theme/emerald → comp/src/gb.highlight/themes/emerald
- app/src/gambas3/theme/gambas → comp/src/gb.highlight/themes/gambas
- app/src/gambas3/theme/obsidian → comp/src/gb.highlight/themes/obsidian
- app/src/gambas3/theme/pastel → comp/src/gb.highlight/themes/pastel
- app/src/gambas3/theme/quest → comp/src/gb.highlight/themes/quest
- app/src/gambas3/theme/quick → comp/src/gb.highlight/themes/quick
- app/src/gambas3/theme/ruby → comp/src/gb.highlight/themes/ruby
- app/src/gambas3/theme/sapphire → comp/src/gb.highlight/themes/sapphire
- app/src/gambas3/theme/tango → comp/src/gb.highlight/themes/tango
- app/src/gambas3/theme/visual → comp/src/gb.highlight/themes/visual
- app/src/gambas3/theme/zen → comp/src/gb.highlight/themes/zen


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/7e23535a0bf139981c24a80869ee1cc10558c249...f51b948a6c6b6ad4ad8c0660cbedaf30f66a5e4f

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