In order for this site to work correctly we need to store a small file (called a cookie) on your computer. Most every site in the world does this, however since the 25th of May 2011, by law we have to get your permission first. Please abandon the forum if you disagree.

Para que este foro funcione correctamente es necesario guardar un pequeño fichero (llamado cookie) en su ordenador. La mayoría de los sitios de Internet lo hacen, no obstante desde el 25 de Marzo de 2011 y por ley, necesitamos de su permiso con antelación. Abandone este foro si no está conforme.

What is the IDE doing in the background?

Xailer professional forum in English
Responder
Maarten Roos
Mensajes: 126
Registrado: Lun Mar 29, 2010 10:24 am

What is the IDE doing in the background?

Mensaje por Maarten Roos »

What is Xailer doing in the background? Sometimes I get stuck or there is a pause in it while typing. Especially in the method-section
When here:

I get this:

Is module getting too big; too many methods?
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9253
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

What is the IDE doing in the background?

Mensaje por ignacio »

Maarten Roos escribió el mar, 05 julio 2011 12:27What is Xailer doing in the background? Sometimes I get stuck or there is a pause in it while typing. Especially in the method-section
Is module getting too big; too many methods?
It seems Xailer is using to much memory on our system.
Please check if the problem persist if you quit an re-execute the IDE.
BTW, try also to disable the 'var case matching' new feature.
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Maarten Roos
Mensajes: 126
Registrado: Lun Mar 29, 2010 10:24 am

What is the IDE doing in the background?

Mensaje por Maarten Roos »

It was indeed the option "Automatic variables case matching" in the Editor options.
Thx... it drived me nuts
Avatar de Usuario
ignacio
Site Admin
Mensajes: 9253
Registrado: Lun Abr 06, 2015 8:00 pm
Ubicación: Madrid, Spain
Contactar:

What is the IDE doing in the background?

Mensaje por ignacio »

Maarten Roos escribió el mar, 05 julio 2011 13:15It was indeed the option "Automatic variables case matching" in the Editor options.
Thx... it drived me nuts
Maarten,
Glad it fixes your problem. BTW we would like to solve the problem completely. If you could tell us how to reproduce it would be great. We are also a little concerned about your memory consumption. Could you tell us if memory consumption goes down with 'Automatic vars case-matching' disabled?
TIA.
Regards,
Ignacio Ortiz de Zúñiga
[Equipo de Xailer / Xailer team]
https://www.xailer.com
Maarten Roos
Mensajes: 126
Registrado: Lun Mar 29, 2010 10:24 am

What is the IDE doing in the background?

Mensaje por Maarten Roos »

Ignacio,
with 'Automatic vars case-matching' disabled everything is back to normal, also the memory.
Before I disabled it and I copy and pasted 10 lines, like:
METHOD IsFinancing(cCode)
METHOD IsCominedWithDrums(cCode)
METHOD IsCombinedWithQuantity(cCode)
METHOD IsSeaFright(cCode)
METHOD IsCommission(cCode)
METHOD IsCombinedWithAmount(cCode)
METHOD IsTransport(cCode)

at the bottom of the PRG, the IDE hanged it selves. I had to force to close the program.
Like Mario was saying: it really shows up in large PRG, not the small ones.
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

What is the IDE doing in the background?

Mensaje por jfgimenez »

Maarten,
> Before I disabled it and I copy and pasted 10 lines, like:
>
> METHOD IsFinancing(cCode)
> METHOD IsCominedWithDrums(cCode)
> METHOD IsCombinedWithQuantity(cCode)
> METHOD IsSeaFright(cCode)
> METHOD IsCommission(cCode)
> METHOD IsCombinedWithAmount(cCode)
> METHOD IsTransport(cCode)
>
>
> at the bottom of the PRG, the IDE hanged it selves. I had to
> force to close the program.
Well, we noticed about this specific problem a couple of days ago, and it's
already fixed. It was caused by the existence of several METHOD declarations
in consecutive lines.
> Like Mario was saying: it really shows up in large PRG, not
> the small ones.
We'd like to review it in deep. Please, is it possible to send us your PRG
(only the prg file that caused the problem)?
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Maarten Roos
Mensajes: 126
Registrado: Lun Mar 29, 2010 10:24 am

What is the IDE doing in the background?

Mensaje por Maarten Roos »

No problem... to which email address can it be send to?
Avatar de Usuario
jfgimenez
Site Admin
Mensajes: 5706
Registrado: Lun Abr 06, 2015 8:48 pm
Contactar:

What is the IDE doing in the background?

Mensaje por jfgimenez »

Maarten,
sorry for the delay.
> No problem... to which email address can it be send to?
jfgimenez <at> xailer <dot> com. Thanks.
--
Regards,
Jose F. Gimenez
http://www.xailer.com
http://www.xailer.info
José F. Giménez
[Equipo de Xailer / Xailer team]
http://www.xailer.com
http://www.xailer.info
Responder