PB-plugin for eclipse ?
-
- Enthusiast
- Posts: 423
- Joined: Fri Apr 25, 2003 5:22 pm
- Contact:
PB-plugin for eclipse ?
Hi there!
Does anybody has the know-how to write a plugin for eclipse for usage as a PureBasic-Editor ?
( For those who don't know eclipse: http://www.eclipse.org/org/index.html
Short-info:
It is an open-source-IDE that comes along with an extreme powerful functionality for source-writing (even much more than jaPBe) and can be used and extended via 'plugins' for many things, e.g. Java-Programming (de facto it is a quasi-standard for Java-programmers worldwide), C++, LaTeX, HTML, UML, VisualEditor, etc. it comes along with support for CVS, ... It is written in Java (using SWT for the GUI) and runs on Windows/Linux/Mac/Solaris, etc. look here)
I think that would be grandious, especially for the linux-users, who don't have any IDE atm. But even for windozer and mac in future it would be a fantastic new way to code PB.
I think all that need to be done is the syntax-highlighting and a new 'perspective' for the compiler-parameters/PB-PlugIns/PB-help/etc.
All the other stuff is already done by eclipse! For all platforms! That could become an official cross-platform PB-editor.
What do you think about ?
Does anybody has the know-how to write a plugin for eclipse for usage as a PureBasic-Editor ?
( For those who don't know eclipse: http://www.eclipse.org/org/index.html
Short-info:
It is an open-source-IDE that comes along with an extreme powerful functionality for source-writing (even much more than jaPBe) and can be used and extended via 'plugins' for many things, e.g. Java-Programming (de facto it is a quasi-standard for Java-programmers worldwide), C++, LaTeX, HTML, UML, VisualEditor, etc. it comes along with support for CVS, ... It is written in Java (using SWT for the GUI) and runs on Windows/Linux/Mac/Solaris, etc. look here)
I think that would be grandious, especially for the linux-users, who don't have any IDE atm. But even for windozer and mac in future it would be a fantastic new way to code PB.
I think all that need to be done is the syntax-highlighting and a new 'perspective' for the compiler-parameters/PB-PlugIns/PB-help/etc.
All the other stuff is already done by eclipse! For all platforms! That could become an official cross-platform PB-editor.
What do you think about ?
%1>>1+1*1/1-1!1|1&1<<$1=1
Have you read this?
viewtopic.php?t=14327
viewtopic.php?t=14327
-
- Enthusiast
- Posts: 423
- Joined: Fri Apr 25, 2003 5:22 pm
- Contact:
arghh, no ...
OK, so there's already an Editor for Linux!
But anyway, eclipse is grandious and it would make sense to use it's power for PB-coding.
The problem: I have never written an eclipse-plugin, but perhaps someone else already has ? (And can make it for PB
, or give me some hints, how to get started and which packages to use for syntax-highlighting, etc. ?)

OK, so there's already an Editor for Linux!
But anyway, eclipse is grandious and it would make sense to use it's power for PB-coding.
The problem: I have never written an eclipse-plugin, but perhaps someone else already has ? (And can make it for PB

%1>>1+1*1/1-1!1|1&1<<$1=1
That's an understatement! It's sublime!Froggerprogger wrote:But anyway, eclipse is grandious
There's a general purpose highlighting plugin for it called EclipseColorer at http://colorer.sourceforge.net/Froggerprogger wrote:The problem: I have never written an eclipse-plugin, but perhaps someone else already has ? (And can make it for PB, or give me some hints, how to get started and which packages to use for syntax-highlighting, etc. ?)
I haven't tried adding a language but they've got some details on their site on how to do so and it's got to be easier than writing a plugin from scratch!
Mat
any news on this topic? i'm looking for a purebasic eclipse 3.1-plugin, too. would be so nice to have one.
-- spot | www.nothing.ch
Re: PB-plugin for eclipse ?
Quote from eclipse site:Froggerprogger wrote:Hi there!
Does anybody has the know-how to write a plugin for eclipse for usage as a PureBasic-Editor ?
( For those who don't know eclipse: http://www.eclipse.org/org/index.html)
What?Eclipse has formed an independent open eco-system around royalty-free technology and a universal platform for tools integration.

I hate websites that are hard to navigate and just bullshit the user. I spent 1 minute looking at it then gave up looking for a screenshot.

Re: PB-plugin for eclipse ?
Their site could be set out a lot better. It covers a lot of different projects so it is quite overwhelming. Anyway, here is a screenshot that may give some general ideas of what it is like, although it would take a thousand screenshots to show everything it is capable of!Kale wrote:I spent 1 minute looking at it then gave up looking for a screenshot.

Mat
hehe! Each of those views/editors (the different panels) can be docked where you like it, or not displayed in the first place if you want. There are lots more panels not shown that do all sorts of things from database access to visual designers. Any layout of panels can be saved as a perspective and the buttons in the top right change between them so one minute you can be working with your source code and have the relevant panels for that visible just where you like them, the next minute you can be working on your database and have those panels visible. A double click on any of the tabs will temporarily show just that panel so you can use it however you like. You might be able to tell i really like itdagcrack wrote:Looks like a distraction generator more than an IDE.

Mat