New Unofficial IDE in development

Everything else that doesn't fall into one of the other PB categories.
Berikco
Administrator
Administrator
Posts: 1326
Joined: Wed Apr 23, 2003 7:57 pm
Location: Belgium
Contact:

Post by Berikco »

Moved, as it is not about the official IDE, and not coded in PB
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

Just an update.. Didn't know where this post had gone, since no indication was left in the previous board...


A lot more work is being done on it, making the source code editing side of it useful.

The lexer has to be completely written from scratch to account for additional commands available in UserLibs, which will also mean the UserLib serialisation system will have to be created too.

I am adding as much time I as can to this project, but with full-time work and a family, it's not going as fast as I had hoped.

What I may do, is open the source completely, even in the development stage, so anyone familiar with C++ can pitch in their own ideas.
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

kawasaki wrote:What I may do, is open the source completely, even in the development stage, so anyone familiar with C++ can pitch in their own ideas.
I'd love to look at the sources and maybe even contribute some things :P
Windows 7 & PureBasic 4.4
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

The source forge page is : https://sourceforge.net/projects/pbdevstud/


No source code yet, and no builds yet, just a couple of screenshots.

I am working a 7 day week so I haven't had any my-time to settle down and polish the source code for distribution, but I will keep things updated on the source forge page.
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

kawasaki wrote:The source forge page is : https://sourceforge.net/projects/pbdevstud/


No source code yet, and no builds yet, just a couple of screenshots.

I am working a 7 day week so I haven't had any my-time to settle down and polish the source code for distribution, but I will keep things updated on the source forge page.
Thanks, bookmarked the link and will keep an eye on this :P
Windows 7 & PureBasic 4.4
naw
Enthusiast
Enthusiast
Posts: 573
Joined: Fri Apr 25, 2003 4:57 pm

Post by naw »

Just a couple of ideas:

A User Library Manager that shows:
- the Commands available in the Lib
- the version of the Lib
And also allows the User to Disable individual Libs so the compiler cant see it
Ta - N
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Post by Mistrel »

Thank you for sharing your source code. I'll definitely be following this project. :)
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

Userlibs will be serialised, so that if you open a project that requires a userlib that doesnt exist, it will check an online database (would be a future development) for the userlib details etc..

Commands etc can be viewed too, and upon compilation, it will generate a report with all userlibs used.



Update

Porting the project to use Nokia's QT GUI library, since its more robust, and a commercial-grade library, that many big companies use, such as Adobe.
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

Since this project has sparked off another project running up against it, I will be putting this one on hold.

Best of luck to the other competing IDE
lexvictory
Addict
Addict
Posts: 1027
Joined: Sun May 15, 2005 5:15 am
Location: Australia
Contact:

Post by lexvictory »

kawasaki wrote:Since this project has sparked off another project running up against it, I will be putting this one on hold.

Best of luck to the other competing IDE
I'm hoping you don't mean mine?
Yours is targeted at a different audience than mine. Plus I wasn't aiming at competition (after all there is already a PB IDE alternative)
Demonio Ardente

Currently managing Linux & OS X Tailbite
OS X TailBite now up to date with Windows!
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

Not at all. I only briefly looked over your IDE project, and I believe it's a very nice looking interface.. Very user friendly :)


I have been contracted to a company to work with them in quite an exhausting project, which will take up all my time.

I will however still add a few nooks and crannies to the project, its not ready to be released as open source yet, since I encountered a big glitch (or a user error performed by myself) in the code.. so when I can get rid of that flaw, I should be able to start uploading.
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

freak wrote:Of all the alternative IDEs that where announced at this stage of development, guess how many made it to a usable product... ;)

cheers
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

It's not dead, just on hold.. I am trying to provide a professional-quality studio software for use with PureBasic, with no budget, and no resources.. All off my own back.


I have a job which I take seriously, so that I will not jeopardise work hours.


This project was to be a act of generosity, giving something to a community for free.

If you want to see it done in a month, for instance, rsts, I will be more than happy to discuss with you, financing options, and contracts :)
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

kawasaki wrote:It's not dead, just on hold.. I am trying to provide a professional-quality studio software for use with PureBasic, with no budget, and no resources.. All off my own back.

I have a job which I take seriously, so that I will not jeopardise work hours.
And exactly these are the reasons why we don't have any alternative IDE's except gnozal's Jabbe. rsts didn't want to criticize you but just stating a fact. This IDE will certainly never be finished but I appreciate the approach very much. :D
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

I wouldnt go as far as to say it will Never be finished.. My intentions are to perhaps if not complete it myself, create a readable foundation for someone or a group of people to continue its development, thus creating it an open-source achievement that anyone can pitch their time.
Post Reply