Page 1 of 1
*Old* PB Editor Questions
Posted: Fri Aug 05, 2005 12:39 am
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.
Posted: Fri Aug 05, 2005 12:02 pm
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.
Posted: Fri Aug 05, 2005 6:43 pm
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...
Take care
Posted: Fri Aug 05, 2005 6:55 pm
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).
Posted: Fri Aug 05, 2005 7:04 pm
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.
Posted: Fri Aug 05, 2005 7:22 pm
by Fred
No problem.