| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
09/12/2021 (Version 1.7)
03/13/2021 (Version 1.6)
02/01/2021 (Version 1.5)
12/18/2020 (Version 1.4)
10/31/2020 (Version 1.3)
10/27/2020 (Version 1.2)
10/26/2020 (Version 1.1)
05/03/2020
01/04/2020
02/11/2019
02/07/2019
This property editor allows you to type texts in Delphi IDE when editing TStrings properties, overwriting the default TStrings editor form.
The NoteEditor supports syntax highlight using SynEdit component (this component depends on SynEdit - you can get here at GitHub too).
All the configurations and customizations are saved at system Registry: HKEY_CURRENT_USER\Digao\NoteEditor
You need to get the SynEdit before this. Please, download it here: https://github.com/SynEdit/SynEdit. Do not use TurboPack SynEdit, because it has some differences.
After SynEdit already installed, do the following:
Open DzNoteEditor.groupproj in the Delphi.
Ensure Win32 Platform and Release config are selected at both packages.
Right-click at root item in the tree and choose Build All.
If you want to use 64 bit platform, select this platform at NotepadPackage and do a new Build in this package.
Right-click at DzNoteEditorDesign and choose Install.
Add "Win32\Release" sub folder to Delphi Library Path (Tools\Options), on 32-bit option. If you will use 64 bit platform, add "Win64\Release" sub folder on 64-bit option.
Supports Delphi XE3..Delphi 11
CTRL+S = Save Button
CTRL+ENTER = OK Button
Others shortcuts are described on each hint of toolbar buttons
In this package there is a bonus non-visual component called TDzNotepad. This is a simple component having a TStrings published property. So you can store at DFM any text you want. This is very useful to store text data in Forms and DataModules.
And, of course, you can simply double-click the component and will open the NoteEditor!
Note: This list is based on last version of SynEdit (date: 01/23/2019). You may have a different list if you install another version. The list is automatically created based on installed syntax highlighters of SynEdit (auto-detected).
If you are using CnWizards, you need to deactivate TStrings property editor because CnWizars overwrites my property editor.
Follow steps bellow:
To ensure this configuration take effect, please close and re-open Delphi.
| Back | FazBrowse Home | New Git URL |