From 5adaa493cbdb0eaf0213401f548788e9a3e26081 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 15 Oct 2002 14:53:09 +0000 Subject: [PATCH] Updated findrox. git-svn-id: https://rox.svn.sourceforge.net/svnroot/rox/trunk/Edit@1987 66de3db3-b00d-0410-b41b-f4738ad19bea --- Help/README | 11 +++-------- findrox.py | 2 +- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/Help/README b/Help/README index 79a791d..a1dc5c0 100644 --- a/Help/README +++ b/Help/README @@ -2,6 +2,9 @@ A simple text editor for ROX by Thomas Leonard +*** This version is not finished. Some things do not work fully *** +*** If you would like to help out with this program, let me know! *** + BRIEF Edit is a simple text editor written in python. You do not need to compile @@ -41,14 +44,6 @@ Help You can right-click on the window for a menu. -THE SELECTION - -Some features work differently when there is a selection: - -- Save saves the selection, not the whole file. -- Dragging data in replaces the selection instead of just inserting it. - - SEARCHING To search, click on the Search toolbar icon, or choose Edit->Search... from diff --git a/findrox.py b/findrox.py index 00fc96a..830794f 100644 --- a/findrox.py +++ b/findrox.py @@ -30,7 +30,7 @@ else: pass try: import pygtk; pygtk.require('2.0') - import gtk as g + import gtk; g = gtk except: import gtk win = gtk.GtkDialog() -- 2.11.4.GIT