Very Small Text Editor 1.0

Stuff that has yet to be sorted into a category.
Post Reply
Message
Author
User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

Very Small Text Editor 1.0

#1 Post by trio »

Hi,

I have tried various ways to maximize the usage of Xdialog included in puppy, this is one of them

1 file only: /usr/sbin/fileedit
usage:

Code: Select all

fileedit /path/to/file/yourfile
or

Code: Select all

fileedit
which will open a file chooser dialog first.

How to use:
1. Just reading
After reading click cancel
2. edit
After editing click OK

I should have name this thing "textedit" not "fileedit" ... :lol:
Attachments
File-editor.jpg
(29.96 KiB) Downloaded 1024 times
verysmallfileeditor-1.0.pet
(555 Bytes) Downloaded 546 times
Last edited by trio on Wed 13 Jan 2010, 09:44, edited 2 times in total.

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#2 Post by dejan555 »

You can add right click in rox context menu to open file in it.
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#3 Post by trio »

dejan555 wrote:You can add right click in rox context menu to open file in it.
yes the easiest way is to make symlink

/usr/sbin/fileedit ---> /root/.config/rox.sourceforge.net/OpenWith/fileedit

Code: Select all

cp -s /usr/sbin/fileedit /root/.config/rox.sourceforge.net/OpenWith/fileedit
then you can right-click --> open with

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#4 Post by starhawk »

Just idly musing... how hard would it be to turn this into a proper light RTF editor? RTF code looks pretty simple to me... speaking here based on the example in Wiki; I'm no programmer!

Would be great to have that sort of app for Puppy.

Also -- please tell me that it's not that blinding royal purple by default...?

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#5 Post by trio »

starhawk wrote:Also -- please tell me that it's not that blinding royal purple by default...?
No :D

starhawk
Posts: 4906
Joined: Mon 22 Nov 2010, 06:04
Location: Everybody knows this is nowhere...

#6 Post by starhawk »

OK, good. As an artist, my eyes are bleeding... but, to each their own.

Now -- about the rest of that post of mine... ;)

User avatar
trio
Posts: 2076
Joined: Sun 21 Dec 2008, 15:50
Location: अनà¥￾मोदना

#7 Post by trio »

starhawk wrote:Just idly musing... how hard would it be to turn this into a proper light RTF editor? RTF code looks pretty simple to me... speaking here based on the example in Wiki; I'm no programmer!
Well it is a Xdialog app only. Just play with it. For me it is what it is now

User avatar
MochiMoppel
Posts: 2084
Joined: Wed 26 Jan 2011, 09:06
Location: Japan

#8 Post by MochiMoppel »

starhawk wrote:Just idly musing... how hard would it be to turn this into a proper light RTF editor?
Try RtfEdit

Pelo

OSMO has a text editor

#9 Post by Pelo »

OSMO has a text editor (onglet notes). Just an information

User avatar
technosaurus
Posts: 4853
Joined: Mon 19 May 2008, 01:24
Location: Blue Springs, MO
Contact:

#10 Post by technosaurus »

I did a few small apps like this back in 2009.

http://www.murga-linux.com/puppy/viewtopic.php?t=40361
text editor, calendar, image viewer, webcam capture,...
Check out my [url=https://github.com/technosaurus]github repositories[/url]. I may eventually get around to updating my [url=http://bashismal.blogspot.com]blogspot[/url].

User avatar
dejan555
Posts: 2798
Joined: Sun 30 Nov 2008, 11:57
Location: Montenegro
Contact:

#11 Post by dejan555 »

Similar threads with some of my scripts in gtkdialog:

Simple GtkDialog editor and notetaker
Bookmarks/Contacts/Notes gtkdialog script
puppy.b0x.me stuff mirrored [url=https://drive.google.com/open?id=0B_Mb589v0iCXNnhSZWRwd3R2UWs]HERE[/url] or [url=http://archive.org/details/Puppy_Linux_puppy.b0x.me_mirror]HERE[/url]

Post Reply