Increasing compile time wait

Questions and discussion about the ZBasic IDE.
Post Reply
FFMan
Posts: 502
Joined: 09 January 2010, 12:52 PM

Increasing compile time wait

Post by FFMan »

I know there is an option somewhere to increase the wait for the compiler to avoid the message 'there are other commands still executing'.

for my larger programs i see this every time, but i can't find the option to extend the timeout,

thanks
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Re: Increasing compile time wait

Post by dkinzer »

FFMan wrote:I know there is an option somewhere to increase the wait for the compiler to avoid the message 'there are other commands still executing'.
There is a configuration setting that you can put in your UserOptions file. See http://www.zbasic.net/forum/about1435.html for more details. What version of the IDE are you using (shown in the Help|About dialog).
- Don Kinzer
FFMan
Posts: 502
Joined: 09 January 2010, 12:52 PM

Post by FFMan »

i'm using 1.5.2

is there also a way of turning off the not so helpful word substitution. it has a habit of changing'end select' into 'end selections' and 'dim xx as byte' to 'dim xx as bytes' as well as other similar things. its like its using a natural language dictionary file.

Also, it has a habit of throwing up blank callout/tooltip boxes that stop the cursor keys working until you dismiss them - can this be inhibited too ?

I'm all for helpful IDE's but I'm not sure its always on my side !

thanks don
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

FFMan wrote:is there also a way of turning off the not so helpful word substitution.
Does this still occur if you put the following line in your UserProperties file?

Code: Select all

autocompleteword.automatic=0
- Don Kinzer
FFMan
Posts: 502
Joined: 09 January 2010, 12:52 PM

Post by FFMan »

thanks i'll give it a try and let you know
dkinzer
Site Admin
Posts: 3120
Joined: 03 September 2005, 13:53 PM
Location: Portland, OR

Post by dkinzer »

FFMan wrote:i'm using 1.5.2
There is an experimental version of the IDE available via the link below. The synchronization between the build and download phases was changed somewhat in an attempt to mitigate the timeout problem that you mentioned. You might want to give it a try and see if it solves the problem for you.

http://www.zbasic.net/download/ZBasicID ... _1-5-5.zip
- Don Kinzer
Post Reply