*Old* PB Editor Questions

Everything else that doesn't fall into one of the other PB categories.
Killswitch
Enthusiast
Enthusiast
Posts: 731
Joined: Wed Apr 21, 2004 7:12 pm

*Old* PB Editor Questions

Post by Killswitch »

I've got a few questions about the *old* PureBasic editor.

1) Where can I download the latest version of the PB editor source code?

2) Is the editor course code still under the GPL licence?

3) I have downloaded the source code from this URL http://www.purebasic.com/download/examples/Editor.zip but it will not compile in either v3.93 or v3.94. If there is no newer version of the editor how can I get this code to compile?

Thanks for your help.

Note: I have searched the forum for an editor download link, and I have found on (something like http://cvs.purebasic.com/ ) but it didn't work. I also know the version of the editor I have is under the GPL, but I just wanted to check, with the realse of a new editor, that this was still true.
~I see one problem with your reasoning: the fact is thats not a chicken~
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

The cvs is currently down but it should be up again in the few days. For now you can dl it here: http://www.purebasic.com/download/examples/Editor.zip (i've updated the package with the last IDE source). Please note than the new IDE isn't GPL'ed.
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Fred wrote:Please note than the new IDE isn't GPL'ed.
@Fred
here is the text of Neil Hodgson's license:
  • License for Scintilla and SciTE

    Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>

    All Rights Reserved

    Permission to use, copy, modify, and distribute this software and its
    documentation for any purpose and without fee is hereby granted,
    provided that the above copyright notice appear in all copies and that
    both that copyright notice and this permission notice appear in
    supporting documentation.

    NEIL HODGSON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS
    SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
    AND FITNESS, IN NO EVENT SHALL NEIL HODGSON BE LIABLE FOR ANY
    SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
    WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS,
    WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
    TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
    OR PERFORMANCE OF THIS SOFTWARE.
I think that the About box of the new Editor is missing Neil Hodgson's copyright notice.
Also Neil Hodgson's license file is missing in the latest beta package (or documentation).
If I'm not wrong that's all what needs to be done to be able to use it...
:wink:

Take care
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

The doc aren't updated for the now, but we will add this for sure in the final release (the about box already have a mention).
User avatar
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Fred wrote:...the about box already have a mention.
But not the copyright notice...
  • Permission to use, copy, modify, and distribute this software and its
    documentation for any purpose and without fee is hereby granted,
    provided that the above copyright notice appear in all copies and that
    both that copyright notice and this permission notice appear in
    supporting documentation.
So I'm thinking that the copyright notice should appear in the about box.
Something like: Or something similar.

But like I said before I could be wrong.
Fred
Administrator
Administrator
Posts: 18351
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Post by Fred »

No problem.
Post Reply