[MSEide-MSEgui-talk] how to delete a col with code

2012-02-22 Thread liuzg2
how to delete a col with code i use the destroy but fales ---21CN手机邮Android客户端,邮件随身享! -- Virtualization Cloud Management Using Capacity Planning Cloud computing makes use of

[MSEide-MSEgui-talk] Using external tools

2012-02-22 Thread Julio Jiménez
Hi Martin I would like to use a code formatter with MSEide. I've seen it can be done in Project options - Tools, but I'm not sure how to use it. One option is to use the tool ptop (included in FreePascal). It requires an input file and an output file (that can be the same). I wonder why MSEide

Re: [MSEide-MSEgui-talk] how to delete a col with code

2012-02-22 Thread Martin Schreiber
On Wednesday, 22. February 2012 12.36:42 liu...@21cn.com wrote: how to delete a col with code i use  the    destroy but fales   Please use tarrayprop.delete(index). Martin -- Virtualization Cloud Management Using

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

2012-02-22 Thread Martin Schreiber
On Wednesday 22 February 2012 13:19:49 Julio Jiménez wrote: Hi Martin I would like to use a code formatter with MSEide. I've seen it can be done in Project options - Tools, but I'm not sure how to use it. Please use macros in the commandline. Possible values: ${CURSOURCEFILE} current source

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

2012-02-22 Thread Graeme Geldenhuys
On 22 February 2012 15:44, Martin Schreiber wrote: Please use macros in the commandline. Possible values: ${CURSOURCEFILE} current source file. ${CURMODULEFILE} current *.mfm file. ${CURSSELECTION} selected text in source editor. ${CURSWORD} word at cursor in text editor ${CURSDEFINITION}

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

2012-02-22 Thread Julio Jiménez
Well, to be precise.. sometimes MSEide detects the file has been changed and ask to reload it.. but only sometimes.. weird :( 2012/2/22 Martin Schreiber mse00...@gmail.com On Wednesday 22 February 2012 13:19:49 Julio Jiménez wrote: Hi Martin I would like to use a code formatter with

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

2012-02-22 Thread Martin Schreiber
On Wednesday 22 February 2012 16:29:18 Julio Jiménez wrote: Well, to be precise.. sometimes MSEide detects the file has been changed and ask to reload it.. but only sometimes.. weird :( It has been reported by Graeme on 64 bit Linux too, I never could reproduce. Martin

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

2012-02-22 Thread Julio Jiménez
I'm using Debian testing, i386 and Freepascal 2.6.0 I can reproduce everytime... :( why not a 'R' column (like 'S') but for reloading files after the command has been executed :D Cheers. 2012/2/22 Martin Schreiber mse00...@gmail.com On Wednesday 22 February 2012 16:29:18 Julio Jiménez wrote:

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

2012-02-22 Thread Martin Schreiber
On Wednesday 22 February 2012 15:54:13 Graeme Geldenhuys wrote: By the way, these macros are not mentioned anywhere in the readme.txt file I found in the repository (the only documentation included with MSEgui). True. git master a02588dc77d17b08a6963c0729614ee3fe278555 has it. Martin

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

2012-02-22 Thread Martin Schreiber
Am 22.02.2012 18:05, schrieb Julio Jiménez: I'm using Debian testing, i386 and Freepascal 2.6.0 I can reproduce everytime... :( Super! Then there is no problem for you to debug, no? ;-) why not a 'R' column (like 'S') but for reloading files after the command has been executed :D Maybe,

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

2012-02-22 Thread Julio Jiménez
2012/2/22 Martin Schreiber mse00...@gmail.com Am 22.02.2012 18:05, schrieb Julio Jiménez: I'm using Debian testing, i386 and Freepascal 2.6.0 I can reproduce everytime... :( Super! Then there is no problem for you to debug, no? ;-) Ok :) why not a 'R' column (like 'S') but

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

2012-02-22 Thread Lars
For these things, there are specific tools available. 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. Imagine if Firefox didn't have

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

2012-02-22 Thread Graeme Geldenhuys
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 of FPC. Luckily it still works most of the times on my