An open API service indexing awesome lists of open source software.

https://github.com/ftzi/notepadplusplus-plugins

Small codes I made for personal use, but who knows! May be useful for you!
https://github.com/ftzi/notepadplusplus-plugins

Last synced: over 1 year ago
JSON representation

Small codes I made for personal use, but who knows! May be useful for you!

Awesome Lists containing this project

README

          

# Notepad++ Plugins

## Some small but useful codes I made for a project of mine.

### 1a) Multiple Replacer - Uses a dictionary text file to replace multiple expressions / words in a text file.

### 1b) Multiple ReReplacer - The Regex version!

### 2) Item Counter - Counts brackets occurrences, and writes the current count inside it. Useful for making automated custom lines in a file. Supports Hexadecimal, decimal and octal counting. You can also set a fixed number for a bracket, and it will be the new index. Supports custom prefixes.
#### Example:
[0x00] Lorem ipsum dolor sit amet,

[0x01] consectetur adipiscing elit, sed do eiusmod

F[0xF7] tempor incididunt ut labore et

[0xF8] dolore magna aliqua. Lectus arcu bibendum at

[0xF9] varius vel pharetra vel. Scelerisque

F[0x03] fermentum dui faucibus in ornare quam

[0x04] viverra. Blandit turpis cursus in hac

[0x05] habitasse platea. Posuere lorem ipsum

### 3) Logiwin LASM Compiler - A compiler for .lasm files, a language that I created to use in my Logiwin project.