Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy home page: puppylinux.com
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Thu 29 Jul 2010, 13:05
All times are UTC - 4
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
Turma hacked
Moderators: deshlab, Flash, GuestToo, Ian, JohnMurga, Lobster
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
Page 1 of 1 Posts_count  
Author Message
GuestToo
Puppy Master

Joined: 04 May 2005
Posts: 4078

PostPosted: 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
turma-hacked.pup
Description 
pup

 Download 
Filename  turma-hacked.pup 
Filesize  23.29 KB 
Downloaded  411 Time(s) 

Edited_time_total
Back to top
View user's profile Send_private_message 
plinej

Joined: 13 Aug 2006
Posts: 1328

PostPosted: Wed 15 Nov 2006, 14:41    Post_subject:  

Thanks, that "feature" was rather annoying.
Back to top
View user's profile Send_private_message 
GuestToo
Puppy Master

Joined: 04 May 2005
Posts: 4078

PostPosted: 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
View user's profile Send_private_message 
GuestToo
Puppy Master

Joined: 04 May 2005
Posts: 4078

PostPosted: 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
View user's profile Send_private_message 
GuestToo
Puppy Master

Joined: 04 May 2005
Posts: 4078

PostPosted: 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
View user's profile Send_private_message 
Display_posts:   Sort by:   
Page 1 of 1 Posts_count  
Post_new_topic   Reply_to_topic View_previous_topic :: View_next_topic
 Forum index » Advanced Topics » Additional Software (PETs, n' stuff) » Unsorted
Jump to:  

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
hot copy
[ Time: 1.0418s ][ Queries: 10 (0.8568s) ][ Debug on ]