Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamesmaguire/language-opensees
Atom text editor package that provides syntax highlighting and auto-completion for OpenSees tcl scripts.
https://github.com/jamesmaguire/language-opensees
Last synced: about 1 month ago
JSON representation
Atom text editor package that provides syntax highlighting and auto-completion for OpenSees tcl scripts.
- Host: GitHub
- URL: https://github.com/jamesmaguire/language-opensees
- Owner: jamesmaguire
- Created: 2016-10-27T22:41:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-04T22:12:51.000Z (about 8 years ago)
- Last Synced: 2024-08-02T19:01:31.846Z (5 months ago)
- Homepage:
- Size: 259 KB
- Stars: 1
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-opensees - Atom Language Package - An [Atom](https://atom.io/) text editor package that provides syntax highlighting and auto-completion for OpenSees tcl scripts. ![oss][oss] (Editor Plugin)
README
# language-opensees package
Atom text editor package that provides syntax highlighting and auto-completion for OpenSees tcl scripts.
## Autocompletion
Includes autocompletion support for common OpenSees commands.Starting a new model from scratch? Use the template snippet to easily get started:
Find links to the OpenSees documentation with the Link snippet:
## Supported OpenSees commands
This is a list of the currently supported OpenSees functions for syntax highlighting. Most of these also have snippets for autocompletion.### Modelling commands
- model
- node
- element
- uniaxialMaterial
- fix, fixX, fixY, fixZ
- equalDOF
- rigidDiaphragm
- rigidLink
- timeSeries
- pattern
- load
- eleLoad
- sp
- groundMotion
- imposedMotion
- section
- fiber
- patch
- layer### Analysis commands
- constraints
- numberer
- system
- test
- algorithm
- integrator
- analysis
- eigen
- analyze### Output commands
- eleNodes
- eleResponse
- getEleTags
- getNodeTags
- getTime
- logFile
- nodeAccel
- nodeBounds
- nodeCoord
- nodeDisp
- nodeEigenvector
- nodeVel
- printA
- recorder, record### Misc commands
- exit
- loadConst
- remove
- reset
- setMaxOpenFiles
- setTime
- testIter
- testNorms
- wipe
- wipeAnalysis