Skip to content

Commit 1967f4d

Browse files
authored
Update README.md
1 parent 3c90240 commit 1967f4d

File tree

1 file changed

+19
-13
lines changed

1 file changed

+19
-13
lines changed

README.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
11
# WinForms Syntax Editor - Getting Started
2+
The **EditControl** in Syncfusion's WinForms suite is a robust and feature-rich text editor control designed to build interactive and intelligent code editing applications. It offers a wide range of functionalities that make it ideal for developers looking to implement a **Visual Studio-like experience** in their Windows Forms applications.
3+
With support for:
4+
- **Syntax highlighting**
5+
- **Text indentation**
6+
- **IntelliSense**
7+
- **Code block management** (expand/collapse)
28

3-
The **EditControl** in Syncfusion's WinForms suite is a robust and feature-rich text editor control designed to build interactive and intelligent code editing applications. It offers a wide range of functionalities that make it ideal for developers looking to implement a Visual Studio-like experience in their Windows Forms applications.
9+
The EditControl enables users to write and manage code efficiently. It also allows for **custom language configurations**, making it adaptable to various programming languages and use cases. Whether you're building an **IDE**, a **script editor**, or a **configuration file editor**, this control provides the flexibility and power needed for professional-grade text editing.
410

5-
With support for **syntax highlighting**, **text indentation**, **intellisense**, and **code block management** (expand/collapse), the EditControl enables users to write and manage code efficiently. It also allows for **custom language configurations**, making it adaptable to various programming languages and use cases. Whether you're building an IDE, a script editor, or a configuration file editor, this control provides the flexibility and power needed for professional-grade text editing.
11+
## Key Features
12+
- Rich syntax highlighting for multiple languages
13+
- Smart indentation and formatting support
14+
- IntelliSense-like suggestions for enhanced productivity
15+
- Expand/collapse functionality for code blocks
16+
- Customizable language definitions and parsing rules
17+
- Seamless integration with other Syncfusion controls
618

7-
![WinForms SyntaxEditor](Images/SyntaxEditor_Output.png)
19+
## Reference
20+
To learn more about the SyntaxEditor, visit the official Syncfusion page: [Syncfusion SyntaxEditor Overview](https://www.syncfusion.com/winforms-ui-controls/syntax-editor)
821

9-
### Key Features:
22+
For detailed implementation guidance, refer to the user guide: [SyntaxEditor Documentation](https://help.syncfusion.com/windowsforms/syntax-editor/overview)
1023

11-
- Rich syntax highlighting for multiple languages.
12-
- Smart indentation and formatting support.
13-
- Intellisense-like suggestions for enhanced productivity.
14-
- Expand/collapse functionality for code blocks.
15-
- Customizable language definitions and parsing rules.
16-
- Seamless integration with other Syncfusion controls.
24+
## Output
25+
![WinForms SyntaxEditor](Images/SyntaxEditor_Output.png)
1726

18-
To learn more about the **SyntaxEditor**, visit the official Syncfusion page:
19-
🔗 [Syncfusion SyntaxEditor Overview](https://www.syncfusion.com/winforms-ui-controls/syntax-editor)and implementation guidance, refer to the user guide:
20-
📘 [SyntaxEditor Documentation](https://help.syncfusion.com/windowsforms/syntax-editor/overview)

0 commit comments

Comments
 (0)