Search Results for "notepad plugin column" - Page 3

Showing 106 open source projects for "notepad plugin column"

View related business solutions
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Try Free
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 1
    Plugin for Notepad++ allowing FTP, FTPS, FTPES and SFTP communications.
    Downloads: 25 This Week
    Last Update:
    See Project
  • 2
    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.
    Leader badge
    Downloads: 431 This Week
    Last Update:
    See Project
  • 3
    ReFit

    ReFit

    Eclipse Plug-in for Automatic Refactoring of Fit Tests.

    The ReFit Eclipse plugin performs automatic refactoring of the Fit test specs (http://fit.c2.com) and of the relevant code when a refactoring process is invoked. NOTE: The project is still in Beta, but we think stable enough, to be used. Just try. For more information about the project, installation and use instructions see https://sourceforge.net/apps/trac/fitrefactoring/ We are pleased about the many downloads. We are also pleased for your feedback/review - many thanks!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Translate plugin for Notepad++. Provides easy text translation to notepad++ users.
    Leader badge
    Downloads: 159 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    checkIn-checkOut plugin for npp
    The checkIn-checkOut plugin is a component for notepad++ to know who is busy to edit the file and avoid the overwrite of a shared file on network. [*] Perform checkOut action for create the lock file with you username, who will prevent all other user who take ownership the file that you are to edit [*] Perform checkIn action for free file and permit the modification by another user When the user make the checkOut action, the plugin creates a temporary file in the same folder and with the same name but the .LOCK extension. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Notepad++ Python Script

    Notepad++ Python Script

    A Python Scripting plugin for Notepad++

    A Python Scripting plugin for Notepad++. Complete easy script access to all of the editor's features (including absolutely everything in Scintilla). Configurable menus and toolbar options, assign shortcuts to scripts.
    Leader badge
    Downloads: 450 This Week
    Last Update:
    See Project
  • 7

    Notepad++ Verilog Plugin

    Verilog plugin for Notepad++

    Verilog processor for Notepad++. Current features: - Instantiate a module - Insert registers/wires from a module - Generate a test bench template - Automatically inserts a default header for a test bench - Insert a clocked always block v1.2.0 now supports ANSI and non-ANSI module declarations. To use this plugin, select the module declaration (including parameter and I/O definitions below for non-ANSI) and click SHIFT-CTRL-C.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 8

    VHDL Notepad++ Plugin

    VHDL Plugin for the Notepad++ Editor

    VHDL plugin based on http://sourceforge.net/projects/nppvhdlplugin/ This version is enhanced to include: - Insert Instantiation - Insert Signals - Create Test Bench Framework - Insert Component - Make comments Doxygen compliant - Create New Behavioral/Structural Entity Template - Create New Package File Template - Insert Synchronous Process - Insert Asynchronous Process - Insert a Default Header The default header is set in the vhdlConfig.txt file.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 9
    goyo.vim

    goyo.vim

    Distraction-free writing in Vim

    goyo.vim is a plugin by junegunn that provides a distraction-free writing environment inside Vim or Neovim by concentrating the focus on the current buffer. When you invoke the command (e.g., :Goyo), it opens the current file in a centered, minimal layout — typically hiding sidebars, status-lines, tab-lines, scrollbars, and other UI clutter — thus offering a clean space for writing or reading.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Enterprise-grade ITSM, for every business Icon
    Enterprise-grade ITSM, for every business

    Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity.

    Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
    Try it Free
  • 10

    NppSalt

    Notepad++ Concurrent Editing Detection and Overwriting Pevention

    A simple Notepad++ Plugin with the following features: 1) It flashes the Notepad++ screen when it detects any open files have been changed by other people; 2) It prevents concurrent Notepad++ sessions from overwriting each other's changes. To compile the plug-in, simply open NppSalt.sln using Visual Studio 2010 (or a later version) and build.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Stevia Plugin Notepad++ NPP

    Stevia Plugin Notepad++ NPP

    Notepad++ automatic tags closing and live display

    Auto closing for HTML Tags and embedded IE frame to see live editing! Shortcuts too: £ = <?php ?> SHIFT + ENTER = <br/> ² = echo ‘<br/>’; ¤ = new HTML template
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    column to row

    column to row with delimiter

    Simple tool to convert text in column into one row with user defined delimiter. Also allow to sort alphabetically, set all text to upper or lower case and trim spaces before and after text in every row. Result will be send to clipboard and into notepad. This simple tool was created for my own need, but may be someone find it useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    GOnpp

    go language plugin for notepad++

    This plugin allows you to run some features of the go command from within notepad++ as well as supporting codecompletion via gocode (you need to have github.com/nsf/gocode installed and available from your PATH). Currently the following subcommands are supported: * go fmt -> ALT+F * go test -> ALT+T * go install -> ALT+I * go run -> ALT+R * code completion -> ALT+O * function call tips -> ALT+P All open files are being saved upon running a go cmd.
    Leader badge
    Downloads: 60 This Week
    Last Update:
    See Project
  • 14
    NPP Regex Filter Plugin

    NPP Regex Filter Plugin

    Filters Notepad++ text using a Regex pattern

    Filters Notepad++ text using a Regex pattern, returning only matches by group.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A small plugin supporting writing text in Notepad++ where paragraphs can be rewrapped.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Notepad++ Compare plugin

    Notepad++ Compare plugin

    Comparison plugin for Notepad++ editor

    Comparison plugin for Notepad++ editor.
    Leader badge
    Downloads: 1,067 This Week
    Last Update:
    See Project
  • 17
    A Notepad++ plugin to make plugins in Python (using Python Scripting plugin). A small DLL is used to register the plugin and load a configuration file which specifies Python functions to call when menu items are selected.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    Notepad++ TFS plugin

    Notepad++ plugin allows to attach files to TFS work items.

    Notepad++ plugin allows to attach files to Microsoft Team Foundation Server work items.
    Leader badge
    Downloads: 297 This Week
    Last Update:
    See Project
  • 19

    ImgTag

    It is a notepad++ plugin. It allows to insert html img tag,

    ImgTag is a notepad++ plugin. ImgTag allows to insert img tags, in your html document, using the Open File Dialog Box to select image files. With ImgTag 2.0, if you select entirely an img tag, it's possible: to resize the image, to update the image size to the actual size, to show the image and much more... ImgTag 2.0 requires the .net framework 2.0 or above.
    Downloads: 77 This Week
    Last Update:
    See Project
  • 20
    Tray TOTP Plugin for KeePass2

    Tray TOTP Plugin for KeePass2

    Plugin adding TOTP to KeePass2 tray menu, entry list and auto-type.

    Time based One Time Password Plugin to enable 2 step authentification (supports Google and Dropbox) by generating TOTPs from the KeePass tray icon. This plugin also provides a custom column to display and/or generate TOTP's. Auto-Type is also supported when the specified custom field is used in a keystroke sequence. This plugin requires KeePass 2.21 as it uses features that are not available in earlier versions.
    Leader badge
    Downloads: 15 This Week
    Last Update:
    See Project
  • 21

    Linefilter2

    Notepad++ plugin for filtering and searching text

    A plugin for Notepad++ It allows you to filter a text for a search string : - Display searchresult in new NPP window - Display linenr of original text - Hits can be highlighted - Display lines before and after a hit - Perl compatible regular expressions
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    jQuery Shapeshift

    jQuery Shapeshift

    A dynamic grid system with drag and drop functionality

    jQuery.shapeshift is a jQuery plugin that creates dynamic, Pinterest-style column grid layouts with drag-and-drop functionality and predictable indexing for each item. Rearrange items within a container or even drag items between multiple Shapeshift-enabled containers. Dragging elements around will physically change their index position within their parent container.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Convert2HTML Notepad++ Plugin

    Convert2HTML Notepad++ Plugin

    Notepad++ plugin that converts plain code into syntax highlighted HTML

    Convert2HTML Notepad++ plugin helps to convert plain code into syntax highlighted HTML, so it can be used anywhere on a web. Plugin also can convert query results into HTML table, which is also useful for website publishing.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    JSONViewer Notepad++ plugin

    A JSON viewer plugin for notepad++

    A JSON viewer plugin for notepad++. Displays the selected JSON string in a tree view. ==Repo Moved to Github== https://github.com/kapilratnani/JSON-Viewer
    Leader badge
    Downloads: 221 This Week
    Last Update:
    See Project
  • 25

    CharacterPosition

    A notepad++ plugin

    This plugins gives the character position in the file.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB