June 11, 2015
On 2015-06-10 19:04, Basile Burg wrote:

> Yes, everything is in the sources. Actually there's really not much to
> do (i estimate this to 50 SLOC spreaded in 3 or 4 portions of code with
> {$IFDEF DARWIN}...{$ENDIF}). The problem is just that i don't know if
> it's usable.
> Also the guy compiled with the Qt interface instead of Cocoa.

Anything that's not Cocoa is not acceptable on OS X.

-- 
/Jacob Carlborg
June 11, 2015
On 2015-06-10 08:57, Andrei Alexandrescu wrote:

> I can haz OSX pliz pliz ok thx bye -- Andrei

Having D/Objective-C merged [1] would make it a lot easier.

[1] https://github.com/D-Programming-Language/dmd/pull/4321

-- 
/Jacob Carlborg
June 11, 2015
Am 11.06.2015 um 08:28 schrieb Jacob Carlborg:
> On 2015-06-10 08:57, Andrei Alexandrescu wrote:
>
>> I can haz OSX pliz pliz ok thx bye -- Andrei
>
> Having D/Objective-C merged [1] would make it a lot easier.
>
> [1] https://github.com/D-Programming-Language/dmd/pull/4321
>

+1
June 11, 2015
On Wednesday, 10 June 2015 at 16:07:27 UTC, Basile Burg wrote:
> On Wednesday, 10 June 2015 at 03:49:04 UTC, Sean Campbell wrote:
>> On Wednesday, 10 June 2015 at 01:23:00 UTC, Basile Burg wrote:
>>> Coedit, the small IDE for the D DMD compiler goes gold
>>
>> I've been wanting to switch a D based editor for a while but at least on windows, everything is on a different window and I cant figure out how to
>> change this.
>
> You cant. But as the Windows are docked, is it really a problem ?
> If some of the widgets look superfluous to you then you can close them and just use the Window menu when you need them.
>
> I'm afraid that there might be an misunderstanding, when you started the software for the first time, it looked a bit like that: http://imgur.com/CecC9Cm , right ?

No it didn't, the source editor, the symbol list, project inspector, etc.
were all on different windows, but I deleted the Coedit folder in appdata
and it fixed itself.
June 11, 2015
On Thursday, 11 June 2015 at 06:28:08 UTC, Jacob Carlborg wrote:
> On 2015-06-10 08:57, Andrei Alexandrescu wrote:
>
>> I can haz OSX pliz pliz ok thx bye -- Andrei
>
> Having D/Objective-C merged [1] would make it a lot easier.
>
> [1] https://github.com/D-Programming-Language/dmd/pull/4321

+1000



June 11, 2015
On Thursday, 11 June 2015 at 06:28:08 UTC, Jacob Carlborg wrote:
> On 2015-06-10 08:57, Andrei Alexandrescu wrote:
>
>> I can haz OSX pliz pliz ok thx bye -- Andrei
>
> Having D/Objective-C merged [1] would make it a lot easier.
>
> [1] https://github.com/D-Programming-Language/dmd/pull/4321

Would it? Coedit is written in Pascal.
June 11, 2015
On 2015-06-11 11:51, Brian Schott wrote:

> Would it? Coedit is written in Pascal.

Really? I had no idea. I just assumed it was written in D. If it's written in Pascal then there's no excuses [1] :)

Anyway, it wouldn't hurt :)

[1] http://wiki.freepascal.org/FPC_PasCocoa

-- 
/Jacob Carlborg
June 11, 2015
On Thursday, 11 June 2015 at 05:19:54 UTC, Andre Kostur wrote:
> On 2015-06-10 11:10 AM, Andrei Alexandrescu wrote:
>> On 6/10/15 10:04 AM, Basile Burg wrote:
>>
>> Well does anyone want to take up on this? Would be great to support all
>> major desktoprs. Andre? -- Andrei
>
> Let's see how far I can get.  I've got the toolchain installed and tried a first build that didn't quite make it.  I'll work on it for a bit to see if I can get a viable executable.

a summary of what's to be done:

https://gist.github.com/BBasile/bae24a536f2b390e5beb

never mind if you don't succeed. By the way i think that it'll only work with
the Carbon interface, so only a 32 bit application:

http://wiki.freepascal.org/Carbon_Interface#Application_Bundle

But i'm not sure. Last time i've used a mac was in 1995.

June 12, 2015
On 2015-06-11 17:22, Basile Burg wrote:

> never mind if you don't succeed. By the way i think that it'll only work
> with
> the Carbon interface, so only a 32 bit application:

May I ask why? Carbon is obsolete, for Cocoa there's this [1] [2].

[1] http://wiki.freepascal.org/Cocoa_Interface
[2] http://wiki.freepascal.org/FPC_PasCocoa

-- 
/Jacob Carlborg
June 12, 2015
On Friday, 12 June 2015 at 06:25:04 UTC, Jacob Carlborg wrote:
> On 2015-06-11 17:22, Basile Burg wrote:
>
>> never mind if you don't succeed. By the way i think that it'll only work
>> with
>> the Carbon interface, so only a 32 bit application:
>
> May I ask why? Carbon is obsolete, for Cocoa there's this [1] [2].
>
> [1] http://wiki.freepascal.org/Cocoa_Interface
> [2] http://wiki.freepascal.org/FPC_PasCocoa

Because of the "Big Mouth Syndrome". Actually i don't know which is the best choice for the interface. If someone manages to build it that's a good thing. Whatever is the interface. By the way, this person can use the GH bug tracker if there's something not clear.