Important Notice:

Course Content
Text Editor (Chapter 2) M2-R5.1
About Lesson

Introduction to Text Editor

टेक्स्ट एडिटर एक साधारण कम्प्यूटर प्रोग्राम है। इससे यूजर्स प्लेन टेक्स्ट फाइल में काम करने के साथ बदलाव भी कर सकता है। टेक्स्ट एडिटर को कम्प्यूटर के प्रोग्राम बनाने में भी प्रयोग किया जाता है। इससे वेब पेज के टेम्प्लेट बनाने और हाइपर मार्कअप लैंग्वेज (एचटीएमएल)  प्रोग्राम बनाया और कोड को एडिट किया जाता है। टेक्स्ट एडिटर में प्लेन टेस्क डाला जा सकता है। जिसे वर्ड प्रोसेसर या रिच टेक्स्ट एडिटर में बदला जा सकता है। इस प्रोग्राम से कई फॉन्ट और स्टाइल में काम किया जा सकता है। यह उन्हीं कैरेक्टर्स को डिस्पले करता है जो फाइल मे दिखते हैं, जबकि वर्ड प्रोसेसर स्पेशल फॉरमेटिंग कैरेक्टर जोड़ता है जो डॉक्यूमेंट में दिखाई नहीं देता। एक प्लेन टेक्स्ट एडिटर में टेक्स्ट को बदलने और पिक्चर जोड़ने की शक्ति होती है। बहुत से प्लेन टेक्स्ट एडिटर में विशेषताएं होती हैं। इसमें कट-पेस्ट, कॉपी, बुलेटिन लिस्ट बनाने की क्षमता होती है। कुछ टेक्स्ट एडिटर कोड की एडिटिंग के लिए एडवांस्ड विशेषताएं ऑफर करते हैं। प्रोग्रामर एडवांस्ड टेक्स्ट एडिटर पसंद कर रहे हैं क्योंकि इसके अंदर टेक्स्ट एडिटिंग के लिए जरूरी विशेषताएं होती हैं। टेक्स्ट एडिटर में बड़ी-बड़ी फाइल को आसानी से बहुत जल्दी खोलने और पढ़ने की क्षमता होती है।

वेब और सॉफ्टवेयर डेवलपर मौजूदा कोड में बदलाव करने के लिए टेक्स्ट एडिटर का उपयोग करते हैं या HTML, CSS, जावास्क्रिप्ट, या किसी अन्य प्रोग्रामिंग भाषा का उपयोग करके कोड को स्क्रैच से शुरू करते हैं। कुछ टेक्स्ट एडिटर हैं जैसे- नोट, नोटपैड++, सबलाइम।

Introduction to Text Editor

            A text editor is program that allows us to create, open, view, and edits plain text files. Unlike work processors, text editors do not add much formatting to text, instead focusing on editing functions for plain text.

          Text editors are used by a wide variety of people, for a wide variety of purposes. Software programmers and web developers use text editors to write and edit programs/scripts in programming and markup languages. This is one of the primary purposes of text editors, and many of the features of text editing software are built to help these users read and write code.

Web and software developers use text editors to make changes in the existing code or start code from scratch using HTML, CSS, JavaScript, or any other programming language.

 There are some text editors like- Note, Notepad++, Sublime.

error: Content is protected !!