farshid75z
Structural
- Aug 26, 2010
- 3
Hi,
Notepad++ is my text editor of choice for many projects, but for ABAQUS input files, it does not do the code folding, as discussed in the following thread:
thread799-324132
Since the thread is closed now, I put my solution here. For the moment, I use the Sc1 from Scintilla project (FYI, Scintilla is the text-editing library behind several editors, including Notepad++):
[URL unfurl="true"]http://www.scintilla.org/SciTEDownload.html
[/url]
Download the single 720KB executable file for Windows. Apparently, it is not as feature-rich as Notepad++, but it does the syntax highlighting plus code folding for .inp files. The only issue on my Win7x64 machine is when I fold the blocks individually it freezes. If this happens to you, select "Toggle all folds" from "View" menu, and everything should work fine.
Do you know any other editor for this purpose? Or preferably a solution using Notepad++?
Kind regards,
Farshid
Notepad++ is my text editor of choice for many projects, but for ABAQUS input files, it does not do the code folding, as discussed in the following thread:
thread799-324132
Since the thread is closed now, I put my solution here. For the moment, I use the Sc1 from Scintilla project (FYI, Scintilla is the text-editing library behind several editors, including Notepad++):
[URL unfurl="true"]http://www.scintilla.org/SciTEDownload.html
[/url]
Download the single 720KB executable file for Windows. Apparently, it is not as feature-rich as Notepad++, but it does the syntax highlighting plus code folding for .inp files. The only issue on my Win7x64 machine is when I fold the blocks individually it freezes. If this happens to you, select "Toggle all folds" from "View" menu, and everything should work fine.
Do you know any other editor for this purpose? Or preferably a solution using Notepad++?
Kind regards,
Farshid