 |
Puppy Linux Discussion Forum Puppy home page: puppylinux.com
|
The time now is Thu 29 Jul 2010, 13:05
All times are UTC - 4 |
| Author |
Message |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Wed 15 Nov 2006, 13:47 Post_subject:
Turma hacked |
|
Turma 0.1
hacked to not display the close verification window
Turma (Text Utils with Recursive Mambojambo Actions) is a search, and replace (optionally) utility, which operates on multiple files following a given pattern, with the possibility to recurse into subdirectories. It can handle more than words or lines of text, but blocks (paragraphs) of text.
http://turma.sourceforge.net/software/turma/
see: http://www.murga.org/~puppy/viewtopic.php?t=12759
| Description |
|

Download |
| Filename |
turma-hacked.pup |
| Filesize |
23.29 KB |
| Downloaded |
411 Time(s) |
Edited_time_total
|
|
Back to top
|
|
 |
plinej
Joined: 13 Aug 2006 Posts: 1328
|
Posted: Wed 15 Nov 2006, 14:41 Post_subject:
|
|
Thanks, that "feature" was rather annoying.
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Wed 15 Nov 2006, 15:18 Post_subject:
|
|
i'm not absolutely sure that Barry didn't hack Turma's source to make it work better with unionfs ... if you have any problems, that might be why
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Wed 15 Nov 2006, 15:23 Post_subject:
|
|
by the way, i was going to upload the source, but there is not enough room on the forum ... what i did was in callbacks.c, i changed this:
void cb_Exit ( GtkWidget *w, gpointer data )
{
GtkWidget *bExitOk, *bExitCancel;
bExitOk = gtk_button_new_with_label ( _("Please") );
etc etc etc
}
to this:
void cb_Exit ( GtkWidget *w, gpointer data )
{
gtk_exit ( 0 );
}
|
|
Back to top
|
|
 |
GuestToo
Puppy Master
Joined: 04 May 2005 Posts: 4078
|
Posted: Sun 21 Jan 2007, 12:15 Post_subject:
|
|
uploaded a new version ... the Stop button label has been changed to "Stop" (line 432 of interface.c)
|
|
Back to top
|
|
 |
|
|
|
Rules_post_cannot Rules_reply_cannot Rules_edit_cannot Rules_delete_cannot Rules_vote_cannot You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|