Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 08:06, Martin Schreiber wrote: BTW, _how_does it detect it? That might give clue as to when a change may get lost. According to Julio's reports, it seems that this happens perferentially if a change is made fast, like his external formatter. On Linux it uses signals on

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Martin Schreiber
On Wednesday, 22. February 2012 18.05:55 Julio Jiménez wrote: I'm using Debian testing, i386 and Freepascal 2.6.0 I can reproduce everytime... :( I have a suspicion. Does it happen if the file has been changed in source editor? Is there a difference if the changed file already has been saved

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 03:59, Lars wrote: Yes, it is good in theory, and i like that idea. But in practice sharing code between processes is too hard, which is why people use dll/dso's or threading. [...totally off-topic...] There are people in the Lazarus mailing list that might be interested

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 10:09, Martin Schreiber wrote: I have a suspicion. Does it happen if the file has been changed in source editor? Is there a difference if the changed file already has been saved in IDE before running the tool? I just tested this a couple of times. Make so difference

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Julio Jiménez
2012/2/23 Martin Schreiber mse00...@gmail.com On Wednesday, 22. February 2012 18.05:55 Julio Jiménez wrote: I'm using Debian testing, i386 and Freepascal 2.6.0 I can reproduce everytime... :( I have a suspicion. Does it happen if the file has been changed in source editor? Is there a

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Julio Jiménez
2012/2/23 Graeme Geldenhuys graemeg.li...@gmail.com On 22 February 2012 19:57, Martin Schreiber wrote: why not a 'R' column (like 'S') but for reloading files after the command has been executed :D Maybe, but first the bug must be fixed. I must agree with Martin. The best option

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Julio Jiménez
2012/2/23 Graeme Geldenhuys graemeg.li...@gmail.com On 22 February 2012 22:28, Julio Jiménez wrote: Of course, MSEide Tools system is a good option too, Indeed. I too, use the JCF to do code formatting. Unfortunately the JCF is getting a bit outdated with the language features and syntax

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Julio Jiménez
2012/2/23 Martin Schreiber mse00...@gmail.com On Thursday, 23. February 2012 10.10:03 Julio Jiménez wrote: 2012/2/23 Martin Schreiber mse00...@gmail.com I have a suspicion. Does it happen if the file has been changed in source editor? Is there a difference if the changed file already

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 11:33, Martin Schreiber wrote: What if you wait 10 seconds after saving the editor file manually before running the tool? Made no difference here. I disabled the auto save option in external tools. Made a change in the editor and saved. Waited 15 seconds, then launched the

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 11:46, Julio Jiménez wrote: replacing the file?) if you replace the file by another, mseide doesn't detect it. if you 'touch' the file, yes. That doesn't work for me. -- Regards,   - Graeme - ___ fpGUI - a cross-platform

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Julio Jiménez
2012/2/23 Graeme Geldenhuys graemeg.li...@gmail.com On 23 February 2012 11:46, Julio Jiménez wrote: replacing the file?) if you replace the file by another, mseide doesn't detect it. if you 'touch' the file, yes. That doesn't work for me. What do you mean for 'doesn't work for me'?

[MSEide-MSEgui-talk] what changed with fixrows mergecols

2012-02-23 Thread liuzg2
fixrows can not mergecolssomething changed---21CN手机邮Android客户端,邮件随身享! -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Graeme Geldenhuys
On 23 February 2012 11:57, Julio Jiménez wrote: What do you mean for 'doesn't work for me'? If I have a file IE  main.pas and MSEide and this file open, I execute in a shell touch main.pas and then when I click MSEide editor.. it detects the file has changed. It doesn't detect if you

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Martin Schreiber
On Thursday, 23. February 2012 12.16:29 Graeme Geldenhuys wrote: On 23 February 2012 11:57, Julio Jiménez wrote: What do you mean for 'doesn't work for me'? If I have a file IE  main.pas and MSEide and this file open, I execute in a shell touch main.pas and then when I click MSEide

[MSEide-MSEgui-talk] Changing the Active Tab's color

2012-02-23 Thread Graeme Geldenhuys
Hi Martin, l use a small patch so the active tab in MSEide is more visible. See attached patch and image. The patch works for all dialogs in MSEide, except for the editor windows? Any idea why is that? Is the editor tabs actually a different component (not just show-tabs-on-right) to the tabs

Re: [MSEide-MSEgui-talk] what changed with fixrows mergecols

2012-02-23 Thread Martin Schreiber
On Thursday, 23. February 2012 12.12:49 liu...@21cn.com wrote:  fixrows can not  mergecols  something changed   Right side co_nohscroll columns have been implemented, that has some side effects. ;-) It affects the grid lines only. Git master c23774ed9f8ae38d359be291d922929eed329516 has a

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Sieghard
Hallo Graeme, Du schriebst am Thu, 23 Feb 2012 09:35:11 +0200: :-) Well, that is exactly what Julio and I are reporting. External changes to a openned file is not always detected by the IDE. Not quite - for me, the IDE seems to _detect_ the change most of the time, for you, it ssems to _miss_

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Julio Jiménez
2012/2/23 Sieghard s_c_...@arcor.de But then, Julio seems to not use Linux at all, as his formatter uses a registry, which is a defining earmark for windows based software. And that's certain to be different. Hallo Sieghard If you read up, you'll discover I'm using Debian testing (Sid in

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Sieghard
Hallo Lars, Du schriebst am Wed, 22 Feb 2012 19:59:19 -0600: Wasn't the Unix philosophy once one task, one tool? Yes, it is good in theory, and i like that idea. But in practice sharing code between processes is too hard, which is why people use dll/dso's or threading. Yes, and what's

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Sieghard
Hallo Julio, Du schriebst am Thu, 23 Feb 2012 20:45:27 +0100: registry, which is a defining earmark for windows based software. ... If you read up, you'll discover I'm using Debian testing (Sid in this Fine for you, did you mention that before? machine) i386 + freepascal 2.6.0. JCF has

Re: [MSEide-MSEgui-talk] Using external tools

2012-02-23 Thread Martin Schreiber
On Thursday, 23. February 2012 22.23:42 Graeme Geldenhuys wrote: On 23 February 2012 17:22, Julio Jiménez wrote: and git pull gives me all is up to date. But I see your commit at MSEide+MSEgui gitorious page. Possible options 3) Martin did a commit, but he simply forgot to push