This website requires JavaScript.
Explore
Help
Sign In
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
0
You've already forked gambas-source-code
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
gambas-source-code
/
comp
/
src
/
gb.form.editor
/
.component
6 lines
85 B
Plaintext
Raw
Normal View
History
Unescape
Escape
[DEVELOPMENT ENVIRONMENT] * NEW: Use IDE breakpoint icon for displaying breakpoints in editor. * NEW: Use a bigger icon for the packager wizard. * NEW: Put some red inside the breakpoint icon. [GB.FORM.EDITOR] * NEW: This new component will provide a text editor with syntax highlighting entirely written in Gambas. A bit slower than the old one, but it will work with any toolkit! [GB.GUI.BASE] * OPT: GridView.Rows[].Refresh now only refreshes the specified row, and not the entire view. * NEW: GridView default cell padding is now zero. * BUG: GridView columns now can have any width. git-svn-id: svn://localhost/gambas/trunk@7080 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-05-12 22:46:39 +00:00
[Component]
Key=gb.form.editor
TextEditor: Update SideBar view font only when needed, and set the Font property once. [GB.FORM.EDITOR] * BUG: TextEditor: Update SideBar view font only when needed, and set the Font property once.
2017-08-17 15:34:19 +02:00
Version=3.10.90
[DEVELOPMENT ENVIRONMENT] * NEW: Use IDE breakpoint icon for displaying breakpoints in editor. * NEW: Use a bigger icon for the packager wizard. * NEW: Put some red inside the breakpoint icon. [GB.FORM.EDITOR] * NEW: This new component will provide a text editor with syntax highlighting entirely written in Gambas. A bit slower than the old one, but it will work with any toolkit! [GB.GUI.BASE] * OPT: GridView.Rows[].Refresh now only refreshes the specified row, and not the entire view. * NEW: GridView default cell padding is now zero. * BUG: GridView columns now can have any width. git-svn-id: svn://localhost/gambas/trunk@7080 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-05-12 22:46:39 +00:00
Needs=Form
[DEVELOPMENT ENVIRONMENT] * BUG: Hitting Escape while editing a variable does not hide the debugger panel anymore. [GB.EVAL.HIGHLIGHT] * NEW: The component is not deprecated anymore. * NEW: Move the new TextHighlighter class from 'gb.form.editor' to 'gb.eval.highlight'. * NEW: TextHighlighter[] returns a specific highlighter from its name. * NEW: TextHighlighter.ToHTML() is a new method that converts a text into highligted HTML. [GB.GUI.BASE] * BUG: Fix Paint.TrimText() routine that trimmed badly is some cases. git-svn-id: svn://localhost/gambas/trunk@7105 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-05-30 12:08:00 +00:00
Requires=gb.eval.highlight
Reference in New Issue
Copy Permalink