Tags : Browse Projects

Select a tag to browse associated projects and drill deeper into the tag cloud.

Gedit plugin for pylint

Compare

  No analysis available

This plugin uses pylint to check Python code of the active document and display the result in the bottom panel. The affected lines are highlighted in color. For gedit 2 use version 1.1, since version 2.0 the plugin is for gedit 3. This project is a fork of ... [More] https://live.gnome.org/Gedit/PylintPlugin. This project is part of Gedit BC Developer Plugins: https://launchpad.net/~gedit-bc-dev-plugins The PPA there contains the packages for Ubuntu. [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: gpl3_or_l...

lua.vim

Compare

  Analyzed about 1 hour 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]

1.14K lines of code

0 current contributors

almost 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

luainspect.vim

Compare

  Analyzed about 6 hours 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]

1.94K lines of code

0 current contributors

about 11 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This

LXSH

Compare

  Analyzed 1 day ago

Lexing & Syntax Highlighting in Lua LXSH is a collection of lexers and syntax highlighters written in Lua using the excellent pattern-matching library LPeg. Several syntaxes are currently supported: Lua, C, BibTeX and shell script. The syntax highlighters support three output formats: HTML ... [More] designed to be easily embedded in web pages, LaTeX which can be used to generate high quality PDF files and RTF which can be used in graphical text editors like Microsoft Word and LibreOffice (formerly OpenOffice). Three predefined color schemes are included. [Less]

3.44K lines of code

0 current contributors

over 13 years since last commit

0 users on Open Hub

Inactive
0.0
 
I Use This