[Gambas-user] New feature in the IDE code editor
Fabien Bodard
gambas.fr at ...626...
Wed Aug 15 10:46:58 CEST 2012
I think the kdevellop way is better... It just purpose via a kind of status
bar and key shortcuts.
For example if you say
s = str(s)
you know it's a string, but you can't know if it is global privatepublic
static ?
so the editor need to purpose :
Static public s as string
Static private s as string
public s as string
Private s as string
dim s a string
http://kdevelop.org/screenshots/c-assistant
http://kdevelop.org/screenshots/c-signature-assistant
http://zwabel.wordpress.com/2009/03/13/really-rapid-c-development-with-kdevelop4/
i think it is the good way to do such things... it not do things behind the
user.
another good feature (that work with that too) will be to purpose to rename
all the occurence when you change a symbole name.
(just when we change the declaration)
More information about the User
mailing list