Text editor: Difference between revisions
Jump to navigation
Jump to search
Note:Heavy Text Editors are designed for big programming projects, such as building off of a Source branch.
PersonMeetup (talk | contribs) mNo edit summary |
PersonMeetup (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
__NOTOC__ | |||
{{stub}} | {{stub}} | ||
There are loads of | There are loads of text editing applications [[wiki:List of text editors|out there]], but some ''are'' actually more useful than others depending on the use case. We'll be focusing on uses in Source for our use case, however. | ||
* [[wikipedia:Microsoft_Notepad|Notepad]] | |||
* [[Notepadpp VDF languages|Notepad++]] | == Light Editing == | ||
* [[wikipedia:Microsoft_Notepad|Notepad]] - A very, very basic but it does come ready-installed with Windows OS. | |||
* [[Notepadpp VDF languages|Notepad++]] - An open-source text editor with some very helpful tools and plugins for Source modding. It is free to download. | |||
* [[Highlighting and Compiling QCs with ConTEXT|ConTEXT]] | * [[Highlighting and Compiling QCs with ConTEXT|ConTEXT]] | ||
* [[wikipedia:AkelPad|AkelPad]] — Excellent replacement for Notepad, with plugins and C/C++/other languages code support (HighLight and Autocomplete plugins). | * [[wikipedia:AkelPad|AkelPad]] — Excellent replacement for Notepad, with plugins and C/C++/other languages code support (HighLight and Autocomplete plugins). | ||
* [[wikipedia:Visual_Studio_Code|Visual Studio Code]] — Simular to Notepad++, with a built-in marketplace to download plugins for both coding and the editor itself. | * [[wikipedia:Visual_Studio_Code|Visual Studio Code]] — Simular to Notepad++, with a built-in marketplace to download plugins for both coding and the editor itself. | ||
It's also worth mentioning that [[VTFEdit|VTFEdit]] has text editing functionality for .vmt files. | It's also worth mentioning that [[VTFEdit|VTFEdit]] has text editing functionality for .vmt files. | ||
=== Uses === | |||
Light Text Editors should be used for the following Source file extensions: | |||
== Uses == | |||
* [[Txt|.txt]] (!) | * [[Txt|.txt]] (!) | ||
* [[:category:QC Commands|.qc]] | * [[:category:QC Commands|.qc]] | ||
Line 19: | Line 20: | ||
* [[FGD|.fgd]] | * [[FGD|.fgd]] | ||
* [[MANIFEST|.manifest]] | * [[MANIFEST|.manifest]] | ||
== Heavy Editing == | |||
{{note|Heavy Text Editors are designed for big programming projects, such as building off of a Source branch.}} | |||
{{todo|Add more text editors?}} | |||
* [[wikipedia:Microsoft_Visual_Studio|Visual Studio]] | |||
== See Also == | |||
*[[:category:Programming|Programming]] |
Revision as of 09:56, 25 May 2020
There are loads of text editing applications out there, but some are actually more useful than others depending on the use case. We'll be focusing on uses in Source for our use case, however.
Light Editing
- Notepad - A very, very basic but it does come ready-installed with Windows OS.
- Notepad++ - An open-source text editor with some very helpful tools and plugins for Source modding. It is free to download.
- ConTEXT
- AkelPad — Excellent replacement for Notepad, with plugins and C/C++/other languages code support (HighLight and Autocomplete plugins).
- Visual Studio Code — Simular to Notepad++, with a built-in marketplace to download plugins for both coding and the editor itself.
It's also worth mentioning that VTFEdit has text editing functionality for .vmt files.
Uses
Light Text Editors should be used for the following Source file extensions:
Heavy Editing

Todo: Add more text editors?