Thread: [Gambas-devel-svn] SF.net SVN: gambas:[2103] gambas/trunk/gb.qt4/src/ext/gview.cpp
Brought to you by:
gambas
From: <ga...@us...> - 2009-07-10 15:35:38
|
Revision: 2103 http://gambas.svn.sourceforge.net/gambas/?rev=2103&view=rev Author: gambas Date: 2009-07-10 15:35:36 +0000 (Fri, 10 Jul 2009) Log Message: ----------- [GB.QT.EXT] * OPT: Big optimization in Editor when displaying long lines. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-02-01 23:28:09
|
Revision: 3530 http://gambas.svn.sourceforge.net/gambas/?rev=3530&view=rev Author: gambas Date: 2011-02-01 23:28:03 +0000 (Tue, 01 Feb 2011) Log Message: ----------- [GB.QT4.EXT] * NEW: Erasing the entire text of an Editor does not crash anymore. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-04-12 20:14:01
|
Revision: 3757 http://gambas.svn.sourceforge.net/gambas/?rev=3757&view=rev Author: gambas Date: 2011-04-12 20:13:55 +0000 (Tue, 12 Apr 2011) Log Message: ----------- [GB.QT4.EXT] * BUG: Remove the StaticContents Qt flag from the Editor control. Maybe it will fix the refresh bug some people have. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-04-15 15:51:03
|
Revision: 3766 http://gambas.svn.sourceforge.net/gambas/?rev=3766&view=rev Author: gambas Date: 2011-04-15 15:50:57 +0000 (Fri, 15 Apr 2011) Log Message: ----------- [GB.QT4.EXT] * BUG: Fix Editor drawing problems with themes other than Oxygen. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-08-26 18:23:41
|
Revision: 4042 http://gambas.svn.sourceforge.net/gambas/?rev=4042&view=rev Author: gambas Date: 2011-08-26 18:23:35 +0000 (Fri, 26 Aug 2011) Log Message: ----------- [GB.QT4.EXT] * BUG: Editor: Some fixes in procedure separation drawing. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-09-13 23:37:55
|
Revision: 4125 http://gambas.svn.sourceforge.net/gambas/?rev=4125&view=rev Author: gambas Date: 2011-09-13 23:37:48 +0000 (Tue, 13 Sep 2011) Log Message: ----------- [GB.QT4.EXT] * BUG: Fix a crash in folding procedure, by strictly folding between procedure limits, and by not trying to be clever with comments. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2011-10-24 20:09:24
|
Revision: 4217 http://gambas.svn.sourceforge.net/gambas/?rev=4217&view=rev Author: gambas Date: 2011-10-24 20:09:18 +0000 (Mon, 24 Oct 2011) Log Message: ----------- [GB.QT4.EXT] * BUG: Do not crash when trying to fold a procedure inside a void file. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2012-07-22 18:14:40
|
Revision: 4982 http://gambas.svn.sourceforge.net/gambas/?rev=4982&view=rev Author: gambas Date: 2012-07-22 18:14:33 +0000 (Sun, 22 Jul 2012) Log Message: ----------- [GB.QT4.EXT] * BUG: Editor: Fix how spaces at end-of-line are drawn. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2013-10-11 22:43:54
|
Revision: 5872 http://sourceforge.net/p/gambas/code/5872 Author: gambas Date: 2013-10-11 22:43:51 +0000 (Fri, 11 Oct 2013) Log Message: ----------- [GB.QT4.EXT] * NEW: If nothing is selected, SHIFT+TAB unindent the current line. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-09-13 15:47:48
|
Revision: 6470 http://sourceforge.net/p/gambas/code/6470 Author: gambas Date: 2014-09-13 15:47:39 +0000 (Sat, 13 Sep 2014) Log Message: ----------- [GB.QT4.EXT] * BUG: Editor: 'Select all' and 'CTRL + END' now really goes to the end of file. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2014-12-09 18:45:35
|
Revision: 6714 http://sourceforge.net/p/gambas/code/6714 Author: gambas Date: 2014-12-09 18:45:33 +0000 (Tue, 09 Dec 2014) Log Message: ----------- [GB.QT4.EXT] * BUG: Editor: Don't draw line numbers if the margin is hidden. Modified Paths: -------------- gambas/trunk/gb.qt4/src/ext/gview.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |