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: about 1 year ago
JSON representation
Small codes I made for personal use, but who knows! May be useful for you!
- Host: GitHub
- URL: https://github.com/ftzi/NotepadPlusPlus-Plugins
- Owner: ftzi
- Created: 2018-01-03T20:29:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-12T06:05:26.000Z (over 5 years ago)
- Last Synced: 2025-03-03T06:29:26.031Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.