Skip to content

OLD FDSSyntaxHighlighting

Ruggero edited this page Nov 27, 2019 · 1 revision

Syntax highlighting is a feature of some text editors that display text in different colors and fonts according to the category of terms. This page lists various sources for FDS syntax highlighting applied to text editors.

https://lh5.googleusercontent.com/_iTIkwVoSUm0/TXeUFa-EkjI/AAAAAAAAAcQ/CBnI6aioMaI/s512/gedit%20syntax%20high.png


Gedit text editor

Gedit is the official text editor of the Gnome desktop environment, that comes preinstalled in many Linux distributions.

Download Gedit for Linux, Mac OSX, and MS Windows from: http://projects.gnome.org/gedit/index.html

Download the plugin from link

This plugin is released under the GNU General Public License (GPL).

Extract the zipped file and copy its contents to the following directory: ~/.local/share/. Now you can run the gedit editor.

Notepad++ text editor

Download Notepad++ for MS Windows from: http://notepad-plus-plus.org/

Download the plugin from: http://code.google.com/p/blenderfds/downloads/list

This plugin is released under the GNU General Public License (GPL) by Dipl.-Ing. M.Kitzlinger, Technische Universitaet Darmstadt, Institut fuer Numerische Methoden und Informatik im Bauwesen,

To install it:

  1. Open Notepad++
  2. Open the User-Defined Dialog e.g. via View-menu.
  3. Press import-button and select the downloaded file.
  4. Restart Notepad++

Vim text editor

Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems.

Download Vim from: http://www.vim.org

Here is a syntax highlighting building script provided by Andrew Louie: https://sites.google.com/site/louiea/vimsyntaxfileforfds

If you use Vim, you do not need too many explanations... ;-)

Fraise (former Smultron) text editor

This plugin updates the list of Fraise syntax definitions. Do not hesitate to contact its developer in case of problems: parsipal@gmail.com.

Download Fraise for Mac OSX from: http://www.fraiseapp.com/

Download the plugin from:

This plugin is released under the GNU General Public License (GPL).

To install it:

  1. Download and install Fraise text editor.
  2. Quit Fraise before start installation process.
  3. Finder > Go > Application > Fraise.app, then right click on it and choose explore contained.
  4. Open the Resource directory;
  5. Overwrite the SyntaxDefinitions.plist;
  6. Open Syntax Definitions directory;
  7. Copy fds.plist into it;
  8. Now start Fraise and load any FDS input file.