Awesome
DzNoteEditor
Delphi Property Editor for TStrings supporting formatted languages with syntax highlight
- What's New
- Component Description
- How to install
- Hidden Shortcuts
- TNotepad Component
- Syntax Supported Formats
- CnPack CnWizards conflict
What's New
-
09/12/2021 (Version 1.7)
- Delphi 11 auto-install support.
-
03/13/2021 (Version 1.6)
- Removed CompInstall.exe from component sources due to AV false positive warning (now you can get it directly from CompInstall repository).
-
02/01/2021 (Version 1.5)
- Removed Delphi XE2 from the list of environments as it was never possible to compile in this version.
-
12/18/2020 (Version 1.4)
- Updated Component Installer app (Fixed call to rsvars.bat when Delphi is installed in a path containing spaces characters).
-
10/31/2020 (Version 1.3)
- Included Delphi 10.4 auto-install support.
-
10/27/2020 (Version 1.2)
- Fixed previous Delphi versions (at least on XE2, XE3, XE4 and XE5) package tag. It was causing package compilation error.
- Fixed the use of System.ImageList unit because it's only available from XE8.
-
10/26/2020 (Version 1.1)
- Updated CompInstall to version 2.0 (now supports GitHub auto-update)
-
05/03/2020
- Updated CompInstall to version 1.2
-
01/04/2020
- Alphabetical order in syntax highlight list.
-
02/11/2019
- Include auto install app
- Component renamed. Please full uninstall previous version before install this version. :warning:
-
02/07/2019
- Add Win64 support (library folders changed!) :warning:
Component Description
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
How to install
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:
Auto install
- Download Component Installer from: https://github.com/digao-dalpiaz/CompInstall/releases/latest
- Put CompInstall.exe into the component repository sources folder.
- Close Delphi IDE and run CompInstall.exe app.
Manual install
-
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
Hidden Shortcuts
CTRL+S
= Save Button
CTRL+ENTER
= OK Button
Others shortcuts are described on each hint of toolbar buttons
TDzNotepad Component
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!
Syntax Supported Formats
- 68HC11 Assembler
- ADSP21xx
- AWK
- Baan 4GL
- Borland Forms
- C#
- C/C++
- Cache Object Script
- CA-Clipper
- Cascading Style Sheet
- COAS Product Manager Report
- COBOL
- CORBA IDL
- DOT Graph Drawing Description language
- Eiffel
- Fortran
- Foxpro
- Galaxy
- Gembase
- General
- GLSL
- Go
- GW-TEL
- Haskell
- HP48
- HTML
- INI
- Inno Setup Script
- Java
- JavaScript
- JSON
- KiXtart
- LEGO LDraw
- Modelica
- Modula 3
- MS VBScript
- MS-DOS Batch
- Object Pascal
- Perl
- PHP
- Progress
- Python
- Resource
- Ruby
- Semanta Data Dictionary
- SQL
- Standard ML
- Structured Text
- SynGen Msg
- Tcl/Tk
- TeX
- UNIX Shell Script
- Unreal
- URI
- Visual Basic
- Vrml97
- x86 Assembly
- x86 Assembly MASM
- XML
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).
CnPack CnWizards conflict
If you are using CnWizards, you need to deactivate TStrings property editor because CnWizars overwrites my property editor.
Follow steps bellow:
- Go to the CnPack menu into Delphi.
- Choose Options.
- Go to the Property Editor tab.
- Select String List Editor item.
- Uncheck "Enabled" on right panel.
- Click OK.
To ensure this configuration take effect, please close and re-open Delphi.