Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Nobody
RE: aeditor wishlist [ reply ]  
2004-08-27 09:01
I can add a hook to the configuration file.. so that whenever the user hits TAB, it invokes the hook with the current context.

From that hook it should be possible to spawn an popup window with a list of ambiguities.

This way that mechanism will work both for ruby and for c++.


I don't use tab completion myself. Is my perception ok. If there are details in it which you think would be good, then please say so.


Thanks for your suggestion

--
Simon Strandgaard

By: Nobody
RE: aeditor wishlist [ reply ]  
2004-08-27 08:07

Tab-completion.

objectInstance.<tab> should list available methods and variables for objectInstance. This is fairly easy for runtime inspectable (reflection) languages
like Ruby and Java, but I'm not sure how to solve it from a C++ environment.

By: Nobody
aeditor wishlist [ reply ]  
2004-08-04 13:04
many people wants vim/emacs keybindings, but besides that I don't what people needs.

If you have any wishes then please reply to this thread.

Thanks

--
Simon Strandgaard