View Issue Details

IDProjectCategoryView StatusLast Update
0003887JEDI VCL00 JVCL Componentspublic2006-12-03 05:50
ReportermooreAssigned Torobert_marquardt 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionfixed 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0003887: JvFindReplace cannot find or replace in JvHLEditor
DescriptionAs simple as this, the property EditControl of JvFindReplace cannot be set to a JvHLEditor, so no find/replace operations can take place in this control, as JvHLEditor has no FindText method like the RichEdit..
TagsNo tags attached.

Activities

obones

2006-09-08 08:27

administrator   ~0010077

Well, ok, thanks for letting us know. What's the point here?

moore

2006-09-09 06:17

reporter   ~0010085

The point is to be able to find/replace text in the JvHLEditor with the JvFindReplace, wasn't it clear from the first post?

obones

2006-09-09 08:56

administrator   ~0010086

No, and yet again, it's not clear what you actually want.
You say it does not work, but you don't ask any question.
Right now, I'm saying it's as designed because TJvHLEditor and TJvRichEdit are not of the same type.

moore

2006-09-09 12:12

reporter   ~0010091

>it's not clear what you actually want.

what I want is the following:
I use a JvHLEditor to show text with SQL highlighting, for my needs JvHLEditor is more than sufficient so to avoid using SynEdit, in this JvHLEditor I want to give the user the possibility to find/replace text..

obones

2006-09-09 13:35

administrator   ~0010093

Problem is that TJvFindReplace expects a TCustomEdit and TJvHLEditor does not inherit from it.
I would not be trivial to have TJvFindReplace expect a TJvCustomEditorBase. But if you manage to do it, we'd gladly take the modifications.

Issue History

Date Modified Username Field Change
2006-09-07 02:59 moore New Issue
2006-09-08 08:27 obones Note Added: 0010077
2006-09-08 08:27 obones Status new => feedback
2006-09-09 06:17 moore Note Added: 0010085
2006-09-09 08:56 obones Note Added: 0010086
2006-09-09 12:12 moore Note Added: 0010091
2006-09-09 13:35 obones Note Added: 0010093
2006-12-03 05:49 robert_marquardt Status feedback => assigned
2006-12-03 05:49 robert_marquardt Assigned To => robert_marquardt
2006-12-03 05:50 robert_marquardt Status assigned => resolved
2006-12-03 05:50 robert_marquardt Resolution open => fixed