ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

UNIFA

by sal0max ALL

A collection of plugins for Sublime Text to ease working in the UNIFA Environment.

Details

  • 1.12.1
  • github.​com
  • github.​com
  • 5 years ago
  • 42 minutes ago
  • 11 years ago

Installs

  • Total 102
  • Win 60
  • Mac 26
  • Linux 16
Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Sublime UNIFA

A collection of tools for Sublime Text to ease working in the UNIFA Environment.

Features

Syntax highlighting for

  • trace.ufa files
  • ufalistmsg output
  • Message Catalog files, used by ufalistmsg
  • .bs2log BS2000 access logs
  • .SQL.LOG and .SQL.WV.LOG Maintain-DB logs
  • UNIFA MLS (UNIFA Map/List/String), as written by Java 'toString()'

Snippets

Snippets for code-section and code-subsection -headers.

These are activated via /*==<tab> or /*--<Tab> respectively.

Plugin: trace.ufa-indenter

trace.ufa files are hard-wrapped at 80 characters per line. The indenter removes those wraps without messing up pre-formatted blocks (like interface descriptions).

  • It can be accessed
    • via the Command Palette and typing UNIFA: Indent UNIFA-Trace
    • or in the menu: Selection > Format > Indent UNIFA-Trace
  • When no text is selected the entire file will get formatted. If some text is selected, only that part will get indented.

Screenshots

Screenshot

Installation

Installation through package control is recommended. It will handle updating your packages as they become available. To install, do the following.

  • In the Command Palette, enter Package Control: Install Package
  • Search for UNIFA

License

Copyright 2014-2017 MSal.

Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.