Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Graeme Geldenhuys
On 2016-03-14 12:49, Michael Van Canneyt wrote: > AFAICS It's on Github: > https://github.com/z505/powtils/ It seems so, though I see the "simple-scm" demo is not included any more, though the "simple-wiki" is still there. I can't remember what the difference was. I know my wiki/cms was based on t

Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Dmitry Boyarintsev
On Mon, Mar 14, 2016 at 9:25 AM, Mattias Gaertner wrote: > > The Windows/Linux scheme was not available til yesterday. How did you > use it? > Lazarus has been providing 3 schemas. One of them was more or less close to Windows/Linux schema. It did require some manual adjustment to match exactly,

Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Mattias Gaertner
On Mon, 14 Mar 2016 09:13:08 -0400 Dmitry Boyarintsev wrote: > On Mon, Mar 14, 2016 at 7:03 AM, Mattias Gaertner > wrote: > > > I don't know anyone who wants the Windows/Linux (Lazarus default) > > scheme under OS X without Ctrl-Meta mapping. > > > > Count me in. > I typically start by going t

Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Dmitry Boyarintsev
On Mon, Mar 14, 2016 at 7:03 AM, Mattias Gaertner wrote: > I don't know anyone who wants the Windows/Linux (Lazarus default) > scheme under OS X without Ctrl-Meta mapping. > Count me in. I typically start by going to OSX preferences and disabling OSX defaults not to interfere with the IDE. Can't

Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Juha Manninen
On Mon, Mar 14, 2016 at 1:03 PM, Mattias Gaertner wrote: > If there are no objections I can do that. Yes please. My understanding is that the mappings for OS/X are not only different but also limited. They have not been updated as diligently as the default for other platforms. I guess that was th

Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Michael Van Canneyt
On Mon, 14 Mar 2016, Graeme Geldenhuys wrote: On 2016-03-12 09:25, Michael Van Canneyt wrote: Is there one written in Object Pascal ? Yes, PWU (aka Powtils) included one. I used it to run a small wiki on my server some years ago. The content was in a plain text file, and the SCMS (aka wiki.

Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Graeme Geldenhuys
On 2016-03-14 11:42, Graeme Geldenhuys wrote: > It came as part of the PWU examples. Did a quick Google search to see if the Powtils examples are still available online:. http://z505.com/powtils/examples.shtml The online demo below still works. :) The default password to edit and create pages

Re: [Lazarus] CMS in Pascal ?

2016-03-14 Thread Graeme Geldenhuys
On 2016-03-12 09:25, Michael Van Canneyt wrote: > Is there one written in Object Pascal ? Yes, PWU (aka Powtils) included one. I used it to run a small wiki on my server some years ago. The content was in a plain text file, and the SCMS (aka wiki.cgi) inject a menu, header and footer. It came as

Re: [Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Mattias Gaertner
On Mon, 14 Mar 2016 12:07:44 +0200 Juha Manninen wrote: > I applied the patch from here: > http://bugs.freepascal.org/view.php?id=28658 > > It adds a new key mapping for OSX: > "Default adapted to OS X" > > Now there are 3 mappings for OSX and only 2 for other systems. It is > unproportiona

[Lazarus] Default keymapping adapted to OS X

2016-03-14 Thread Juha Manninen
I applied the patch from here: http://bugs.freepascal.org/view.php?id=28658 It adds a new key mapping for OSX: "Default adapted to OS X" Now there are 3 mappings for OSX and only 2 for other systems. It is unproportional. Should one of the old modes be removed? Mac users, what do you say? I d