| Author |
Message |
oldyeller

Joined: 15 Nov 2011 Posts: 499 Location: Mishawaka IN
|
Posted: Tue 09 Apr 2013, 20:30 Post subject:
Manna Editor Subject description: simple text writer |
|
Hello Everyone,
I have done an Editor for Manna and have decided to put it up for people to use who may not want Manna.
It is now been translated for German and Spanish you can get the pets from here http://www.murga-linux.com/puppy/viewtopic.php?p=709029#709029
Editor is:
Here it is http://www.smokey01.com/Oldyeller/mannaeditor/
This will have a menu entry in Documents and will create a folder in my-documents called Manna.
This is a simple text writer that you can send what work you have done to Abiword for more editing and printing. You can create new notes and also delete them as well.
This also comes with a html help page to show how it all works. You can also change the size of font so you can see your work better
I want to thank SFR for his help in some of the coding for this. THANK YOU!!!
Hope you will enjoy using this.
| Description |
|
| Filesize |
18.12 KB |
| Viewed |
278 Time(s) |

|
Last edited by oldyeller on Yesterday, at 12:31; edited 7 times in total
|
|
Back to top
|
|
 |
R-S-H
Joined: 18 Feb 2013 Posts: 367
|
Posted: Thu 11 Apr 2013, 22:18 Post subject:
|
|
Hi, oldyeller.
This is a nice little text editor. I did not know, something like this could be released using bash and gtkdialog. Really cool!
I will have a look into the code, for sure!
RSH
_________________ Freiheit für Mollath - JETZT !!!
Free Mr. Mollath !!!
Send the People responsible to The Hague International Court for trial !!!
|
|
Back to top
|
|
 |
oldyeller

Joined: 15 Nov 2011 Posts: 499 Location: Mishawaka IN
|
Posted: Sat 13 Apr 2013, 10:33 Post subject:
|
|
| R-S-H wrote: | Hi, oldyeller.
This is a nice little text editor. I did not know, something like this could be released using bash and gtkdialog. Really cool!
I will have a look into the code, for sure!
RSH |
Hi RSH this is just very simple code. Hope you enjoy using it.
Cheers
|
|
Back to top
|
|
 |
oldyeller

Joined: 15 Nov 2011 Posts: 499 Location: Mishawaka IN
|
Posted: Thu 18 Apr 2013, 13:58 Post subject:
|
|
Hello Everyone,
I have notice that the help html page is not there so I did a new pet. So now it is there along with an uninstall script. This script will ask if you want to keep the documents you have made before it finishes the uninstall.
Cheers
|
|
Back to top
|
|
 |
R-S-H
Joined: 18 Feb 2013 Posts: 367
|
Posted: Tue 07 May 2013, 00:26 Post subject:
|
|
Hi oldveyller.
You should insert the following line:
| Code: | | <action signal="hide">exit:ABORT</action> |
at the end of the main gui code of your editor:
| Code: | </frame>
<action signal="hide">exit:ABORT</action>
</window> |
Gtkdialog4 needs this to exit the application (script) when clicking on window close button.
Also the manna editor seems not to work here, when using gtkdialog3 instead of gtkdialog4.
RSH
BTW: thanks for your post in my woof-questions thread - pdf downloaded, will come back to this later
_________________ Freiheit für Mollath - JETZT !!!
Free Mr. Mollath !!!
Send the People responsible to The Hague International Court for trial !!!
|
|
Back to top
|
|
 |
oldyeller

Joined: 15 Nov 2011 Posts: 499 Location: Mishawaka IN
|
Posted: Tue 07 May 2013, 11:02 Post subject:
|
|
| R-S-H wrote: | Hi oldveyller.
You should insert the following line:
| Code: | | <action signal="hide">exit:ABORT</action> |
at the end of the main gui code of your editor:
| Code: | </frame>
<action signal="hide">exit:ABORT</action>
</window> |
Gtkdialog4 needs this to exit the application (script) when clicking on window close button.
Also the manna editor seems not to work here, when using gtkdialog3 instead of gtkdialog4.
RSH
BTW: thanks for your post in my woof-questions thread - pdf downloaded, will come back to this later |
Thanks RSH will check on the code and re-upload with new one.
Cheers
|
|
Back to top
|
|
 |
oldyeller

Joined: 15 Nov 2011 Posts: 499 Location: Mishawaka IN
|
Posted: Tue 07 May 2013, 11:23 Post subject:
|
|
Hello Everyone,
I have just fixed some code that I missed putting in,
Thanks to RSH for the reminder of it See first post.
@RSH
What puppy were you using that it was not working? It should work if gtkdialog3 is linked. I have it setup with code that should allow it to use gtkdialog3 if that one is used.
In lupu-528-004 it works.
|
|
Back to top
|
|
 |
oldyeller

Joined: 15 Nov 2011 Posts: 499 Location: Mishawaka IN
|
Posted: Mon 17 Jun 2013, 12:28 Post subject:
|
|
Hello Everyone,
I have just updated the Editor, It is now been translated for German and Spanish.
I have given that tar.gz to the maintainers of these languages.
Will also upload them in a thread in the localization project.
Cheers
|
|
Back to top
|
|
 |
|