From af94f8b8680620e2229bb9556bddb63a07783165 Mon Sep 17 00:00:00 2001 From: Ganesh-Mariappan22 Date: Sun, 9 Aug 2026 00:33:53 +0530 Subject: [PATCH] Documentation(1046429) : UG documentation front matter correction for Windows Forms SyntaxEditor Control. --- WindowsForms/Syntax-Editor/Appearance.md | 6 +++--- WindowsForms/Syntax-Editor/Editing.md | 6 +++--- WindowsForms/Syntax-Editor/End-user-Capability.md | 6 +++--- WindowsForms/Syntax-Editor/Export.md | 6 +++--- WindowsForms/Syntax-Editor/Getting-Started.md | 4 ++-- WindowsForms/Syntax-Editor/Intellisense.md | 6 +++--- WindowsForms/Syntax-Editor/Localization.md | 6 +++--- WindowsForms/Syntax-Editor/Overview.md | 6 +++--- WindowsForms/Syntax-Editor/Printing.md | 6 +++--- WindowsForms/Syntax-Editor/Style.md | 6 +++--- WindowsForms/Syntax-Editor/events.md | 6 +++--- WindowsForms/Syntax-Editor/file-operation.md | 6 +++--- WindowsForms/Syntax-Editor/syntax-highlighting.md | 6 +++--- WindowsForms/Syntax-Editor/text-navigation.md | 6 +++--- WindowsForms/Syntax-Editor/text-visualization.md | 6 +++--- 15 files changed, 44 insertions(+), 44 deletions(-) diff --git a/WindowsForms/Syntax-Editor/Appearance.md b/WindowsForms/Syntax-Editor/Appearance.md index db3aca2e4..ead09fa66 100644 --- a/WindowsForms/Syntax-Editor/Appearance.md +++ b/WindowsForms/Syntax-Editor/Appearance.md @@ -1,13 +1,13 @@ --- layout: post -title: Appearance in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Appearance support in Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: Appearance in Windows Forms SyntaxEditor | Syncfusion® +description: Appearance support in Windows Forms SyntaxEditor enables customizing colors, text styles, split views, scrollbars, and other visual elements. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Appearance in Windows Forms Syntax Editor +# Appearance in Windows Forms SyntaxEditor Provides exclusive support to customize the background color, text, margin, split views, scrollbar, etc. User can change the background color of the control. It also supports gradient effects by using the [BackgroundColor](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Edit.EditControl.html#Syncfusion_Windows_Forms_Edit_EditControl_BackgroundColor) property. diff --git a/WindowsForms/Syntax-Editor/Editing.md b/WindowsForms/Syntax-Editor/Editing.md index 676dd42b3..bf30d949d 100644 --- a/WindowsForms/Syntax-Editor/Editing.md +++ b/WindowsForms/Syntax-Editor/Editing.md @@ -1,13 +1,13 @@ --- layout: post -title: Editing in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Editing support in Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: Editing in Windows Forms SyntaxEditor | Syncfusion® +description: Editing support in Windows Forms SyntaxEditor enables efficient text modification, insertion, deletion, selection, and code management features. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Editing in Windows Forms Syntax Editor +# Editing in Windows Forms SyntaxEditor The EditControl allows end users to modify and edit the text documents and source code files. Some of the important features are: diff --git a/WindowsForms/Syntax-Editor/End-user-Capability.md b/WindowsForms/Syntax-Editor/End-user-Capability.md index b59983915..4434eea00 100644 --- a/WindowsForms/Syntax-Editor/End-user-Capability.md +++ b/WindowsForms/Syntax-Editor/End-user-Capability.md @@ -1,13 +1,13 @@ --- layout: post -title: End User Capability in Windows Forms Syntax Editor | Syncfusion -description: Learn about End User Capability support in Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: End User Capability in Windows Forms SyntaxEditor | Syncfusion® +description: End user capabilities in Windows Forms SyntaxEditor include key bindings, find and replace, go-to-line navigation, font settings, and zoom operations. platform: WindowsForms control: Syntax Editor documentation: ug --- -# End User Capability in Windows Forms Syntax Editor +# End User Capability in Windows Forms SyntaxEditor Supports various built-in dialog windows alike Microsoft Visual Studio text editor. diff --git a/WindowsForms/Syntax-Editor/Export.md b/WindowsForms/Syntax-Editor/Export.md index ac5032b4c..3981361c6 100644 --- a/WindowsForms/Syntax-Editor/Export.md +++ b/WindowsForms/Syntax-Editor/Export.md @@ -1,13 +1,13 @@ --- layout: post -title: Export in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Export support in Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: Export in Windows Forms SyntaxEditor | Syncfusion® +description: Export in Windows Forms SyntaxEditor enables exporting editor content with syntax highlighting to XML, HTML, RTF formats, and bitmap images. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Export in Windows Forms Syntax Editor +# Export in Windows Forms SyntaxEditor The EditControl has the ability to export its content with associated syntax highlighting information to XML, HTML, and RTF file formats. diff --git a/WindowsForms/Syntax-Editor/Getting-Started.md b/WindowsForms/Syntax-Editor/Getting-Started.md index 2b492edd8..6a416c4b5 100644 --- a/WindowsForms/Syntax-Editor/Getting-Started.md +++ b/WindowsForms/Syntax-Editor/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with Windows Forms Syntax Editor | Syncfusion -description: Learn here about getting started with Syncfusion Windows Forms Syntax Editor control and more details. +title: Getting Started with Windows Forms SyntaxEditor | Syncfusion® +description: Learn how to get started with the Syncfusion® Windows Forms SyntaxEditor control. Explore setup, features, examples, and customization options. platform: WindowsForms control: SyntaxEditor documentation: ug diff --git a/WindowsForms/Syntax-Editor/Intellisense.md b/WindowsForms/Syntax-Editor/Intellisense.md index 8cf6243ce..87eb32263 100644 --- a/WindowsForms/Syntax-Editor/Intellisense.md +++ b/WindowsForms/Syntax-Editor/Intellisense.md @@ -1,13 +1,13 @@ --- layout: post -title: Intellisense in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Intellisense support in Syncfusion Windows Forms Syntax Editor control and more details. +title: IntelliSense in Windows Forms SyntaxEditor | Syncfusion® +description: IntelliSense in Windows Forms SyntaxEditor provides code completion, context prompts, and customizable pop-up suggestions to improve coding productivity. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Intellisense in Windows Forms Syntax Editor +# IntelliSense in Windows Forms SyntaxEditor The EditControl provides Intellisense pop-up capabilities to add content easily as in Microsoft Visual Studio text editor. diff --git a/WindowsForms/Syntax-Editor/Localization.md b/WindowsForms/Syntax-Editor/Localization.md index 6758ecdab..5a6b588c2 100644 --- a/WindowsForms/Syntax-Editor/Localization.md +++ b/WindowsForms/Syntax-Editor/Localization.md @@ -1,13 +1,13 @@ --- layout: post -title: Localization in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Localization support in Syncfusion Windows Forms Syntax Editor control and more details. +title: Localization in Windows Forms SyntaxEditor | Syncfusion® +description: Localization in Windows Forms SyntaxEditor enables translating dialog boxes, strings, and editor resources into different languages and cultures. platform: windowsforms control: SyntaxEditor documentation: ug --- -# Localization in Windows Forms Syntax Editor +# Localization in Windows Forms SyntaxEditor Localization is the process of translating the application resources into different languages for some specific cultures. The `EditControl` supports complete localization to any desired language of all the dialogs boxes and strings associated with it. It can be localized by using the [ILocalizationProvider](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.ILocalizationProvider.html). diff --git a/WindowsForms/Syntax-Editor/Overview.md b/WindowsForms/Syntax-Editor/Overview.md index 008b27483..491590f17 100644 --- a/WindowsForms/Syntax-Editor/Overview.md +++ b/WindowsForms/Syntax-Editor/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About Windows Forms Syntax Editor control | Syncfusion -description: Learn here all about introduction of Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: About Syncfusion® Windows Forms SyntaxEditor Control | Syncfusion® +description: Learn about the introduction and overview of Syncfusion® Windows Forms SyntaxEditor control, including its features, elements, and capabilities. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Windows Forms Syntax Editor Overview +# About Syncfusion® Windows Forms Syntax Editor Control The [EditControl](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Edit.EditControl.html) is a powerful text-editor control for creating interactive code-editor applications with a rich feature set. It includes editing, syntax highlighting, text indentation, IntelliSense, expand/collapse of code blocks, and custom language configuration similar to the Microsoft Visual Studio Editor. diff --git a/WindowsForms/Syntax-Editor/Printing.md b/WindowsForms/Syntax-Editor/Printing.md index 75563697d..c1065bc6a 100644 --- a/WindowsForms/Syntax-Editor/Printing.md +++ b/WindowsForms/Syntax-Editor/Printing.md @@ -1,13 +1,13 @@ --- layout: post -title: Printing in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Printing support in Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: Printing in Windows Forms SyntaxEditor | Syncfusion® +description: Printing in Windows Forms SyntaxEditor enables printing code and text content with formatting, supporting clear, organized, and readable output. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Printing in Windows Forms Syntax Editor +# Printing in Windows Forms SyntaxEditor Support to print the data displayed in the EditControl by using the [Print](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Edit.EditControl.html#Syncfusion_Windows_Forms_Edit_EditControl_Print) function. It also provides support to display print preview window by calling the [PrintPreview](https://help.syncfusion.com/cr/windowsforms/Syncfusion.Windows.Forms.Edit.EditControl.html#Syncfusion_Windows_Forms_Edit_EditControl_PrintPreview) function. diff --git a/WindowsForms/Syntax-Editor/Style.md b/WindowsForms/Syntax-Editor/Style.md index 8ffe6fa50..8a2033f01 100644 --- a/WindowsForms/Syntax-Editor/Style.md +++ b/WindowsForms/Syntax-Editor/Style.md @@ -1,13 +1,13 @@ --- layout: post -title: Style in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Style support in Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: Style in Windows Forms SyntaxEditor | Syncfusion® +description: Style support in Windows Forms SyntaxEditor enables applying built-in themes and visual styles to customize the editor's appearance and user experience. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Style in Windows Forms Syntax Editor +# Style in Windows Forms SyntaxEditor The EditControl control has rich set of themes for professional representation. You can easily modify the look and feel of the EditControl using the built-in themes. diff --git a/WindowsForms/Syntax-Editor/events.md b/WindowsForms/Syntax-Editor/events.md index ead14fb9d..c4839417e 100644 --- a/WindowsForms/Syntax-Editor/events.md +++ b/WindowsForms/Syntax-Editor/events.md @@ -1,13 +1,13 @@ --- layout: post -title: Events in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Events support in Syncfusion Windows Forms Syntax Editor control, its elements and more details. +title: Events in Windows Forms SyntaxEditor | Syncfusion® +description: Events in Windows Forms SyntaxEditor provide notifications for editing, IntelliSense, code folding, and printing to support custom editor workflows. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Events in Windows Forms Syntax Editor +# Events in Windows Forms SyntaxEditor The `EditControl` is a powerful text editor control to create an interactive code editor applications with its unique feature set. It has many efficient features like editing, syntax highlighting, text indentation, intellisense, expand or collapse a block of code, custom language configuration etc. like in Microsoft Visual Studio Editor. It also provides programmatic access for most of the features like editing, intellisense, expand or collapse a block of code, and printing by raising various events. diff --git a/WindowsForms/Syntax-Editor/file-operation.md b/WindowsForms/Syntax-Editor/file-operation.md index 8e950e737..746b0d79f 100644 --- a/WindowsForms/Syntax-Editor/file-operation.md +++ b/WindowsForms/Syntax-Editor/file-operation.md @@ -1,13 +1,13 @@ --- layout: post -title: File Operation in Windows Forms Syntax Editor control | Syncfusion -description: Learn about File Operation support in Syncfusion Windows Forms Syntax Editor control and more details. +title: File Operation in Windows Forms SyntaxEditor | Syncfusion® +description: File operations in Windows Forms SyntaxEditor enable loading, creating, modifying, saving, and inserting files, supporting efficient file management workflows. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# File Operation in Windows Forms Syntax Editor +# File Operation in Windows Forms SyntaxEditor Supports all file operations like create new, open, or save. diff --git a/WindowsForms/Syntax-Editor/syntax-highlighting.md b/WindowsForms/Syntax-Editor/syntax-highlighting.md index fc628ad1d..d3cc54055 100644 --- a/WindowsForms/Syntax-Editor/syntax-highlighting.md +++ b/WindowsForms/Syntax-Editor/syntax-highlighting.md @@ -1,13 +1,13 @@ --- layout: post -title: Syntax Highlighting in Windows Forms Syntax Editor | Syncfusion -description: Learn about Syntax Highlighting support in Syncfusion Windows Forms Syntax Editor control and more details. +title: Syntax Highlighting in Windows Forms SyntaxEditor | Syncfusion® +description: Syntax highlighting in Windows Forms SyntaxEditor provides color-coded formatting for programming languages, improving code readability and editing efficiency. platform: windowsforms control: SyntaxEditor documentation: ug --- -# Syntax Highlighting in Windows Forms Syntax Editor +# Syntax Highlighting in Windows Forms SyntaxEditor Provides built-in syntax highlighting support for popular languages like C#, VB.NET, XML, HTML, Java, SQL, PowerShell, C, JavaScript, VBScript, and Delphi. diff --git a/WindowsForms/Syntax-Editor/text-navigation.md b/WindowsForms/Syntax-Editor/text-navigation.md index d151ad90f..2ad4908f3 100644 --- a/WindowsForms/Syntax-Editor/text-navigation.md +++ b/WindowsForms/Syntax-Editor/text-navigation.md @@ -1,13 +1,13 @@ --- layout: post -title: Text Navigation in Windows Forms Syntax Editor control | Syncfusion -description: Learn about Text Navigation support in Syncfusion Windows Forms Syntax Editor control and more details. +title: Text Navigation in Windows Forms SyntaxEditor | Syncfusion® +description: Text navigation in Windows Forms SyntaxEditor enables movement by character, word, line, page, block, and document levels for efficient code navigation. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Text Navigation in Windows Forms Syntax Editor +# Text Navigation in Windows Forms SyntaxEditor The EditControl offers extensive support for text navigation. You can perform navigation at the character, word, line, page, or entire document levels. This section briefly explains navigation of text in the EditControl. diff --git a/WindowsForms/Syntax-Editor/text-visualization.md b/WindowsForms/Syntax-Editor/text-visualization.md index 959823097..5b3c5d638 100644 --- a/WindowsForms/Syntax-Editor/text-visualization.md +++ b/WindowsForms/Syntax-Editor/text-visualization.md @@ -1,13 +1,13 @@ --- layout: post -title: Text Visualization in Windows Forms Syntax Editor | Syncfusion -description: Learn about Text Visualization support in Syncfusion Windows Forms Syntax Editor control and more details. +title: Text Visualization in Windows Forms SyntaxEditor | Syncfusion® +description: Text visualization in Windows Forms SyntaxEditor enhances code readability through syntax highlighting, line formatting, and visual text presentation features. platform: WindowsForms control: SyntaxEditor documentation: ug --- -# Text Visualization in Windows Forms Syntax Editor +# Text Visualization in Windows Forms SyntaxEditor Various text visualization features of EditControl is elaborated under the following topics.