hi there!
as it says in the topic, i've been wondering whether there is an option to make the word-completion box appear automatically after a few letters. i found the keyboard shortcut in the keyboard-settings but would appreciate it appearing itself.
greets,
nem
automatic appearing of word-completion box?
-
- CodeLite Enthusiast
- Posts: 37
- Joined: Fri Oct 01, 2010 8:32 pm
- Genuine User: Yes
- IDE Question: all
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: automatic appearing of word-completion box?
It probably wont make it into a future version of codelite. I dont think that the IDE should automatically interfere with the user typing - it should be "on demand"
Eran
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 37
- Joined: Fri Oct 01, 2010 8:32 pm
- Genuine User: Yes
- IDE Question: all
- Contact:
Re: automatic appearing of word-completion box?
well i don't see it as an interruption or interference since it doesn't block typing (at least as far as i experienced it with other ides) and it's quite annoying doing acrobatics on the keyboard everytime i want to complete a symbol (i use it mostly to correct uppercase letters in symbols). just hitting enter when the right word is chosen by the completion (as it is in the membercompletion) is much more comfortable than make it appear with ctrl+shift+any in the first place.
so why not implement it as an option? in this case everybody can choose his favorite behaviour. the completion box for keywords is optional, too.
greets,
nem
so why not implement it as an option? in this case everybody can choose his favorite behaviour. the completion box for keywords is optional, too.
greets,
nem
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: automatic appearing of word-completion box?
Since I don't see this as an important feature (I actually see this an annoyance) - I will probably won't be implementing this in the near future
However, as usual, patches are most welcome (of course, it should be user configurable, and the default should be set to the current behavior)
Eran
However, as usual, patches are most welcome (of course, it should be user configurable, and the default should be set to the current behavior)
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 37
- Joined: Fri Oct 01, 2010 8:32 pm
- Genuine User: Yes
- IDE Question: all
- Contact:
Re: automatic appearing of word-completion box?
i sure understand that this might be considered as an annoyance. however i don't quite get it why the default setting for keywords and membernames is to automatically show up the completion boxes on the other hand (since that is what you dislike). i guess you don't use completion at all then?
greets,
nem
greets,
nem
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: automatic appearing of word-completion box?
It looks more natural to me that when typing '->' or '.' I *expect* the completion box to show, unlike when typing a random sequence of chars. The keywords completion was provided as patchnemesis wrote:however i don't quite get it why the default setting for keywords and membernames is to automatically show up the completion boxes on the other hand (since that is what you dislike).
I am. If I wouldn't have been using code completion, I wouldn't have bothered to develop it, its just that I use Ctrl-SPACE to make it appear when I need it.nemesis wrote:i guess you don't use completion at all then?
Eran
Make sure you have read the HOW TO POST thread
- aprilmot
- CodeLite Enthusiast
- Posts: 24
- Joined: Sun Jul 04, 2010 1:20 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: automatic appearing of word-completion box?
Hello Eran,
Is it possible to implement this feature (automatic word-completion box), I am also preferring it . It would be better to have it as configurable.
When I type fl in editor I get the completion box popping up automatically and displaying "float", at the same time if I press ctrl+space then I get the full list of functions shown in the popup.
I think the automatic word-completion is enabled for C or C++ keywords only. Could you please extend the same to include the tags also.
Also, when I type "#include <" I expect that codelite displays the list of header files which are present under the include directories, but I couldnt get that box for "#include <"
Do we have this feature in Codelite.
Thank you in Advance
Aprilmot
Is it possible to implement this feature (automatic word-completion box), I am also preferring it . It would be better to have it as configurable.
When I type fl in editor I get the completion box popping up automatically and displaying "float", at the same time if I press ctrl+space then I get the full list of functions shown in the popup.
I think the automatic word-completion is enabled for C or C++ keywords only. Could you please extend the same to include the tags also.
Also, when I type "#include <" I expect that codelite displays the list of header files which are present under the include directories, but I couldnt get that box for "#include <"
Do we have this feature in Codelite.
Thank you in Advance
Aprilmot
Long Live the Open Source and Humanity
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: automatic appearing of word-completion box?
Its a software, everything is possible. But I will probably wont be implementing it like I said earlier: patches are most welcome as long as this feature is configurable.aprilmot wrote:Is it possible to implement this feature (automatic word-completion box), I am also preferring it . It would be better to have it as configurable.
you will need to start typing the file name and then use Ctrl-SPACEaprilmot wrote:Also, when I type "#include <" I expect that codelite displays the list of header files which are present under the include directories, but I couldnt get that box for "#include <"
Do we have this feature in Codelite.
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 37
- Joined: Fri Oct 01, 2010 8:32 pm
- Genuine User: Yes
- IDE Question: all
- Contact: