File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Swing / AWT / SWT and the fly likes Adding Find and Replace Functionality to Editor Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Swing / AWT / SWT
Reply Bookmark "Adding Find and Replace Functionality to Editor" Watch "Adding Find and Replace Functionality to Editor" New topic
Author

Adding Find and Replace Functionality to Editor

Amoo Firooz
Greenhorn

Joined: May 15, 2005
Posts: 7
Hi guys,
I'm trying to build a text editor for a school project. For the Find / Find and Replace part, I've notice this website http://manning.com/sbe/files/uts2/Chapter20html/Chapter20.htm
that has done find and replace in it's text editor where I could get some hints on already built find functionality, but it seems too complicated. Is there anyone here that knows the architecture of finding and replacing so I can start off from somewhere?
Thanx
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Adding Find and Replace Functionality to Editor
 
Similar Threads
Creating UNDO for Notepad
PrintDialog for selecting the printers
FTP
JTable and sorting
SWT - Adding CheckBoxes to a list