Thread: [Gambas-devel-svn] SF.net SVN: gambas:[2217] gambas/trunk/app/src/gambas3/.src/Editor/Code/ FEditor
Brought to you by:
gambas
From: <ga...@us...> - 2009-08-05 00:15:36
|
Revision: 2217 http://gambas.svn.sourceforge.net/gambas/?rev=2217&view=rev Author: gambas Date: 2009-08-05 00:14:41 +0000 (Wed, 05 Aug 2009) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: The IDE does not crash anymore when a project is read-only, you double-click on a control in the form editor, and no event handler is found. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-09-07 12:58:18
|
Revision: 5138 http://gambas.svn.sourceforge.net/gambas/?rev=5138&view=rev Author: gambas Date: 2012-09-07 12:58:09 +0000 (Fri, 07 Sep 2012) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Take the value of "automatic declare local variables" option into account correctly. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-02-22 22:42:38
|
Revision: 6176 http://sourceforge.net/p/gambas/code/6176 Author: gambas Date: 2014-02-22 22:42:34 +0000 (Sat, 22 Feb 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: The 'F2' key now can jump from a GOTO or GOSUB instruction to its target label. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-11 21:41:27
|
Revision: 6719 http://sourceforge.net/p/gambas/code/6719 Author: gambas Date: 2014-12-11 21:41:24 +0000 (Thu, 11 Dec 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Ignore comment lines when completing a control structure after the RETURN key has been hit. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-12 18:37:47
|
Revision: 7302 http://sourceforge.net/p/gambas/code/7302 Author: gambas Date: 2015-09-12 18:37:46 +0000 (Sat, 12 Sep 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: "F2" now correctly finds the definition of classes used as method or array. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-06 01:54:31
|
Revision: 7391 http://sourceforge.net/p/gambas/code/7391 Author: gambas Date: 2015-10-06 01:54:30 +0000 (Tue, 06 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Automatic comment insertion is now done in one step to prevent syntax highlighting from occuring inside the new comment line. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-10-24 21:28:03
|
Revision: 7434 http://sourceforge.net/p/gambas/code/7434 Author: gambas Date: 2015-10-24 21:28:02 +0000 (Sat, 24 Oct 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Reloading a class or module file now keep the breakpoints. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-10-30 13:13:07
|
Revision: 7947 http://sourceforge.net/p/gambas/code/7947 Author: gambas Date: 2016-10-30 13:13:05 +0000 (Sun, 30 Oct 2016) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Editor: Workaround an interpreter crash when analyzing an expression including the LAST keyword. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |