Search Results for "notepad++ plugin vim" - Page 3

Showing 157 open source projects for "notepad++ plugin vim"

View related business solutions
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • A CRM and Sales Data Management Platform for Multi-Line Sales Teams Icon
    A CRM and Sales Data Management Platform for Multi-Line Sales Teams

    The CRM, sales reporting, and commission tracking tool uniquely tailored to the needs of manufacturers, sales reps, and distributors.

    Repfabric is a customer relationship management (CRM) software designed specifically for multi-line sales teams (i.e. reps, distributors, wholesalers, dealers, and manufacturers). It streamlines and simplifies the sales process by providing deep integration with email, contacts, calendars, and deal tracking. The platform enables users to track commissions from CRM to sale, make updates directly from mobile devices, and document sales calls using voice-to-text features.
  • 1
    Vi Vim for netbeans

    Vi Vim for netbeans

    vi vim plugin for netbeans

    Vi Vim Plugin for Netbeans. Enhancement netbeans' editor. Moved to https://github.com/ijkerme/viex
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    vimagit

    vimagit

    Ease your git workflow within Vim

    ... at hunk level. Interactively stage/unstage/discard changes with one key press. Stage/unstage at file/hunk/line level. Write the commit message in the same buffer. From a hunk in magit buffer, jump to the file at the diff position. 100% VimL plugin, no external dependency (except git of course). Enhanced by external plugins: vim-gitgutter vim-airline. Stable. All features are tested in continuous integration.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    Notepad++ console plugin

    Notepad++ console plugin

    NppConsole is a workaround for windows console. After double click in the console window, it will activate the document with the name found in the clicked line. You can specify a pattern for line number to search after file name in the form ${LINE}. With best regards, M.Pobojnyj
    Downloads: 6 This Week
    Last Update:
    See Project
  • 4
    Vrapper

    Vrapper

    Vim-like editing in Eclipse

    Vrapper is an eclipse plugin which acts as a wrapper for existing eclipse text editors to provide a Vim-like input scheme for moving around and editing text. Eclipse Update Site: http://vrapper.sourceforge.net/update-site/stable
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • ConnectWise Cybersecurity Management for MSPs Icon
    ConnectWise Cybersecurity Management for MSPs

    Software and support solutions to protect your clients’ critical business assets

    ConnectWise SIEM (formerly Perch) offers threat detection and response backed by an in-house Security Operations Center (SOC). Defend against business email compromise, account takeovers, and see beyond your network traffic. Our team of threat analysts does all the tedium for you, eliminating the noise and sending only identified and verified treats to action on. Built with multi-tenancy, ConnectWise SIEM helps you keep clients safe with the best threat intel on the market.
  • 5
    vimpyter

    vimpyter

    Edit your Jupyter notebooks in Vim/Neovim

    Input/output cells are displayed using a custom syntax file and folding. See your edits by starting Jupyter Notebook/Nteract application with a single command/mapping (just remember to save your modifications). You may have to reload the browser page/app to see the effects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    typewriter-net

    typewriter-net

    It's a plain text editor with vi-mode

    This editor has some features from Notepad++, Sublime Text and Vim. The Typewriter.NET has no plugins, but has a simple way to run external scripts, navigate to output error and change text by external scripts. The main idea is make to possible work without mouse (and without arrows in vi-mode) https://github.com/cser/typewriter-net/wiki/Features
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Antigen

    Antigen

    The plugin manager for zsh

    Antigen is a small set of functions that help you easily manage your shell (zsh) plugins, called bundles. The concept is pretty much the same as bundles in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim. Antigen has reached a certain level of stability and has been used in the wild for around a couple of years. If you face any problems, please open an issue. The usage should be very familiar to you if you use Vundle. Open your zsh with this .zshrc and you should see all...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    NyaoVim

    NyaoVim

    Web-enhanced Extensible Neovim Frontend

    ... their favorite UI with Web Components, HTML and CSS. It is also easy to make a NyaoVim distribution where useful components are bundled. Do not introduce another plugin manager. HTML for Web Components should be bundled with Vim plugins. Therefore, a Vim plugin manager can handle UI components, letting us bundle JS and Vim script code.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    TagLEET

    A Notepad++ plugin for ctags browsing

    A fast ctags browser for code developers that use Notepad++. Can work with huge tags file and tag lookup will still be instantaneous. Low memory footprint. It is so fast that it does not need to cache any part of the tags file. No dependency on timestamps. Since tag file is not cached. You may update the tags file anytime. Can lookup full tag or do a prefix match.
    Leader badge
    Downloads: 36 This Week
    Last Update:
    See Project
  • Case Management Software for Social Services Icon
    Case Management Software for Social Services

    For human services organizations looking for case management software

    Collaborate is customizable case management software for non-profits and social services agencies with teams of 5+ staff.
  • 10

    Беларускі Notepad++ SpellCheck

    Standard Notepad++ with Belarusian spellchecker and interface

    Стандартны Notpad++ з беларускімі інтэрфейсам і праверкай правапісу. Складаецца з: 1. Notepad++ https://notepad-plus-plus.org/download/ 2. Plugin Manger http://npppluginmgr.sourceforge.net/#download 3. DSpellChecker 4. Беларускі слоўнік be-official https://github.com/titoBouzout/Dictionaries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Notepad++ Plugin Manager (old repo)

    Notepad++ Plugin Manager [deprecated - now on github]

    This project is the old location for the plugin list for Notepad++ Plugin Manager. Please use https://github.com/bruderstein/npppluginmanager for any issues and current code
    Leader badge
    Downloads: 222,073 This Week
    Last Update:
    See Project
  • 12
    Neoformat

    Neoformat

    A (Neo)vim plugin for formatting code

    Neoformat uses a variety of formatters for many filetypes. Currently, Neoformat will run a formatter using the current buffer data, and on success, it will update the current buffer with the formatted text. On a formatter failure, Neoformat will try the next formatter defined for the filetype. By using getbufline() to read from the current buffer instead of file, Neoformat is able to format your buffer without you having to :w your file first. Also, by using setline(), marks, jumps, etc. are...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    NppDpFormatPlugin

    Notepad++ Text Formatting Plugin

    Formats text of a legacy format that is similar to JSON, like: <Order:<Number:1><Date:01-08-2017><Customer:<Name:company1><Address:Street1>><Items:<....etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14

    Notepad++ LN4

    XML code language LN4

    A XML code language plugin for LN4 code
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    NppCalc

    NppCalc

    plugin for evaluates the expressions in the Notepad++

    NppCalc - plugin for evaluates the expressions in the Notepad++ NppCalc used to work with math, trigonometry, statistics, combinatorics, arrays, sets, bits, strings, dates, color, image, measurement, file and folder, RS-232, TCP/IP, encoding, encryption, hashing, compression, etc, Over 400 functions. Q: How does this work? A: Just type function name and press Enter!
    Downloads: 79 This Week
    Last Update:
    See Project
  • 16

    Notepad++ Plugin update

    Notepad++ complete package

    This is complete notepad++ software
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17

    notepadplusplus-plugin-fun4c

    List all function written in C for Notepad++

    Fun4c is a plugin for Notepad++. You can list all functions/Variables/... on source written in C/... (depend on your configuration, fun4c.ini, which is a series of Regular Expression Matching denoted by Fn.x and Var.x).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Powerline Fonts

    Powerline Fonts

    Patched fonts for Powerline users

    Powerline is a statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile. Powerline fonts plugin offers fonts such as: 3270, Anonymice Powerline, Arimo Powerline, Cousine Powerline, D2Coding for Powerline, DejaVu Sans Mono for Powerline, Droid Sans Mono for Powerline, Droid Sans Mono Dotted for Powerline , Fira Mono for Powerline, Go Mono for Powerline, Hack, Inconsolata-dz for Powerline, Input Mono...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 19
    A Notepad++ plugin that allows users to run JSLint (The JavaScript Code Quality Tool) against their open JavaScript files (more about JSLint at http://www.jslint.com/lint.html). Also supports JSHint (http://www.jshint.com/).
    Leader badge
    Downloads: 141 This Week
    Last Update:
    See Project
  • 20

    Notepad++ Function list for ABB Rapid

    Setup a Notepad++function list for the ABB rapid language

    For anyone looking on how to configure a function list for the ABB industrial programming language 'rapid' using the popular Notepad++ editor, here is an example that has been working good for me. Notepad++ version 6.8.3 does not require a plugin for function lists. Thanks.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 21
    A Notepad++ plugin that allows users to develop regular expressions and test them against their open documents.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 22
    PyAssistnt is python script that based on the PythonScript , PythonScript is a plugin for Notepad++. The purpose of PyAssistant is when you write Python code with Notepad + +, to provide you with dynamic auto-complete and auto-indent feature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    It's a collection of vim plugin for programmers, including echofunc.vim, fencview.vim, vimExplorer.vim and so on.
    Leader badge
    Downloads: 18 This Week
    Last Update:
    See Project
  • 24
    vim-pandoc

    vim-pandoc

    pandoc integration and utilities for vim

    vim-pandoc provides facilities to integrate Vim with the pandoc document converter and work with documents written in its markdown variant (although textile documents are also supported). vim-pandoc's goals are 1) to provide advanced integration with pandoc, 2) a comfortable document writing environment, and 3) great reconfigurability.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    SourceCookifier: Plugin for Notepad++
    A plugin which uses Exuberant Ctags to parse either only the currently activated source file or multiple files of so-called sessions. The results are shown and can be browsed in a treeview inside of a dockable window.
    Downloads: 90 This Week
    Last Update:
    See Project