PowerText 1.0b3...

martinatkinson

Registered
Hello!

I have just released version 1.0b3 of PowerText. This version has many new features such as:

• A dynamic WYSIWYG font menu.
• An improved interface.
• A finder-like toolbar.
• A preferences window (does not save prefs yet)
• More speech options.
• More text styles.
• A secret programmers bug window.
• An export as PDF option (very buggy, will improve in later versions)
• Open any file
• Save as plain text (better for cross platform support)
• Much, much more...

You can download it by going to http://appletreesw.community.everyone.net/community/scripts/topics.pl?NodeID=321427

Have a great day!

Albert
 
First of all, what's a button called "Untitled" doing in the middle of your NSTextView? It looks... weird. Why is it a preferene button of all things? Additionally, there's a lot of inconsistantcies in the way the Style panel shows which buttons have been compressed. Bold and italic compress right, but the other three don't. They should remain compressed to indicate that the style has been applied. Also, the ability to undo all formating would be nice (I think it was apple-T in appleworks and simpletext).

Also, although I think it's nice that your program attempts to open all file formats, you may want to set up a system where you warn the user that it's not a supported file format. But how does rtf come up as garbage?

Also, ur open panel consistently farks up - like the view get's all blurred and half drawn, and I can't see what I'm selecting.

More importantly, it doesn't remember when a file that is being worked on was edited... so I can open another file and it will just put all it's text into the same textview, and I lose all my data I previous changed. Honestly, when u open a file, it should open it in a NEW window, not the current one.

Also, when I start it speaking, the stop button never becomes useable!

Plus, why aren't you using sheets? Look at how TextEdit uses them - very nice. Oh, and what is the Save Changes? menu item under the Window menu for? It really seems pointless to me...

Sorry if that was harsh, but for as long as you've been working on it, I'm suprised it's still at this level.

F-bacher
 
Originally posted by Ghoser777
First of all, what's a button called "Untitled" doing in the middle of your NSTextView? It looks... weird. Why is it a preferene button of all things?
I was using this button as a way for myself to bug test the preference panel. I thought I removed this but I guess I must not have. Thanks, I will fix this in b4

Originally posted by Ghoser777
Additionally, there's a lot of inconsistantcies in the way the Style panel shows which buttons have been compressed. Bold and italic compress right, but the other three don't. They should remain compressed to indicate that the style has been applied.
Oops, another bug. No one has reported this one so thanks a bunch.

Originally posted by Ghoser777
Also, the ability to undo all formating would be nice (I think it was apple-T in appleworks and simpletext).
You mean like TextEdits "Convert to plain text" feature. Sounds good, I'll work on it for the next release.

Originally posted by Ghoser777
Also, although I think it's nice that your program attempts to open all file formats, you may want to set up a system where you warn the user that it's not a supported file format. But how does rtf come up as garbage?
Sounds like a good idea. Thanks so much. The rtf comes up as garbage because it opens everything in text format (like SimpleText). And that is how an rtf file would look like if you opened it in SimpleText. I am working on an import engine that is about halfway through development.

Originally posted by Ghoser777
Also, ur open panel consistently farks up - like the view get's all blurred and half drawn, and I can't see what I'm selecting.
I know about this one. For some reason I can not seem to figure this one out. Must be something with the REALbasic build. Do you get a watch cursor in the open panel as well?

Originally posted by Ghoser777
More importantly, it doesn't remember when a file that is being worked on was edited... so I can open another file and it will just put all it's text into the same textview, and I lose all my data I previous changed. Honestly, when u open a file, it should open it in a NEW window, not the current one.
Knew about this one too. A user from MacForA posted this one and I have fixed it for the next release. ;)

Originally posted by Ghoser777
Also, when I start it speaking, the stop button never becomes useable!
Now, here is one I did not know about! Thanks, I will fix this for the next release.

Originally posted by Ghoser777
Plus, why aren't you using sheets? Look at how TextEdit uses them - very nice.
REALbasic does not support sheets :mad: However, you may see that I do use mostly sheets for my alert panels but I will use them for the open panel and save panel as soon as I find the time.

Originally posted by Ghoser777
Oh, and what is the Save Changes? menu item under the Window menu for? It really seems pointless to me...
After you mentioned this to me I went and tried to recreate the error. For some reason if you close an unsaved document and then dismiss the save changes dialog box it will appear there. I will kill this one in the next version.

Originally posted by Ghoser777
Sorry if that was harsh, but for as long as you've been working on it, I'm suprised it's still at this level.
That's OK, I need good bug reports and that is exactly what you gave me. I am thankfull. The reason it is getting on its feet so slowly is because I just spent the couple of months between releases to port this to REALbasic. I had to redesign everything from scratch.

Thank you so much and have a great day!

Albert
 
Hello!

I am putting some final touches on beta release 4. Please click the URL in my signiture and view the post "Coming Soon: PowerText 1.0b4" to see some of the new features and fixes!

Also, you can now post on the forums without having to register (all you have to do is enter your name in the username box and leave the password field blank!) Please use this as it is easier on me.

Thanks so much and have a great day!

Albert
 
Hello!

Another update:

1.) Ghoser777: All of the bugs as well as your remove text formatting request have been done for the next release.
2.) Bug Fix: could not close last document window. If the text style panel was open you would not be able to close the last document window. This is now fixed.
3.) Bug Fix: major file bug. Opening a file, editing it and then saving it would remove all the contents of the original file :eek: This is now fixed.
4.) Bug Fix: saving file did not update window properly. If you would save a file after modifying it you would not be able to see changes in the file info box, the title, or the close button. This is now fixed.
5.) Feature Add: better sheet support. Now all dialogs are sheets including the confirm save changes dialog. I will try to get the open and save dialogs to sheet themselves but it may not be till beta 5.

That is it. We are getting closer to the final release. But, to tell you the truth, the amount of beta releases are up to you. I need more people to post good bug reports like Ghoser777, if I get alot of people doing this then beta 5 might fix all the bugs and we will not have to make a beta 6. However, I am not getting much help from many people and at this rate it may be a few more betas. It is all up to you, I want to finish this soon but I can not do it without your help ;)

Have a great day!

Albert
 
Hello,

Well, I have some rather bad news. For some reason the whole project file containing the code for PowerText wiped itself clean right as I was to release beta 4 and I lost everything. I will be redesigning this app from scratch so it may take me a few months.

Have a great day,

Albert
 
Back
Top