Forum

Welcome Guest 

Show/Hide Header

Welcome Guest, posting in this forum requires registration.





Pages: [1]
Author Topic: FIXED: Some autocomplete problems TOPIC CLOSED
Rushino
Chimp (newbie)
Posts: 12
Permalink
Post FIXED: Some autocomplete problems
on: August 7, 2012, 15:24

Hello,

This is not a big problem but still annoying at some extend because i love when my methods and stuff look all the same.

1- For instance, when you write "if" shouldn't it write "If" ? because some other syntax start with an uppercase which doesn't seem to do with the "if".
2- The multiline comment is completed this way :

#rem

#END

Why is the END in upper case ?

NOTE: Im using the demo version which is 2012-06.

Thanks. :)

Ziggy
Administrator
Posts: 579
Permalink
Post Re: Some autocomplete problems
on: September 6, 2012, 13:10

1.- The case correction is done in the autocompletion pop-up. If is too short to show autocompletion, so it never gets auto completed. I could force case correction for reserved words apart from the current pop-up correction system.

2.- #rem works becouse the compiler is not as restrictive as it should be and allow rem the be the only compiler directive to not be case sensitibe, but it is more of a side effect of the compiler comments implementation. According to Monkey official sources, all compiler directives are suposed to be uppercase, so it shhuld be #REM and #END.

Ziggy
Administrator
Posts: 579
Permalink
Post Re: Some autocomplete problems
on: October 1, 2012, 18:47

Case correction has been fixed for the next update on the text formatter. Other than that, I considere this issue closed and solved.

Pages: [1]
Jungleide.com EULA