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.
*Old* PB Editor Questions
-
Killswitch
- Enthusiast

- Posts: 731
- Joined: Wed Apr 21, 2004 7:12 pm
*Old* PB Editor Questions
~I see one problem with your reasoning: the fact is thats not a chicken~
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.
@FredFred wrote:Please note than the new IDE isn't GPL'ed.
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.
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...
Take care
But not the copyright notice...Fred wrote:...the about box already have a mention.
- 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.
Something like:
- Scintilla is Copyright 1998-2003 by Neil Hodgson <neilh@scintilla.org>
But like I said before I could be wrong.

