Re: [Lazarus] Retina Font Rendering not working anymore in Lazarus Trunk

2014-04-18 Thread Michael Ring
Yes, it worked like a charm, super crisp fonts, now the fonts look pretty ugly, they are still anti-aliased but resolution is not as high as before. Will create a bug for this, thank you for your answer. Michael Am 17.04.14 17:23, schrieb Joost van der Sluis: On 09/04/14 10:00, Michael Ring

[Lazarus] Porting GExperts

2014-04-18 Thread Kenneth Cochran
I am attempting to port GExperts to Lazarus. For those that don't know GExperts is probably the most well known IDE extention for Delphi. So far I've spent most of my time fixing various compile errors but I've run into a road block. GExperts uses a type alias called TGXUnicodeStringList that

Re: [Lazarus] TGDBMIDebuggerInstruction: -file-exec-and-symbols ,

2014-04-18 Thread Marcos Douglas
On Thu, Apr 17, 2014 at 11:40 AM, Martin Frb laza...@mfriebe.de wrote: On 17/04/2014 04:46, Marcos Douglas wrote: Hi, I'm using FPC 2.6.5 (fixes_2_6) and Lazarus trunk on Windows. The GDB is updated too, here: http://svn.freepascal.org/svn/lazarus/binaries/i386-win32/gdb I run my program

Re: [Lazarus] Porting GExperts

2014-04-18 Thread Sven Barth
Am 18.04.2014 16:44 schrieb Kenneth Cochran kenneth.coch...@gmail.com: The way I see it I have two choices: Remove the unicode dependency from GExperts entirely. This would pretty much destroy any chance of my port ever being merged back into the main project. That's a door I'd like to keep open

Re: [Lazarus] TGDBMIDebuggerInstruction: -file-exec-and-symbols ,

2014-04-18 Thread Martin Frb
On 18/04/2014 17:09, Marcos Douglas wrote: On Thu, Apr 17, 2014 at 11:40 AM, Martin Frb laza...@mfriebe.de wrote: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working in the field debugger_startup_options enter: --eval-command=set auto-solib-add off But I have no

Re: [Lazarus] TGDBMIDebuggerInstruction: -file-exec-and-symbols ,

2014-04-18 Thread Martin Frb
On 18/04/2014 23:48, Martin Frb wrote: On 18/04/2014 17:09, Marcos Douglas wrote: On Thu, Apr 17, 2014 at 11:40 AM, Martin Frb laza...@mfriebe.de wrote: http://wiki.lazarus.freepascal.org/GDB_Debugger_Tips#gdb.exe_has_stopped_working in the field debugger_startup_options enter:

[Lazarus] improved async handling for remote debug [Re: Remote debugger looses connection to target on Windows 7]

2014-04-18 Thread Martin Frb
On 09/04/2014 17:54, Martin Frb wrote: But it did not for stepping TCmdLineDebugger.SendCmdLn -exec-next TCmdLineDebugger.ReadLn ^error,msg=A syntax error in expression, near `'. Somehow strange, but that is what it did. So the IDE used none async to do the step. But that means it can