View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003878 | JEDI VCL | 00 JVCL Components | public | 2006-08-30 04:34 | 2006-08-30 07:34 |
Reporter | moore | Assigned To | obones | ||
Priority | normal | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | no change required | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0003878: HLEditor CharCase, WordWrap, and JvEditorHighlighter | ||||
Description | Why 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.. | ||||
Tags | No tags attached. | ||||
|
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 |