AutoComplete does not work with <almost anything>
AutoComplete does not work with <almost anything>
Hello!
I set the preferences like this:
- Auto Complete ON
- Display only words that are beginning with the typed word ON
- Add space after... ON
- Automatically popup the auto complete window ON
- Disable/Comments ON
- Disable/Strings ON
- 3 Characters needed to open the list
This works perfectly for me, in 3.94 and 4.0x but not in 4.10 BETA 3.
Procedures, Constants and Variables are shown.
But when it goes to Macros, Variables not defined with Define, Arrays, LinkedLists, the list does not popup.
I checked everything at "Display items" in the preferences.
I set the preferences like this:
- Auto Complete ON
- Display only words that are beginning with the typed word ON
- Add space after... ON
- Automatically popup the auto complete window ON
- Disable/Comments ON
- Disable/Strings ON
- 3 Characters needed to open the list
This works perfectly for me, in 3.94 and 4.0x but not in 4.10 BETA 3.
Procedures, Constants and Variables are shown.
But when it goes to Macros, Variables not defined with Define, Arrays, LinkedLists, the list does not popup.
I checked everything at "Display items" in the preferences.
PB 4.30
Code: Select all
onErrorGoto(?Fred)
Sorry, I really didn't see that this has been reported here already: http://www.purebasic.fr/english/viewtopic.php?t=28288
PB 4.30
Code: Select all
onErrorGoto(?Fred)
Re: AutoComplete does not work with <almost anything>
Try with a new prefs file, because it sure as hell works just fine for me. 

- Kaeru Gaman
- Addict
- Posts: 4826
- Joined: Sun Mar 19, 2006 1:57 pm
- Location: Germany
Oh yes, now I remember.Kaeru Gaman wrote:ermn... I thought that was normal? here with 4.02 on-the-fly-Variables are not autocompletedVariables not defined with Define
Unfortunately, also Variables defindes with Static, Protected, Shared and Global are not auto-completed.
PB 4.30
Code: Select all
onErrorGoto(?Fred)
> Even with a default prefs file?
Do you mean, that I should delete my profile and let the IDE use the default profile?
I just use the default profile and said the IDE that it should auto-complete everything.
Do you mean, that I should delete my profile and let the IDE use the default profile?
I just use the default profile and said the IDE that it should auto-complete everything.
PB 4.30
Code: Select all
onErrorGoto(?Fred)
Hey!
I renamed \PureBasic\PureBasic.prefs and %appdata%\PureBasic\Purebasic.prefs so, that the IDE cannot find it.
When I started the IDe, it really hat the default settings. I swicthed on AutoComplete, but it really didn't work.
Only PB-Keywords, like Debug were completed. But my own macros, for example, didn't work.
I renamed \PureBasic\PureBasic.prefs and %appdata%\PureBasic\Purebasic.prefs so, that the IDE cannot find it.
When I started the IDe, it really hat the default settings. I swicthed on AutoComplete, but it really didn't work.
Only PB-Keywords, like Debug were completed. But my own macros, for example, didn't work.

PB 4.30
Code: Select all
onErrorGoto(?Fred)