Skip to content

Commit 10aca27

Browse files
authored
Update README.md
1 parent cd6fa75 commit 10aca27

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

README.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44

55
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.
66

7+
# 📞 Contact
8+
9+
<p align="left">
10+
<a href="https://t.me/Code4Delphi" target="_blank">
11+
<img src="https://img.shields.io/badge/Telegram:-Join%20Channel-blue">
12+
</a>
13+
&nbsp;
14+
<a href="https://www.youtube.com/@code4delphi" target="_blank">
15+
<img src="https://img.shields.io/badge/YouTube:-Join%20Channel-red">
16+
</a>
17+
&nbsp;
18+
<a href="mailto:contato@code4delphi.com.br" target="_blank">
19+
<img src="https://img.shields.io/badge/E--mail-contato%40code4delphi.com.br-yellowgreen">
20+
</a>
21+
</p>
22+
<br/>
23+
724
## ⚙️ Installation
825

926
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
2643

2744
2845

29-
30-
3146
# 🔎 Preview resources Code4D-Wizard
3247

48+
3349

3450
### * Menus add in MainMenu IDE
3551

@@ -45,7 +61,11 @@ Code4D-Wizard is a set of plugin tools designed to be used in the Delphi IDE. It
4561
- **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)
4662
- **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.
4763
![Find-in-files.png](https://github.com/Code4Delphi/Code4D-Wizard/blob/master/Img/Find-in-files.png)
48-
![Find-in-files-Messages.png](https://github.com/Code4Delphi/Code4D-Wizard/blob/master/Img/Find-in-files-Messages.png)
64+
65+
![Find-in-files-Messages.png](https://github.com/Code4Delphi/Code4D-Wizard/blob/master/Img/Find-in-files-Messages.png)
66+
67+
68+
4969
- **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.
5070
- **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.
5171
![Default-Files-In-Opening-Project.png](https://github.com/Code4Delphi/Code4D-Wizard/blob/master/Img/Default-Files-In-Opening-Project.png)

0 commit comments

Comments
 (0)