Thread: [Gambas-devel-svn] SF.net SVN: gambas: [1189] gambas/branches/3.0-rw/app/src/gambas3
Brought to you by:
gambas
From: <rob...@us...> - 2008-03-17 23:55:31
|
Revision: 1189 http://gambas.svn.sourceforge.net/gambas/?rev=1189&view=rev Author: robert_rowe Date: 2008-03-17 16:55:37 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Removed the hotkey definitions from the editor button tooltips as this broke the translation Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FEditor.form gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-18 02:27:24
|
Revision: 1190 http://gambas.svn.sourceforge.net/gambas/?rev=1190&view=rev Author: robert_rowe Date: 2008-03-17 19:27:26 -0700 (Mon, 17 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * OPT: Changed the icons for the Definition and Last Position buttons on the Editor to ones in the Crystal collection. * OPT: Changed the creation of the split editors to dynamic vs. systematic Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FEditor.class gambas/branches/3.0-rw/app/src/gambas3/FEditor.form gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.class gambas/branches/3.0-rw/app/src/gambas3/FTextEditor.form Added Paths: ----------- gambas/branches/3.0-rw/app/src/gambas3/img/16/back.png gambas/branches/3.0-rw/app/src/gambas3/img/16/up.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-18 17:07:26
|
Revision: 1194 http://gambas.svn.sourceforge.net/gambas/?rev=1194&view=rev Author: gambas Date: 2008-03-18 10:07:33 -0700 (Tue, 18 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Two stock icons were chosen for the "Find definition" and "Go to last position" actions. * NEW: The two corresponding buttons were put to the right of the method combo-box, and were activated. Two menu entries were associated to them. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/FEditor.class gambas/branches/3.0-rw/app/src/gambas3/FEditor.form This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-20 03:02:21
|
Revision: 1204 http://gambas.svn.sourceforge.net/gambas/?rev=1204&view=rev Author: robert_rowe Date: 2008-03-19 20:02:20 -0700 (Wed, 19 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Added a textlabel to the bottom of the property window that displays help text for the selected property. * NEW: Added an option to preferences to disable integrated help. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FMain.class gambas/branches/3.0-rw/app/src/gambas3/FOption.class gambas/branches/3.0-rw/app/src/gambas3/FOption.form gambas/branches/3.0-rw/app/src/gambas3/FProperty.class gambas/branches/3.0-rw/app/src/gambas3/FProperty.form gambas/branches/3.0-rw/app/src/gambas3/MHelp.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2008-03-20 20:36:04
|
Revision: 1207 http://gambas.svn.sourceforge.net/gambas/?rev=1207&view=rev Author: gambas Date: 2008-03-20 13:26:12 -0700 (Thu, 20 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Enhances the function that extracts the property help text from the help files. * NEW: Replace the VSplit by a SidePanel in the property sheet. * BUG: Makes some strings that should be translated translatable. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/FProperty.class gambas/branches/3.0-rw/app/src/gambas3/FProperty.form gambas/branches/3.0-rw/app/src/gambas3/MHelp.module This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-21 02:49:26
|
Revision: 1222 http://gambas.svn.sourceforge.net/gambas/?rev=1222&view=rev Author: robert_rowe Date: 2008-03-20 19:49:30 -0700 (Thu, 20 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The property help window now saves and restores its height I made the other code changes that you suggested also. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.settings gambas/branches/3.0-rw/app/src/gambas3/FMain.class gambas/branches/3.0-rw/app/src/gambas3/FOption.class gambas/branches/3.0-rw/app/src/gambas3/FProperty.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 01:21:32
|
Revision: 1235 http://gambas.svn.sourceforge.net/gambas/?rev=1235&view=rev Author: robert_rowe Date: 2008-03-22 18:21:39 -0700 (Sat, 22 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Automatic completion is automatically inserted in all cases when pressing one of the following keys: '.','(','[','!'. Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/FCompletion.class Removed Paths: ------------- gambas/branches/3.0-rw/app/src/gambas3/.settings This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <rob...@us...> - 2008-03-23 05:19:19
|
Revision: 1236 http://gambas.svn.sourceforge.net/gambas/?rev=1236&view=rev Author: robert_rowe Date: 2008-03-22 22:19:15 -0700 (Sat, 22 Mar 2008) Log Message: ----------- Merge with trunk Modified Paths: -------------- gambas/branches/3.0-rw/app/src/gambas3/.lang/es.mo gambas/branches/3.0-rw/app/src/gambas3/.lang/fr.mo gambas/branches/3.0-rw/app/src/gambas3/.lang/sv.mo gambas/branches/3.0-rw/app/src/gambas3/FCommit.class gambas/branches/3.0-rw/app/src/gambas3/FCommit.form gambas/branches/3.0-rw/app/src/gambas3/FCompletion.class gambas/branches/3.0-rw/app/src/gambas3/Project.module gambas/branches/3.0-rw/app/src/gambas3/img/control/textedit.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |