View Issue Details

IDProjectCategoryView StatusLast Update
0003878JEDI VCL00 JVCL Componentspublic2006-08-30 07:34
ReportermooreAssigned Toobones 
PrioritynormalSeverityfeatureReproducibilityalways
Status resolvedResolutionno change required 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0003878: HLEditor CharCase, WordWrap, and JvEditorHighlighter
DescriptionWhy the JvHLEditor does not have CharCase, WordWrap properties? also some properties common to JVCL edits (ClipboardCommands, DisabledColor etc.)and how to make copy/paste operations by drag drop like in the Delphi IDE or the SynEdit?
Moreover I see in the source of the control the following:

3.0:
    - added TJvEditorHighlighter component

I don't find any JvEditorHighlighter in the palette.

N.B I think someone should publish a list of JVCL gems, JvHLEditor is surely included because I find it powerful and stable and consumes far less resources than SynEdit..
TagsNo tags attached.

Activities

obones

2006-08-30 07:34

administrator   ~0010037

CharChase, WordWrap, ClipboardCommands, DisabledColors are not defined in the base classes and as such would need to be implemented locally. Please provide changes if you know how to do this.

To do drag drop copy, use the OnDragXX events

TJvEditorHighlighter is a BASE component for users to derive from. It does not need to be installed.

Should you want to discuss all this, please come to the newsgroups here:

news://forums.talkto.net/jedi.vcl

Issue History

Date Modified Username Field Change
2006-08-30 04:34 moore New Issue
2006-08-30 07:34 obones Status new => resolved
2006-08-30 07:34 obones Resolution open => no change required
2006-08-30 07:34 obones Assigned To => obones
2006-08-30 07:34 obones Note Added: 0010037