[Gambas-devel-svn] SF.net SVN: gambas:[7086] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-05-15 13:22:10
|
Revision: 7086 http://sourceforge.net/p/gambas/code/7086 Author: gambas Date: 2015-05-15 13:22:08 +0000 (Fri, 15 May 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Use the new TextEditor control in the file properties dialog. [GB.FORM] * BUG: Fix the 'recent' stock icon for the Breeze themes. [GB.FORM.EDITOR] * BUG: TextEditor: Many bug fixes. * NEW: TextEditor: Implement the View property that allows multiple TextEditor controls to share the same document. * NEW: TextEditor: TextEditor[] returns a virtual object representing a specific line, like Editor.Lines[]. * NEW: TextEditor: Implement TextEditor.Styles property. Styles cannot use italic anymore. Only bold and underline. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Dialog/FFileProperty.class gambas/trunk/app/src/gambas3/.src/Dialog/FFileProperty.form gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form gambas/trunk/app/src/gambas3/.src/Editor/Form/CControl.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.class gambas/trunk/comp/src/gb.form/map/icon.map gambas/trunk/comp/src/gb.form.editor/.component gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/CLineInfo.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/Highlighter.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Line.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class gambas/trunk/comp/src/gb.form.editor/.startup Added Paths: ----------- gambas/trunk/app/src/gambas3/.src/Exported/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.src/Main.module gambas/trunk/comp/src/gb.form.editor/.src/TextEditorStyle.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Styles.class Removed Paths: ------------- gambas/trunk/comp/src/gb.form.editor/.src/CStyle.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |