Skip to content

michelebucelli/dealii-prm-tree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dealii-prm-tree package

A tree view to navigate deal.ii parameter files.

How to use

  • use the Atom command dealii-prm-tree:toggle (default shortcut: ctrl+alt+p) to toggle the parameter tree panel;
  • collapse or expand subsections in the tree by clicking on their name;
  • jump to the definition of parameters in the prm file by clicking on their name.

It is possible that section names, parameter names or parameter values with "special" characters (not alphanumeric, not dash, dot, comma, colon or underscore) will not be recognized. If that occurs in a reasonable case, please report it in an issue.

Issues

Please use the Github issue tracker to report bugs, request features or leave any feedback.

License

GNU GPL 3.0


Recommended package: language-dealii-prm.

This package was inspired by the Latex Tree package, both in terms of concept and implementation.