Re: [Lazarus] patch for rx.inc define linux_darwin definition

2015-02-27 Thread FreeMan
Yes, you right, thank you, no need define new variable, Just change in codes ifdef linux to ifdef unix is enough. On 27.02.2015 17:26, Marco van de Voort wrote: Better use: {$ifdef unix} // FPC all *nixes including Linux,Darwin, *BSD and Solaris {$define Linux_Darwin} {$endif} {$ifdef

Re: [Lazarus] CodeToolManager: file was not reached by scanner

2015-02-27 Thread Mattias Gaertner
On Thu, 26 Feb 2015 20:43:49 +0200 Valdas Jankūnas zmu...@gmail.com wrote: Hello, today I bumped on to problem: - in Lazarus IDE I opened unit file irankiai.pas which is listed in Project Inspector; - placed cursor in body of one functions; - tried to view declaration of that

Re: [Lazarus] button need increase height

2015-02-27 Thread FreeMan
All of theme setted to zero, and this is default settings. This is in just osx qt, for test crosscompile to win, viewing is normal. Did you test it on your system ? I mean did yo test in yosemite x64 qt ? On 26.02.2015 17:57, Kiên Nguyễn Tiến Trung wrote: Could you show me the value of the

Re: [Lazarus] patch for rx.inc define linux_darwin definition

2015-02-27 Thread Marco van de Voort
On Thu, Feb 26, 2015 at 05:06:51PM +0200, FreeMan wrote: I added patch for rx using in osx this is just add Linux_Darwin compiler directive in rx.inc file. If you want use this, You have to change Linux_Darwin with {$.. LINUX} I mean, change LINUX to Linux_Darwin. original rx code just

Re: [Lazarus] CodeToolManager: file was not reached by scanner

2015-02-27 Thread Valdas Jankūnas
... unit, so I moved that unit usage in interface section - that helped. And then again, restored it in to implementation section - no problems. Strange. Can you reproduce the problem when moving the uses back to implementation? Yes I did that - no problems. Sadly, when problem was there I

Re: [Lazarus] CodeToolManager: file was not reached by scanner

2015-02-27 Thread Valdas Jankūnas
Hello, I managed to fix that problem but in unexplainable manner: 2015.02.27 18:03, Mattias Gaertner rašė: It means codetools parsed the unit, but the parser didn't come to the position, where the cursor is. For example if there is an end. in front. Search for the end. You can find out in

Re: [Lazarus] CodeToolManager: file was not reached by scanner

2015-02-27 Thread Mattias Gaertner
On Sat, 28 Feb 2015 00:59:17 +0200 Valdas Jankūnas zmu...@gmail.com wrote: [...] Another possibility is that irankiai.pas is/was an include file. Open irankiai.pas, then IDE menu / Source / View Unit information / clear include cache. Unit Information shows that unit irankiai.pas is