Wish: RTF editor control with wordwrap

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Wish: RTF editor control with wordwrap

Post by Kukulkan »

Hello,

I have two projects (win/linux) which need an editor-control where the user can compose messages (in fact for e-mail). The current editor control lacks too many functions:

- im- and export RTF
- wordwrap
- functions to handle selections
- functions to change the font of selections
- functions to set/get format of selection
- etc.

I can't do this using API because it has to work on Linux, too!

This is a huge wish for the next release/version.

Info
Realbasic -> styled editfield
VB6 -> RichTextBox Control
.NET -> RichTextBox Control
Delphi -> TRichEdit
PureBasic -> ????

[EDIT]
Maybe it can be a HTML editor, too. That will be ok.

Kukulkan
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

Normally, on Windows, there is LibEditorPlus...

For the Linux Version, I am going to work on it in two months, when i will have my new laptop with Ubuntu :)
User avatar
Kukulkan
Addict
Addict
Posts: 1396
Joined: Mon Jun 06, 2005 2:35 pm
Location: germany
Contact:

Post by Kukulkan »

Hi Progi1984,

Thank you. Can it do WordWrap (most needed) and RTF load/save? I can't find this feature directly.

Is it good to implement a library on V0.4 Beta state into a commercial application with hundreds of installations?

A second thing to mention:
As mentioned before, it is needed for a commercial application. It should be a maintained and supported control working on Linux and Windows. I can't use any library's developed by schoolboys or students.

It must be a standard PureBasic gadget or a reliable extension with support (even commercial) or free PB sourcecode (so that I can fix bugs by myself).

Kukulkan
User avatar
Progi1984
Addict
Addict
Posts: 806
Joined: Fri Feb 25, 2005 1:01 am
Location: France > Rennes
Contact:

Post by Progi1984 »

RTF : Yes
WordWrap : Yes

OK... personnally with the V0.4 beta which is in beta stage since two months, i've just have one bug report from line numbering so i'm consedering not in beta stage....

At the moment, i'm going to release LibEditorPlus with some others functions (300 for all gadgets) : a lot of examples and no documentation at the moment. Some news the first on April.

For use in commercial application, I agree to do that. My support will be more and more better when i put my bug tracker online.

So the decision is yours : LibEditorPlus or Coding from scratch....
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

[Offtopic]
Kukulkan wrote:....I can't use any library's developed by schoolboys or students.
was'nt Linux developed by a student called 'Linus Torvald' ? ;)
[/Offtopic]

anyway, i can agree with you for the 'those' libs.
No use in commercial appz without Source.....
SPAMINATOR NR.1
bender-rulez
User
User
Posts: 49
Joined: Mon Mar 14, 2005 11:30 am

Post by bender-rulez »

Is there any news about the linux version?!?!
Post Reply