Can we get a link to 1.7?

I’m looking for a link back to 1.7.X (the latest previous?)

There are a couple problems with 1.9

Code folding ‘only functions’, gets code folding of EVERYTHING automatically.

Autocomplete is not working, at all.

Strange syntax visual styles (static method colons are italicized?).

Currently I cannot open an existing project, at all, even restarting 1.9.

I cannot open a project from existing files.

Sometimes the corona simulator does not shut down before it tries to open.

Sometimes 1.9 doesn’t quit on quit. It stays open and never closes.

I get no stack trace (debugger?) from crashes in 1.9, after trying many different configurations.

32bit Windows XP Sp3

Hello Jack,

Sorry you are having so many issues. The links are pasted below:

www.mydevelopersgames.com/CIDER/Downloads/LuaGlider.msi

www.mydevelopersgames.com/CIDER/Downloads/LuaGlider.dmg

We will let you know when there is a version available that should fix all these issues, but lets try to address them one by one:

Code folding ‘only functions’, gets code folding of EVERYTHING automatically.

Code folding should fold functions, if/end blocks, while/end blocks, comments, and long tables. Is it only folding functions for you?

 Autocomplete is not working, at all.

Strange syntax visual styles (static method colons are italicized?).

Currently I cannot open an existing project, at all, even restarting 1.9.

I cannot open a project from existing files.

Sometimes the corona simulator does not shut down before it tries to open.

Sometimes 1.9 doesn’t quit on quit. It stays open and never closes.

These all seem to be related to the same issue. A patch is coming for this shortly. 

Please note that you can have both 1.7 and 1.9 running on the same machine. We will fix these issues but we need to know from you if they are resolved so please check for updates and try 1.9 out from time to time.

Regards,

M.Y. Developers

Code Folding should allow folding of functions, if/end blocks, while/end blocks,
comments, and long tables.

If you mark “fold _functions_ by default” and it folds everything (current functionality), I think the option is mislabeled to not working as intended.

I will stay tuned for patches to 1.9 since I really like some of the proposed changes.

TY for the link =D

Hello Jack,

There is an update to 1.9.02 that should address many of the issues you were having. Some changes you may be interested in:

  • Scanner more flexible, you can tell it not to scan every single file for performance vs accuracy tradeoff
  • Improved scanner scheduling means that the IDE should not stay open much longer than 5-10 seconds after the gui is closed.
  • This also means the autocomplete should work now

Strange syntax visual styles (static method colons are italicized?).

This was to distinguish between globals that are used in the file (italic) vs globals that are declared in thje file (green)

Regards,

M.Y. Developers

Hello Jack,

Sorry you are having so many issues. The links are pasted below:

www.mydevelopersgames.com/CIDER/Downloads/LuaGlider.msi

www.mydevelopersgames.com/CIDER/Downloads/LuaGlider.dmg

We will let you know when there is a version available that should fix all these issues, but lets try to address them one by one:

Code folding ‘only functions’, gets code folding of EVERYTHING automatically.

Code folding should fold functions, if/end blocks, while/end blocks, comments, and long tables. Is it only folding functions for you?

 Autocomplete is not working, at all.

Strange syntax visual styles (static method colons are italicized?).

Currently I cannot open an existing project, at all, even restarting 1.9.

I cannot open a project from existing files.

Sometimes the corona simulator does not shut down before it tries to open.

Sometimes 1.9 doesn’t quit on quit. It stays open and never closes.

These all seem to be related to the same issue. A patch is coming for this shortly. 

Please note that you can have both 1.7 and 1.9 running on the same machine. We will fix these issues but we need to know from you if they are resolved so please check for updates and try 1.9 out from time to time.

Regards,

M.Y. Developers

Code Folding should allow folding of functions, if/end blocks, while/end blocks,
comments, and long tables.

If you mark “fold _functions_ by default” and it folds everything (current functionality), I think the option is mislabeled to not working as intended.

I will stay tuned for patches to 1.9 since I really like some of the proposed changes.

TY for the link =D

Hello Jack,

There is an update to 1.9.02 that should address many of the issues you were having. Some changes you may be interested in:

  • Scanner more flexible, you can tell it not to scan every single file for performance vs accuracy tradeoff
  • Improved scanner scheduling means that the IDE should not stay open much longer than 5-10 seconds after the gui is closed.
  • This also means the autocomplete should work now

Strange syntax visual styles (static method colons are italicized?).

This was to distinguish between globals that are used in the file (italic) vs globals that are declared in thje file (green)

Regards,

M.Y. Developers