Puredit 0.8 Beta 2

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
X0r
Enthusiast
Enthusiast
Posts: 151
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Puredit 0.8 Beta 2

Post by X0r »

Hi!

Puredit is another editor for windows. :D
It uses Scintilla and supports following features:
- Multi-Document feature
-Syntax Highlighting
- Autocomplete
- Folding
- Tool-Configuration
- Plugin-support
- "Insert-function"
- Systray mode
- Remote
...

Puredit supports the standard PureBasic, Visual Basic, BlitzBasic and HTML lexer and also an own lexer.

The package currently contains the following languages:
- PureBasic
- C++
- Visual Basic
- BlitzBasic
- HTML

But you can also write your own language files.


Screenshots:
Image
Screenshot 1


Download: Puredit 0.8 Beta 2


Suggestions, bug reports and plugins are welcome!
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

I wanted to open the screenshot but I get:
Sie haben nicht die benötigten Zugriffsrechte, um diese Seite zu öffnen.
WOOt! :o
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Very nice ^^
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

And how are we supposed to read the black text on a dark red background in the menus?
User avatar
X0r
Enthusiast
Enthusiast
Posts: 151
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post by X0r »

Which OS? 2k, 98?:

Config->Style->Standard,FF,..(Dont use the Office XP style)
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

XP Pro.
zikitrake
Addict
Addict
Posts: 883
Joined: Thu Mar 25, 2004 2:15 pm
Location: Spain

Post by zikitrake »

Nice work!, if you can add autoindent it will be great.
dell_jockey
Enthusiast
Enthusiast
Posts: 767
Joined: Sat Jan 24, 2004 6:56 pm

Post by dell_jockey »

Looks slick, thanks for publishing it.

There seems to be some redundancy in the menu items, could you please explain the difference between "file->new" and "file->open instance" ?

Then two request:

1: under "execute->configure tools" it would be nice to be able to add an icon for the tool that is being configured - AND - to have this icon displayed on the toolbar, just like you do with the built-in PDF export and color picker.

2: it would be nice if Puredit would support opening files through drag&drop
cheers,
dell_jockey
________
http://blog.forex-trading-ideas.com
Micko
Enthusiast
Enthusiast
Posts: 244
Joined: Thu May 24, 2007 7:36 pm
Location: Senegal
Contact:

Post by Micko »

Very nice ! :)
User avatar
X0r
Enthusiast
Enthusiast
Posts: 151
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post by X0r »

Thanks! :)
There seems to be some redundancy in the menu items, could you please explain the difference between "file->new" and "file->open instance" ?
Hehe, there is actually no difference. I was too lazy to integrate the "Open instance" feature... :D
Will be fixed in the next version.
1: under "execute->configure tools" it would be nice to be able to add an icon for the tool that is being configured - AND - to have this icon displayed on the toolbar, just like you do with the built-in PDF export and color picker.
Good idea! Thanks!
2: it would be nice if Puredit would support opening files through drag&drop
Will be also integrated in the next version.
User_Russian
Addict
Addict
Posts: 1629
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Post by User_Russian »

In program Puredit there is not closing memory because of what size required memories constantly increases!
This well noticeably in program taskmgr.exe (Ctrl+Alt+Del).
To all appearances problem in menu since size required memories increases at choice of the item menu.


Recommend to change current library modifying menu on another, for instance, this http://www.purebasic.fr/english/viewtop ... 184c44e888
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

Trond wrote:And how are we supposed to read the black text on a dark red background in the menus?
What? You mean you don't have the special glasses ? :)

seriously though, I have the same question.
User avatar
X0r
Enthusiast
Enthusiast
Posts: 151
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post by X0r »

It is a bug of the GUI Lib I am using. :roll:
User_Russian
Addict
Addict
Posts: 1629
Joined: Wed Nov 12, 2008 5:01 pm
Location: Russia

Post by User_Russian »

It is a bug of the GUI Lib I am using
I know that You used library ProGUI so and has written
Recommend to change current library modifying menu
PS.
If I do not mistaken, library ProGUI is sold for 40$.
As possible sell the bug a code on such price? :shock:
User avatar
X0r
Enthusiast
Enthusiast
Posts: 151
Joined: Tue May 01, 2007 3:49 am
Location: Germany

Post by X0r »

PS.
If I do not mistaken, library ProGUI is sold for 40$.
As possible sell the bug a code on such price? Shocked
I payed only 20 $.

Edit:
I think I will use Coolmenu.
Post Reply