Text editor: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (fix link to notepad)
mNo edit summary
Line 5: Line 5:
* [[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.
It's also worth mentioning that [[VTFEdit|VTFEdit]] has text editing functionality for .vmt files.





Revision as of 19:51, 24 May 2020

Stub

This article or section is a stub. You can help by expanding it.

There are loads of simple text editing applications out there, but some are actually more useful than others.

  • Notepad is very, very basic but it does come ready-installed with Windows OS.
  • Notepad++ is 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

Whatever your favourite text editor might be, you will want to use it to open a number of different Source file extensions: