Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Mike Parker via Digitalmars-d-announce
On 6/5/2015 10:31 PM, sigod wrote: On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. That isn't a problem at all. For you, perhaps. I use a news reader to access theses groups most o

Re: Arch Linux D package update

2015-06-05 Thread Mike via Digitalmars-d-announce
On Thursday, 4 June 2015 at 14:46:39 UTC, Dicebot wrote: gdc - now uses 5.1 gcc base and 2.066.1 frontend - patched to correctly use system zlib library (resulted in linker errors before) dtools - switched back to use dmd as default compiler dub - switched back to use dmd a

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 16:10:47 UTC, Kapps wrote: One thing that I've always found annoying is how difficult it is to open up multiple threads in a new tab in Basic mode. Any post that you haven't read you have to move your mouse to the far left to click it, any post you have read you have t

Re: Coedit version 1 rc1 released

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Friday, 5 June 2015 at 16:38:48 UTC, Basile Burg wrote: On Friday, 5 June 2015 at 07:43:56 UTC, Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 times. https://github.com/BBasile

Re: Coedit version 1 rc1 released

2015-06-05 Thread Basile Burg via Digitalmars-d-announce
On Friday, 5 June 2015 at 07:43:56 UTC, Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 times. https://github.com/BBasile/Coedit/releases/tag/1_rc1 beta 2 & 3 had not been announce

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Joakim via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Man, I think we found the ultimate bikeshed topic for D, with 113 replies in one day. :) There is a bug in the currently deployed DFeed forum with Chrome on A

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Kapps via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of ne

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Kagamin via Digitalmars-d-announce
On Friday, 5 June 2015 at 14:16:13 UTC, Vladimir Panteleev wrote: Yes, we could do that, with the downside of implementing our own Markdown variant with its own instruction manual. Every site in the internet supports its own way to markup, some accept html, some - bbcode, some - markdown, so m

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 6/5/15 2:16 AM, sigod wrote: On Friday, 5 June 2015 at 01:52:07 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: How feasible is it to add code formatting for the web interface? Not sure what you mean. Do you mean syntax highlighting for D code? If you me

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Kagamin via Digitalmars-d-announce
On Friday, 5 June 2015 at 14:16:13 UTC, Vladimir Panteleev wrote: What about supporting only a few features like hyperlinks and code blocks? These should be unambiguous and not conflict with anything. Yes, we could do that, with the downside of implementing our own Markdown variant with its o

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 14:06:32 UTC, Kagamin wrote: On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. Although Markdown's goal is to be readable in its plain text source code, it stil

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Steven Schveighoffer via Digitalmars-d-announce
On 6/5/15 8:57 AM, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 09:16:30 UTC, sigod wrote: How about markdown support? It can have completely client-side implementation. I have thought for a long time about this. It's tricky. ... 5. You can't edit posts once sent. This means that if

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 14:13:54 UTC, Kagamin wrote: On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 5. You can't edit posts once sent. This means that if you accidentally messed up the formatting (e.g. you pasted code without padding it with whitespace or surrounding it in

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Kagamin via Digitalmars-d-announce
On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 5. You can't edit posts once sent. This means that if you accidentally messed up the formatting (e.g. you pasted code without padding it with whitespace or surrounding it in ```...``` blocks), you can't go back and edit it now.

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Kagamin via Digitalmars-d-announce
On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. Although Markdown's goal is to be readable in its plain text source code, it still allows many situations in which the source is mislead

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 13:31:05 UTC, sigod wrote: On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. That isn't a problem at all. I don't know what you mean by this. I provided seve

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:43:18 UTC, extrawurst wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all v

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:22:34 UTC, sigod wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ When writing reply you click `Save and preview`: URL changes from http://beta.forum.dlang.org/reply/sqqngcfwtkhxeoiqn...@beta.forum.dlang.org

Re: Reggae: a metabuild system in D (Daniel, you should read this). Now with more dub. And package builds.

2015-06-05 Thread Ronnie via Digitalmars-d-announce
D is lacking a cohesive package and build system, at least on the order of something like python (and even rust) to really take off. Dub is ok, but it needs to work to gather all the dependencies (including impure "c" libraries). I really like D, but coding in python to try out new libraries

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 13:20:18 UTC, Bastiaan Veelo wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Awesome, great work. In threaded mode, the frame around the message body could be a bit thinner (

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 12:57:23 UTC, Vladimir Panteleev wrote: 1. People receiving messages through NNTP/mailing lists will not see the formatted Markdown. That isn't a problem at all. Although Markdown's goal is to be readable in its plain text source code, it still allows many situations

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Suliman via Digitalmars-d-announce
Vladimir, great work! But I really can't understand people that still continue use mail for communication, for me forum like http://forum.rejectedsoftware.com/groups/rejectedsoftware.vibed/ is perfect. mail communication have a lot of contras. Messages are can't be edited, problem with markdo

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Awesome, great work. In threaded mode, the frame around the message body could be a bit thinner (like the frame around the message header) to differentiate it

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:16:30 UTC, sigod wrote: How about markdown support? It can have completely client-side implementation. I have thought for a long time about this. It's tricky. There are multiple concerns: 1. People receiving messages through NNTP/mailing lists will not see the f

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread ketmar via Digitalmars-d-announce
On Fri, 05 Jun 2015 12:29:34 +, sigod wrote: > On Friday, 5 June 2015 at 10:48:31 UTC, ketmar wrote: >> On Fri, 05 Jun 2015 10:19:20 +, sigod wrote: >> >>> This just scares off users who doesn't have experience with all this >>> stuff. And I believe now there's much more users, who doesn't

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:54:03 UTC, Jonathan M Davis wrote: On Friday, June 05, 2015 10:19:20 sigod via Digitalmars-d-announce wrote: Markdown in a raw format is very readable. As for me, it's easier to read raw markdown than mix of text and code. Perhaps, but I don't want to see raw markd

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:48:31 UTC, ketmar wrote: On Fri, 05 Jun 2015 10:19:20 +, sigod wrote: This just scares off users who doesn't have experience with all this stuff. And I believe now there's much more users, who doesn't even heard of NNTP, than whose who worked with it. i vote

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Vladimir Panteleev via Digitalmars-d-announce
On Friday, 5 June 2015 at 11:28:41 UTC, Kagamin wrote: The beta forum doesn't look plaintext. It's still plain text. It just parses format=flowed now (in addition to emitting it).

Re: Coedit version 1 rc1 released

2015-06-05 Thread Basile Burg via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:40:47 UTC, extrawurst wrote: On Friday, 5 June 2015 at 10:37:23 UTC, Rikki Cattermole wrote: On 5/06/2015 10:34 p.m., extrawurst wrote: On Friday, 5 June 2015 at 10:24:10 UTC, Rikki Cattermole wrote: [...] https://github.com/BBasile/Coedit/issues/10 I was just

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Chris via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of ne

Re: Coedit version 1 rc1 released

2015-06-05 Thread Basile Burg via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:24:10 UTC, Rikki Cattermole wrote: On 5/06/2015 7:43 p.m., Basile Burg wrote: [...] Ideas: - Put background shading/box around highlighted {}. To make open/close be more prominent. - For pointers, have the type highlighted one level darker then the *. So e.g. typ

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Dicebot via Digitalmars-d-announce
On Friday, 5 June 2015 at 11:28:41 UTC, Kagamin wrote: On Friday, 5 June 2015 at 09:53:34 UTC, Jonathan M Davis wrote: Remember that the forum software is just a frontend for an nntp server and that others view the content via nntp or via the mailing list. So, it doesn't make any sense to suppo

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Kagamin via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:53:34 UTC, Jonathan M Davis wrote: Remember that the forum software is just a frontend for an nntp server and that others view the content via nntp or via the mailing list. So, it doesn't make any sense to support features that involve anything other than plain tex

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Jonathan M Davis via Digitalmars-d-announce
On Friday, June 05, 2015 10:19:20 sigod via Digitalmars-d-announce wrote: > On Friday, 5 June 2015 at 09:53:34 UTC, Jonathan M Davis wrote: > > Remember that the forum software is just a frontend for an nntp > > server and that others view the content via nntp or via the > > mailing list. > > This

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread ketmar via Digitalmars-d-announce
On Fri, 05 Jun 2015 10:19:20 +, sigod wrote: > This just scares off users who doesn't have experience with all this > stuff. And I believe now there's much more users, who doesn't even heard > of NNTP, than whose who worked with it. i vote for dropping web interface at all. i believe that eve

Re: Coedit version 1 rc1 released

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:37:23 UTC, Rikki Cattermole wrote: On 5/06/2015 10:34 p.m., extrawurst wrote: On Friday, 5 June 2015 at 10:24:10 UTC, Rikki Cattermole wrote: On 5/06/2015 7:43 p.m., Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's

Re: Coedit version 1 rc1 released

2015-06-05 Thread Rikki Cattermole via Digitalmars-d-announce
On 5/06/2015 10:34 p.m., extrawurst wrote: On Friday, 5 June 2015 at 10:24:10 UTC, Rikki Cattermole wrote: On 5/06/2015 7:43 p.m., Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 tim

Re: Coedit version 1 rc1 released

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Friday, 5 June 2015 at 10:24:10 UTC, Rikki Cattermole wrote: On 5/06/2015 7:43 p.m., Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 times. https://github.com/BBasile/Coedit/rel

Re: Coedit version 1 rc1 released

2015-06-05 Thread Rikki Cattermole via Digitalmars-d-announce
On 5/06/2015 7:43 p.m., Basile Burg wrote: Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 times. https://github.com/BBasile/Coedit/releases/tag/1_rc1 beta 2 & 3 had not been announced officialy, so do

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 09:53:34 UTC, Jonathan M Davis wrote: On Friday, June 05, 2015 09:16:29 sigod via Digitalmars-d-announce wrote: On Friday, 5 June 2015 at 01:52:07 UTC, Vladimir Panteleev wrote: > On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: >> How feasible is it to add code for

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Jonathan M Davis via Digitalmars-d-announce
On Friday, June 05, 2015 09:16:29 sigod via Digitalmars-d-announce wrote: > On Friday, 5 June 2015 at 01:52:07 UTC, Vladimir Panteleev wrote: > > On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: > >> How feasible is it to add code formatting for the web > >> interface? > > > > Not sure what you

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of ne

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread extrawurst via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:38:57 UTC, Vladimir Panteleev wrote: On Thursday, 4 June 2015 at 15:33:56 UTC, extrawurst wrote: On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org the

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Thursday, 4 June 2015 at 15:04:05 UTC, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ When writing reply you click `Save and preview`: URL changes from http://beta.forum.dlang.org/reply/sqqngcfwtkhxeoiqn...@beta.forum.dlang.org to http://beta.forum.dlang.org/send. As does text at t

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread sigod via Digitalmars-d-announce
On Friday, 5 June 2015 at 01:52:07 UTC, Vladimir Panteleev wrote: On Friday, 5 June 2015 at 01:48:20 UTC, Meta wrote: How feasible is it to add code formatting for the web interface? Not sure what you mean. Do you mean syntax highlighting for D code? If you mean the rewrapping issues with f

Re: forum.dlang.org, version 2 (BETA)

2015-06-05 Thread Rainer Schuetze via Digitalmars-d-announce
On 04.06.2015 17:04, Vladimir Panteleev wrote: http://beta.forum.dlang.org/ Many major and minor improvements. Some major ones: - dlang.org theme, fully responsive and mobile-friendly - keyboard navigation in all views - automatically saved post drafts - get notified of new posts and replies

Re: Arch Linux D package update

2015-06-05 Thread rsw0x via Digitalmars-d-announce
On Thursday, 4 June 2015 at 14:46:39 UTC, Dicebot wrote: gdc - now uses 5.1 gcc base and 2.066.1 frontend - patched to correctly use system zlib library (resulted in linker errors before) dtools - switched back to use dmd as default compiler dub - switched back to use dmd a

Coedit version 1 rc1 released

2015-06-05 Thread Basile Burg via Digitalmars-d-announce
Coedit, the small IDE for the DMD D compiler is about to become 'gold'. There 's not much to say since it's been promoted here already 3 or 4 times. https://github.com/BBasile/Coedit/releases/tag/1_rc1 beta 2 & 3 had not been announced officialy, so don't forget to read the previous change lo

Re: Arch Linux D package update

2015-06-05 Thread lobo via Digitalmars-d-announce
On Thursday, 4 June 2015 at 14:46:39 UTC, Dicebot wrote: gdc - now uses 5.1 gcc base and 2.066.1 frontend - patched to correctly use system zlib library (resulted in linker errors before) dtools - switched back to use dmd as default compiler dub - switched back to use dmd a