[Gambas-Notification] [Git][gambas/gambas][master] 3 commits: TerminalView: Add AutoResize, ScreenWidth, CharWidth and LineHeight properties.

Benoît Minisini gitlab at mg.gitlab.com
Tue Mar 20 18:24:53 CET 2018


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


Commits:
3ec7e51b by gambas at 2018-03-20T17:14:47Z
TerminalView: Add AutoResize, ScreenWidth, CharWidth and LineHeight properties.

[GB.FORM.TERMINAL]
* NEW: Redraw the control icon.
* NEW: TerminalView: AutoResize is a new property that defines if the screen width automatically fits the view.
* NEW: TerminalView: ScreenWidth is a new property that allows to define the screen width in the case AutoResize is FALSE.
* NEW: TerminalView: CharWidth is a new property that returns the screen character width.
* NEW: TerminalView: LineHeight is a new property that returns the screen lien height.
* BUG: TerminalView: The scrollbar should now be correctly hidden in all cases.

- - - - -
c772e744 by gambas at 2018-03-20T17:19:44Z
Support for stock icons of any size, with automatic stretching.

[GB.FORM]
* NEW: Support for stock icons of any size, with automatic stretching.

[GB.FORM.STOCK]
* NEW: Add a 128 pixel version of the Gambas logo to the 'gambas' stock theme.

- - - - -
6eae56c3 by gambas at 2018-03-20T17:21:22Z
Add a toolbar button that toggles the tooltip visibility, with the F6 key as shortcut.

[DEVELOPMENT ENVIRONMENT]
* BUG: Output console: Ensure that the terminal screen width is accurate even if the output console has not been shown yet.
* NEW: Form editor: Add a toolbar button that toggles the tooltip visibility, with the F6 key as shortcut.
* NEW: Image editor: Add a toolbar button that toggles the tooltip visibility, with the F6 key as shortcut.
* NEW: Use text colors inverted for form and image editor tooltips.

- - - - -


19 changed files:

- app/src/gambas3/.src/Debug/FDebugButton.class
- app/src/gambas3/.src/Debug/FDebugInfo.form
- app/src/gambas3/.src/Debug/FOutput.class
- app/src/gambas3/.src/Debug/FOutput.form
- app/src/gambas3/.src/Editor/Form/FForm.class
- app/src/gambas3/.src/Editor/Form/FForm.form
- app/src/gambas3/.src/Editor/Image/FImageEditor.class
- app/src/gambas3/.src/Editor/Image/FImageEditor.form
- app/src/gambas3/.src/FMain.form
- app/src/gambas3/.src/Project.module
- comp/src/gb.form.stock/.src/_DefaultStock.class
- + comp/src/gb.form.stock/gambas/128/gambas.png
- comp/src/gb.form.terminal/.hidden/control/terminalview.png
- comp/src/gb.form.terminal/.icon.png
- comp/src/gb.form.terminal/.project
- comp/src/gb.form.terminal/.src/TerminalView/FTestTerminalView.form
- comp/src/gb.form.terminal/.src/TerminalView/TerminalView.class
- − comp/src/gb.form.terminal/terminalview.png
- comp/src/gb.form/.src/Stock.class


View it on GitLab: https://gitlab.com/gambas/gambas/compare/e07ac2e4f2588f62bb55aa2b8351a08a810c1586...6eae56c3daae1d9264a1c81e3f669eb24eeadda4

---
View it on GitLab: https://gitlab.com/gambas/gambas/compare/e07ac2e4f2588f62bb55aa2b8351a08a810c1586...6eae56c3daae1d9264a1c81e3f669eb24eeadda4
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/20180320/3ea601aa/attachment.html>


More information about the Notification mailing list