[Gambas-Notification] [Git][gambas/gambas][master] 5 commits: Fix the size of project tree icons. Use a darker icon instead of an arrow for compressed files.

Benoît Minisini gitlab at mg.gitlab.com
Sat Feb 20 23:29:30 CET 2021



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


Commits:
3832f811 by gambas at 2021-02-19T17:49:22+01:00
Fix the size of project tree icons. Use a darker icon instead of an arrow for compressed files.

[DEVELOPMENT ENVIRONMENT]
* NEW: Text editor: SVG files are now highlighted with the HTML mode.
* NEW: Project tree: Compressed files have a darker icon now, instead of an arrow.
* BUG: Project tree: Fix the size of file icons.

- - - - -
566b94a6 by gambas at 2021-02-19T17:49:36+01:00
Merge branch 'master' of gitlab.com:gambas/gambas

- - - - -
29689f02 by gambas at 2021-02-20T17:37:41+01:00
Fix a function declaration.

[GB.QT5.WEBVIEW]
* BUG: Fix a function declaration.

- - - - -
01ba1665 by gambas at 2021-02-20T17:38:16+01:00
Fix Font.TextHeight implementation that checked incorrectly for optional arguments.

[GB.QT4]
* BUG: Fix Font.TextHeight implementation that checked incorrectly for optional arguments.

[GB.QT5]
* BUG: Fix Font.TextHeight implementation that checked incorrectly for optional arguments.

- - - - -
d0fa82d8 by gambas at 2021-02-20T23:29:24+01:00
TextEditor: Highlight lines the later as possible: when the Text or SelectedText property is read, or when the line is drawn.

[GB.FORM.EDITOR]
* OPT: TextEditor: Highlight lines the later as possible: when the Text or SelectedText property is read, or when the line is drawn.
       Consequently, the IDE restores a project faster when there are a lot of files to open.
* NEW: TextEditor: Draw matching characters differently again, trying to make that the most readable possible.

- - - - -


15 changed files:

- app/src/gambas3/.src/Exported/TextEditor.class
- app/src/gambas3/.src/Project.module
- app/src/gambas3/.src/Project/CProjectTree.class
- + app/src/gambas3/img/32/compressed.png
- 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/TextEditorMode.class
- comp/src/gb.form.editor/.src/_TextEditor_Line.class
- comp/src/gb.form.editor/.src/_TextEditor_Rows.class
- comp/src/gb.form.editor/.src/test/FTestEditor.class
- comp/src/gb.form.editor/.src/test/FTestEditor.form
- gb.qt4/src/CFont.cpp
- gb.qt5/src/webview/c_webview.h


View it on GitLab: https://gitlab.com/gambas/gambas/-/compare/0cffa7df6a120dfe100008b834e8b944716da157...d0fa82d80faf34dda084f98b9c75f5ad447cd895

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


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/notification/attachments/20210220/72709456/attachment.htm>


More information about the Notification mailing list