Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 07:19:54 IvankoB wrote: #3 2028 unknown 0x7c90e514 in ?? () The stack: #0 7C90E514 :0 ??() #1 7C90CFFA :0 ??() #2 7C80EF97 :0 ??() #3 0050CF19 msesysintf.pas:1425 SYS_GETFILEINFO(PATH=0x9fbc0 '/D:/GITROOT/podpiska/readcert.pas.$$$1924',

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread IvankoB
Please try for an experiment if (obj 0) and (integer(obj) length(handles)) then begin fafd:= handles[obj]; application.lock; FindNextChangeNotification(fafd); application.unlock; dochange(fafd); end; Hmm..no freezes after approx 100 attempts with the change

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 08:39:39 IvankoB wrote: Please try for an experiment if (obj 0) and (integer(obj) length(handles)) then begin fafd:= handles[obj]; application.lock; FindNextChangeNotification(fafd); application.unlock; dochange(fafd); end;

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread IvankoB
Another problem - units dependencies don't autoupdate. For instance: /// MAIN.PAS: uses main_mfm ,curlobj ,readcert in '../readcert.pas' ; // Changes in '../readcert.pas' aren't detected by MSEide so there's a message not found about readcert by linker ( it

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 11:29:52 IvankoB wrote: Another problem - units dependencies don't autoupdate. For instance: /// MAIN.PAS: uses main_mfm ,curlobj ,readcert in '../readcert.pas' ; // Changes in '../readcert.pas' aren't detected by MSEide so

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Ivanko B
Use 'Project'-'Make' if you make changes in Files with another editor. 1) same editor (MSEide) 2) Make doesn't help until changing a file using ( having in USES ) the file 2012/6/25, Martin Schreiber mse00...@gmail.com: On Monday 25 June 2012 11:29:52 IvankoB wrote:

[MSEide-MSEgui-talk] Messge window - 2 - error place functionality by DblClick isn't vailable for units pointed by IN unit _path

2012-06-25 Thread IvankoB
For instance, compile time errors aren't briged to for '../readcert.pas' below: // uses main_mfm ,curlobj ,readcert in '../readcert.pas' ,msesys ,mseconsts ,msetypes ; // Me can't include exact directory of '../readcert.pas' to the project Make

Re: [MSEide-MSEgui-talk] How to change working directory for debugger ?

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 11:56:18 IvankoB wrote: so that application can read files from as there as from current directory. Please use 'Target'-'Environment'-'Working directory'. Martin -- Live Security Virtual

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 12:00:49 Ivanko B wrote: Use 'Project'-'Make' if you make changes in Files with another editor. 1) same editor (MSEide) 2) Make doesn't help until changing a file using ( having in USES ) the file - FPC bug? Martin

Re: [MSEide-MSEgui-talk] Messge window - 2 - error place functionality by DblClick isn't vailable for units pointed by IN unit _path

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 14:26:40 IvankoB wrote: For instance, compile time errors aren't briged to for '../readcert.pas' below: MSEide searches in directories listed in 'Project'-'Debugger'-'Source directories' only. Please add ../. Martin

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread IvankoB
Use 'Project'-'Make' if you make changes in Files with another editor. 1) same editor (MSEide) 2) Make doesn't help until changing a file using ( having in USES ) the file - FPC bug? Hardly because this (USES .. IN '..') feature is No1 of DELPHI compatibility. What

Re: [MSEide-MSEgui-talk] How to change working directory for debugger ?

2012-06-25 Thread IvankoB
so that application can read files from as there as from current directory. Please use 'Target'-'Environment'-'Working directory'. It works, thanx ! -- Live Security Virtual Conference Exclusive live event will

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 16:04:40 IvankoB wrote: But it means a unit dependency parser/maintainer at the source level, correct ? MSEide does *not* parse unit dependency for compiling purpose. What to do then ? Inserting spaces to trigger refreshing units is for between us knowledge only

Re: [MSEide-MSEgui-talk] Messge window - 2 - error place functionality by DblClick isn't vailable for units pointed by IN unit _path

2012-06-25 Thread IvankoB
For instance, compile time errors aren't briged to for '../readcert.pas' below: MSEide searches in directories listed in 'Project'-'Debugger'-'Source directories' only. Please add ../. For debugger only ? A great idea ! It works, thanx :)

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread IvankoB
What to do then ? To be clear: - there is a unit A with unit B in uses - You change unit B in MSEide - You press F9 - FPC compiles but there is a message not found about readcert by linker Yes, exactly. Seems like a FPC bug to me. A bug of FPC make ? How to bypass it ?

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Martin Schreiber
Martin Schreiber wrote: On Monday 25 June 2012 16:36:39 IvankoB wrote: What to do then ? To be clear: - there is a unit A with unit B in uses - You change unit B in MSEide - You press F9 - FPC compiles but there is a message not found about readcert by linker Yes, exactly.

Re: [MSEide-MSEgui-talk] IDE hangs in winXP

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 18:47:03 Ivanko B wrote: Make a FPC bugreport with a reproducible testcase? See the attached file. Me forgot my credentials, could You report from Your account ? No, that is your job. ;-) There is a lost your password link: http://bugs.freepascal.org/lost_pwd_page.php

Re: [MSEide-MSEgui-talk] Proposal: begin..end, implementation..end etc color highligting under mouse pointer

2012-06-25 Thread Martin Schreiber
On Monday 25 June 2012 22:42:52 Ivanko B wrote: See the attached snapshot. begin and end with special color? It probably needs an extension to the *.sdef format to be defined easy. Martin -- Live Security Virtual

Re: [MSEide-MSEgui-talk] Proposal: begin..end, implementation..end etc color highligting under mouse pointer

2012-06-25 Thread IvankoB
See the attached snapshot. begin and end with special color? When BEGIN(IMPLEMENTATION) or END;(END.) is under mouse - like parenthesis match. Really handy :) -- Live Security Virtual Conference Exclusive live