当您正在寻找免费的文本处理软件时,Notepad++或Sublime Text对任何类型的编程都很方便。但是,如果您想尝试新的东西并且不想在脚本中使用传统的应用程序,您可以查看SciTE,这是一个任何人都可以使用的免费文本处理软件。让我们来看看这个免费的Windows(Windows)开源工具的所有特性和功能。
SciTE 评论
SciTE的功能非常少,但由于用户界面整洁干净,因此在编写任何脚本时都将获得零混乱。(Zero-clutter)最好的事情是您不需要安装此软件,因为它是便携式软件。谈到可用功能,您可以在此工具中找到以下功能。
- 导出为 PDF :除了(Export as PDF)SciTE之外,几乎没有任何文本处理工具可以让您这样做。您可以将任何代码导出为可移植文档格式(Document Format)。
- 加载以前打开的文件(Load previously opened file):Notepad++ 有这个功能,这对任何用户都很有用。您可以直接从文件(FILE)菜单打开以前打开的文件。
- 复制文件路径(Copy file path):如果您打开了一个文件,但您不记得文件路径,您可以从同一个面板复制。稍后,您可以将该路径粘贴到文件资源管理器(File Explorer)中并相应地打开文件。
- 注释(Comment):对于脚本中的注释,您需要包含“/* */”。但是,如果您使用此工具,则不必手动包含这些符号。
- 在文件中查找(Find in files):假设您有 30 个文件并且您想要查找特定文本。为此,您可以使用“在文件中(Files)查找(Find)”选项。除了在特定文件中查找文本或单词外,您还可以选择一个目录,该应用程序将在这些文件中找到所需的单词。
- 书签行(Bookmark lines):您可以为任何代码中的任何链接添加书签。因此,您可以使用特定选项展开所有书签。
- 语言支持(Language support):您可以找到 C、C++、C#、CSS、Java、JavaScript、PHP、Python、Ruby等语言支持。根据语言选择,它将显示语法。
如何在 Windows 上安装 SciTE
如前所述,您不必在您的机器上安装此工具,因为它是一个便携式软件。只需(Simply)单击可执行文件即可启动它。
要打开任何文件,请转到File > Open。要创建新文件,请选择File > New。
要导出任何文件,您可以转到File > Export > as HTML/RTF/PDF/LaTex/XML。
您可以从该列表中选择任何格式。
要执行常规搜索,您需要转到Search > Find。您会找到一个空框,您可以在其中包含您的“单词”。之后,它将开始自动搜索文本。
程序员的文本处理(Processing)软件
如果要在多个文件或目录中搜索,可以导航到Search > Find in Files。
之后,您需要输入要查找的所需文本、文件格式或扩展名以及目录路径。您将获得另外两个选项,即“仅匹配(Match)整个单词”和“区分大小写”(Case)。设置搜索后,单击查找(Find )按钮。
要选择一种语言及其语法,有一个名为Language的选项。单击此按钮后,您会发现一些语言,如PHP、CSS、Ruby等。您可以根据您正在编写或编辑的脚本选择任何语言,它会显示该语言的语法。
希望这个简单的工具对您有所帮助。如果你喜欢,你可以从scintilla.org下载。
SciTE is a free Text Processing software for Programmers
When you are looking for a free text proсessing software, Notepad++ or Sublime Text comes handy for any kind of programming. However, if you want to try something new and do not want to use traditional apps for your scripts, you can check out SciTE, which is a free text processing software that can be used by anyone. Let’s check out all the features and functionalities of this free open source tool for Windows.
SciTE review
SciTE comes with very few features but, as the user interface is neat and clean, you will get Zero-clutter when writing any script. The best thing is you do not need to install this software because it is a portable software. Talking about available features, you can find the following features in this tool.
- Export as PDF: Almost no text processing tool lets you do that except SciTE. You can export any code to Portable Document Format.
- Load previously opened file: Notepad++ has this feature, and this is useful for any user. You can open previously opened files right from the FILE menu.
- Copy file path: If you have opened a file, but you do not remember the file path, you can copy from the same panel. Later, you can paste that path in File Explorer and open the file accordingly.
- Comment: For comment in a script, you need to include “/* */”. However, if you use this tool, you do not have to include those symbols manually.
- Find in files: Let’s assume that you have thirty files and you want to find out a particular text. For that, you can utilize the Find in Files option. Apart from finding text or word in a specific file, you can choose a directory, and this app will find out the desired word in those files.
- Bookmark lines: You can bookmark any link in any code. Therefore, you can expand all the bookmarks using a particular option.
- Language support: You can find language support such as C, C++, C#, CSS, Java, JavaScript, PHP, Python, Ruby, and so on. Based on the language selection, it will show the syntax.
How to install SciTE on Windows
As mentioned before, you do not have to install this tool on your machine because it is a portable software. Simply click on the executable file to launch it.
To open any file, go to File > Open. To create a new file, select File > New.
To export any file, you can go to File > Export > as HTML/RTF/PDF/LaTex/XML.
You can choose any format from that list.
To perform a regular search, you need to go to Search > Find. You will find an empty box, where you can include your ‘word’. After that, it will start searching for the text automatically.
Text Processing software for Programmers
If you want to search in multiple files or a directory, you can navigate to Search > Find in Files.
Following that, you need to enter the desired text that you want to find, files format or extension, and directory path. You will get two more options, i.e., Match whole word only and Case sensitive. After setting up the search, click the Find button.
To select a language and it’s syntax, there is an option called Language. After clicking this button, you will find some languages like PHP, CSS, Ruby, etc. You can choose any language based on the script you are writing or editing, and it will show the syntax of that language.
Hope this simple tool would be helpful for you. If you like, you can download it from scintilla.org.