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)
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to