You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+23-3Lines changed: 23 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,23 @@
4
4
5
5
Code4D-Wizard is a set of plugin tools designed to be used in the Delphi IDE. It adds to the Delphi IDE several features to improve our development efficiency, speed and productivity.
1 - Download C4DWizard.bpl file (Remembering that to use the Wizard, Delphi needs the C4DWizard.bpl file, so save it in a safe folder, with no risk of the file being accidentally deleted)
@@ -26,10 +43,9 @@ Code4D-Wizard is a set of plugin tools designed to be used in the Delphi IDE. It
26
43
27
44
28
45
29
-
30
-
31
46
# 🔎 Preview resources Code4D-Wizard
32
47
48
+
33
49
34
50
### * Menus add in MainMenu IDE
35
51
@@ -45,7 +61,11 @@ Code4D-Wizard is a set of plugin tools designed to be used in the Delphi IDE. It
45
61
-**Indent Text Selected**: This feature serves to indent the selected code, taking into account some characters, such as := (two equal points), this feature will indent the fonts, aligning the := (two equal points)
46
62
-**Find in Files**: Searches the units, with several configuration options, and can search not only in .pas files but also in .dfm, . fmx and in .dpr and .dproj. Another interesting point is that when displaying the search result, it marks the words found in green to make identification easier, in addition to showing a totalizer with the number of occurrences of the searched text and the number of files that have them.
-**Replace in Files**: Makes the alteration of texts in the units, with several option of configurations, and it can make the replace not only in .pas files but also in .dfm, . fmx and in .dpr and .dproj. Another interesting point is that when displaying the result of the changes, it shows a totalizer with the number of occurrences of the text changed and the number of files that have them.
50
70
-**Default Files In Opening Project**: This feature allows you to inform which units or forms are automatically opened as soon as the project is opened in the IDE.
0 commit comments