Managed Projects

Showing page 1 of 2

Lua/APR is a binding of the Apache Portable Runtime (APR) for the Lua programming language. APR powers software such as the Apache webserver and Subversion and Lua/APR makes the APR operating system interfaces available to Lua, serving as an extended standard library.

4.0
   
  0 reviews  |  1 user  |  12,746 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 

Automated tag file generation and syntax highlighting of tags in Vim

0
 
  0 reviews  |  1 user  |  2,013 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 

A client for Music Player Daemon that fills your playlist based on similar artists from Last.fm

0
 
  0 reviews  |  0 users  |  1,558 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 

The notes.vim plug-in for the Vim text editor makes it easy to manage your notes in Vim.

0
 
  0 reviews  |  0 users  |  2,757 lines of code  |  3 current contributors  |  Analyzed 3 days ago
 
 

The Lua file type plug-in for Vim makes it easier to work with Lua source code in Vim by providing the following features: - the gf (go to file) mapping knows how to resolve Lua module names using package.path - Vim follows dofile(), loadfile() and require() calls when looking for identifiers ... [More] in included files - when you save a Lua script the syntax is automatically checked - F1 on a Lua function or method call will jump to the Lua Reference for Vim - Control-X Control-U supports completion of Lua 5.1 keywords, global variables and library members - Control-X Control-O supports dynamic completion of installed modules and their fields - Custom text-objects and the % mapping enable jumping between blocks and functions [Less]

0
 
  0 reviews  |  0 users  |  1,693 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

The session.vim plug-in improves upon Vim's built-in :mksession command by enabling you to easily and (if you want) automatically persist and restore your Vim editing sessions. It works by generating a Vim script that restores your current settings and the arrangement of tab pages and/or split windows and the files they contain.

0
 
  0 reviews  |  0 users  |  1,570 lines of code  |  2 current contributors  |  Analyzed 6 days ago
 
 

This plug-in improves the integration between Vim and your operating system: - The :Fullscreen command and F11 mapping toggle Vim between normal and full-screen mode - The :Maximize command and Control-F11 mapping toggle Vim between normal/maximized state: They show/hide the menu bar, tool ... [More] bar and/or tab line - The :Open command and mapping know how to open file and directory names, URLs and e-mail addresses in your favorite programs (file manager, web browser, e-mail client, etc) - The xolox#shell#execute() function enables other Vim plug-ins to execute external commands in the background (i.e. asynchronously) without opening a command prompt window on Windows Two Windows DLL files are included to perform these functions on Windows, while on UNIX external commands are used. [Less]

0
 
  0 reviews  |  0 users  |  1,156 lines of code  |  1 current contributor  |  Analyzed 6 days ago
 
 

The reload.vim plug-in automatically reloads various types of Vim scripts as you're editing them in Vim to give you instant feedback on the changes you make. Automatic reloading of Vim scripts is currently supported for the following types of scripts: - Standard plug-ins - Auto-load ... [More] scripts - File-type plug-ins - Syntax highlighting scripts - File-type indentation plug-ins - Color scheme scripts You're free to change the 'runtimepath' and reloading will still work. Note that vimrc scripts are not reloaded because that seems to cause more trouble than it's worth... [Less]

0
 
  0 reviews  |  0 users  |  1,075 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

The Vim plug-in luainspect.vim uses the LuaInspect tool to (automatically) perform semantic highlighting of variables in Lua source code. It was inspired by lua2-mode (for Emacs) and the SciTE plug-in included with LuaInspect. In addition to the semantic highlighting the following features are ... [More] currently supported: - renames the variable under the text cursor - gd (in normal mode) with the text cursor on a variable jumps to its declaration - in graphical Vim variables have tool tips - the variable under the text cursor can be highlighted - wrong argument counts for functions are marked - warnings from static analysis are shown in a location list window - syntax errors are visually marked as spelling errors [Less]

0
 
  0 reviews  |  0 users  |  1,409 lines of code  |  1 current contributor  |  Analyzed 3 days ago
 
 

A plug-in for the Vim text editor that provides context-sensitive documentation for Python source code.

0
 
  0 reviews  |  0 users  |  820 lines of code  |  1 current contributor  |  Analyzed 9 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.