Click on the package to download.
sco.zip |
4.02 |
2007-08-08 |
7.0 |
Mykola Golubyev |
Mark with command ability added.
open sco_command_feature.sco from sco.zip arhcive with vim to read about new feature.
Bug fix with sco options parse. |
sco.zip |
4.01 |
2007-08-08 |
7.0 |
Mykola Golubyev |
small bug fix. remove error messages that wasn't at previous versions. |
sco.zip |
4.0 |
2007-08-08 |
7.0 |
Mykola Golubyev |
Mark with command ability added.
open sco_command_feature.sco from sco.zip arhcive with vim to read about new feature. |
sco.zip |
3.3 |
2007-07-19 |
7.0 |
Mykola Golubyev |
result output headers changed to be with tags: information. SCOSaveSearch rewrited to work faster and without bugs. changed colors for tag list in tags: line |
sco.zip |
3.241 |
2007-05-17 |
7.0 |
Mykola Golubyev |
:SCOSaveSearch bugged on linux. Fixed. Please check. |
sco.zip |
3.24 |
2007-05-17 |
7.0 |
Mykola Golubyev |
:SCOMarkSmart changed to work with :g/pattern/SCOMarkSmart. :SCOSaveSearch (c<space>s by default) command added to store all lines with last pattern to sco buffer as marks. create new .sco file and read help. |
sco.zip |
3.2 |
2007-04-02 |
7.0 |
Mykola Golubyev |
:AppendPlace added. Select place where you want to add marks in sco file. Execute :AppendPlace on any line in sco buffer. Every :AddMark[Smart] will add marks staring from that line and exactly in that sco buffer.
sco_keys.vim added to change hot keys. |
sco.vim |
3 |
2007-03-30 |
7.0 |
Mykola Golubyev |
:TransferToMarks command to convert back trace ( tested on gdb ) to smart marks. Create new sco file and read help |
sco.vim |
2.92 |
2007-03-28 |
7.0 |
Mykola Golubyev |
:SCOReMark added ( c<Space>r ) to point current mark to another place: for repair broken marks |
sco.vim |
2.9 |
2007-03-21 |
7.0 |
Mykola Golubyev |
:FileNameCaption added ( create new .sco file ( [g]vim newfile.sco ) and read help ) |
sco.vim |
2.81 |
2007-02-21 |
7.0 |
Mykola Golubyev |
remove bug with :SCONext in cases when there is only one .sco file in buffer list and it is first |
sco.vim |
2.8 |
2007-02-05 |
7.0 |
Mykola Golubyev |
added :header highlight for use with tagscan.vim |
sco.vim |
2.7 |
2007-02-02 |
7.0 |
Mykola Golubyev |
Added highlight for records like
tags: tag1, tag2, tag3
tags: create, gui, file
to use with tagscan.vim |
sco.vim |
2.6 |
2007-01-29 |
7.0 |
Mykola Golubyev |
:SCOPrevious :SCONext commands added to switch between different sco buffers ( interfaces.sco; bugs.sco; breakpoints.sco; etc.. ) Map them on <C-Left> <C-Right> for example.
Create new sco file and read help. |
sco.vim |
2.5 |
2007-01-22 |
7.0 |
Mykola Golubyev |
Select several lines in sco buffer (visual mode) and press 'o'.
Try it.
( Create new .sco file and read help ) |
sco.vim |
2.41 |
2007-01-15 |
7.0 |
Mykola Golubyev |
Removed bug with smart mark lines with '||' symbol |
sco.vim |
2.4 |
2006-12-13 |
7.0 |
Mykola Golubyev |
added useful commands
:SCOUp
:SCODown
( create new .sco file and read help )
Map them for example to <C-Up> and <C-Down> for fast browsing |
sco.vim |
2.3 |
2006-10-20 |
7.0 |
Mykola Golubyev |
:SCOTag 'tag_regexp' - add tags information to sco buffer.
:SCOTag '' - add information about tag under cursor (c<Space>t) |
sco.vim |
2.2 |
2006-10-18 |
7.0 |
Mykola Golubyev |
Command :SCOClassInfo '' generate information about all classes.
Fix Bug with "can't find pattern" (unescape '/' symbol when jump to tag) |
sco.vim |
2.1 |
2006-10-16 |
7.0 |
Mykola Golubyev |
Added command :SCOClassInfo 'class[stuct]name' which build tree info (members, methods, inner classes with methods and members) about class. Command used tag file builded with ctags. Tested for c++. Execution of this command can take some time. Create new .sco file and set parametr tags_db equal to path for your tag file.
|
sco.vim |
2.0 |
2006-10-06 |
7.0 |
Mykola Golubyev |
New appearance of smart marks. New appearance of folds at all.
Added captions to smart marks. Added hot keys to work in visual mode. Create new file with sco extension and read help |
sco.vim |
1.1.1 |
2006-10-05 |
7.0 |
Mykola Golubyev |
Fix bug. Smart marks didn't worked at lines with " * [ ] " symbols |
sco.vim |
1.1 |
2006-10-03 |
7.0 |
Mykola Golubyev |
New kind of marks added (smart marks).
:Allign command added. (create new sco file and read help for details) |
sco.vim |
1.0 |
2006-09-26 |
7.0 |
Mykola Golubyev |
Rewrited in pure vim language. Not need vim's perl support. Not need vim's cscope support.
Added auto align of marks. |