Skip to content

Releases: KnoP-01/rapid-for-vim

rapid_for_vim_v226_20220105

05 Jan 10:21
Compare
Choose a tag to compare

rapid_for_vim_v225_20211223

23 Dec 23:20
Compare
Choose a tag to compare
  • Add tool change and some other missing instructions and datatypes
  • Add some missing conveyor tracking instructions
  • Add rapid numbers in Dec-, Hex-, Oct- and Bin-format
  • Fix concealing of structure values
  • Use quickfixtextfunc instead of temp file to modify the quickfix
    window
  • Raise chars of shortened path in quickfix window from 3 to 5 for
    readability
  • Fix false highlight if a ] is part of a string in a struct
  • Change highlight of config header
  • Optimize 'path' generation
  • Enable spell checking only for comments and strings
  • Fix false highlight of the end of rapidStructVal

rapid_for_vim_v222_20201222

22 Dec 05:47
Compare
Choose a tag to compare
  • Updt to RW6.10; add missing commands, functions and data types and constants
  • Add more commands, functions and data types and constants of optional technology
  • Allow umlauts
  • Set 'fileencoding' = latin1 (even if Robot Studio accepts UTF8, the robot itself does not!)
  • Fix highlight of struct which span over lines
  • Add endwise (tpope) support
  • Support ]],[[... for .cfg files
  • Make mappings for conceal structs work if g:rapidConcealStructs=0
  • Highlight of conditional argument
  • Highlight -name strings longer than 32 chars as error
  • Refactor indent file

rapid_for_vim_v211_20191212

13 Dec 15:55
Compare
Choose a tag to compare
  • enable most features by default
  • add text objects for Proc/Func/Trap.. and comment blocks
  • [[, [], ... work in operator pending mode
  • add commands/types of some technology packages
  • fix bug where unnamed buffers are created for each use of gd, f and u
  • add EIO.cfg etc to 'complete', customizable (see :help rapid-complete)
  • restructure help

rapid_for_vim_v155_20180323

23 Mar 11:46
Compare
Choose a tag to compare
  • added text objects for functions (depends on g:rapidMoveAroundKeyMap: set this option to 2 to get the textobjects)
    af (around function): from proc, func, trap or record to endproc et al.
    aF: as af but includes all comments directly above proc et al. and one empty line after endproc et al.
    if (inner function): from one line after proc et al. to one line before endproc et al.
  • made label highlighting more consistent

rapid_for_vim_v153_20171223

23 Dec 01:25
Compare
Choose a tag to compare
  • changes in help file
  • highlight procs and vars >32 char as error