FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

what about delphi like autocompletion

 
Post new topic   Reply to topic     Forum Index -> Descent
View previous topic :: View next topic  
Author Message
aiforge



Joined: 09 May 2007
Posts: 1

PostPosted: Mon Jun 23, 2008 1:49 pm    Post subject: what about delphi like autocompletion Reply with quote

delphi does not only use the type of an variable
to show you the possible ones - the ide also tries to
order the list by name similarity (position, equalness and sound)

in scope:
int p_test_id, int p_window_id, int window_test

autocomplete this

int m_windo...

will give you this list for selection
p_window_id
window_test
p_test_id

this give you most of the time the wanted var - and better: this
teaches you to use similar names for similar things...

another nice video of delphi autocompletion in action:

http://www.stevetrefethen.com/files/codecompletion.html
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> Descent All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group