Code Completion and other options missing
Posted: Tue Dec 16, 2008 9:18 am
I'm having some trouble understanding what is going one with my code completion.
Last time I've used CodeLite it worked fine for everything I wrote, from variables name, functions name, etc.. but now with the latest relase only system keyword appears. The other keywords only appear if I click ctrl+space. Is this normal behaviour?
Also, were are the options to change code completion stuff? Like the miliseconds till it appears, and things like that. Another option I can't find anymore is the one that lets me choose the text font.
Are this option gone or am I just not finding them? I've searched over the last 3 releases annoucemments trying to find something relevant to this but with no success.
One thing that could be added to code completion is (as someone said in a post earlier) to add the "help" from functions or methods to the code completion. But I think it would be better to use a netbeans style, in which a second window appears attached to the first one, with the relevant information about the selected word. This allows something like scrolling, or even the inclusion of links and deprecated sections.
A problem I've found in the already implemented method to show the type info tooltip (with comments) is that when I hover the mouse over the name of the function,if there's another function with the same name I will always see the comment for the first one in the list ( I think they are ordered by alphabetic order ).
Last time I've used CodeLite it worked fine for everything I wrote, from variables name, functions name, etc.. but now with the latest relase only system keyword appears. The other keywords only appear if I click ctrl+space. Is this normal behaviour?
Also, were are the options to change code completion stuff? Like the miliseconds till it appears, and things like that. Another option I can't find anymore is the one that lets me choose the text font.
Are this option gone or am I just not finding them? I've searched over the last 3 releases annoucemments trying to find something relevant to this but with no success.
One thing that could be added to code completion is (as someone said in a post earlier) to add the "help" from functions or methods to the code completion. But I think it would be better to use a netbeans style, in which a second window appears attached to the first one, with the relevant information about the selected word. This allows something like scrolling, or even the inclusion of links and deprecated sections.
A problem I've found in the already implemented method to show the type info tooltip (with comments) is that when I hover the mouse over the name of the function,if there's another function with the same name I will always see the comment for the first one in the list ( I think they are ordered by alphabetic order ).