Bug 1546 - Find functionality should be refactored
Summary: Find functionality should be refactored
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: ---
Assignee: Adam Jocksch
URL:
Keywords:
Depends on:
Blocks: 1633
  Show dependency treegraph
 
Reported: 2005-10-25 19:39 UTC by Adam Jocksch
Modified: 2006-06-27 17:23 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Jocksch 2005-10-25 19:39:03 UTC
The find functionality right now should probably be refactored either into
smaller methods, or into it's own class
Comment 1 Adam Jocksch 2006-03-09 16:27:00 UTC
Instead of refactoring the functionality, should see if the built-in TextView
search functionality works after the fix to the jni code during the libgtk-java
cleanup.
Comment 2 Adam Jocksch 2006-06-27 17:23:50 UTC
The current implementation works, and as such the benefits of migrating it to
the native TextView search are negligible.