Notepad++ with Abaqus Language Keyword and Highlighting
Notepad++ with Abaqus Language Keyword and Highlighting
(OP)
Has anyone successfully used Notepad++ to highlight and Collapse/Fold Abaqus input files?
INTELLIGENT WORK FORUMS
FOR ENGINEERING PROFESSIONALS Come Join Us!Are you an
Engineering professional? Join Eng-Tips Forums!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail. Posting GuidelinesJobs |
Notepad++ with Abaqus Language Keyword and Highlighting
|
RE: Notepad++ with Abaqus Language Keyword and Highlighting
http://www.eng-tips.com/faqs.cfm?fid=376
RE: Notepad++ with Abaqus Language Keyword and Highlighting
This is what Marian asked me to do:
Visit: http://sourceforge.net/apps/mediawiki/notepad-plus...
Then, start Notepad++ => "View" => "User Defined Dialogue.."
Next, import the downloaded file (userDefineLang.xml). In the "User Language" drop-down menu, you should now see Abaqus, which you are free to edit.
~!ce.
http://www.eng-tips.com/faqs.cfm?fid=376
RE: Notepad++ with Abaqus Language Keyword and Highlighting
With a bit of research I found the following discussion on adding Abaqus as a language
https://sourceforge.net/projects/notepad-plus/foru...
Notepad++ can be downloaded here
http://notepad-plus-plus.org/resources.html
The source code can be found here
http://download.tuxfamily.org/notepadplus/6.1.3/np...
I also found this site which talks about the Abaqus lexer that was written. I don’t know if it requires a rebuild with the changed/added files or what
http://scintilla.bzr.sourceforge.net/bzr/scintilla...
Here is the readme file from the source code on how to generate binaries (attached)
I am not a programmer so any programmer out there that wants to take a look at doing this...