Skip to content

Commit a486cca

Browse files
committed
Adjusting text wrapping
1 parent 6a4864f commit a486cca

1 file changed

Lines changed: 39 additions & 23 deletions

File tree

ReadMe.txt

Lines changed: 39 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
1-
█████ ███ █████ █████ ██████████ █████ ███ █████
2-
░░███ ░███ ░░███ ░░███ ░░███░░░░░█ ░░███ ░░░ ░░███
3-
░███ ░███ ░███ ██████ ░███████ ░███ █ ░ ███████ ████ ███████
4-
░███ ░███ ░███ ███░░███ ░███░░███ ░██████ ███░░███ ░░███ ░░░███░
5-
░░███ █████ ███ ░███████ ░███ ░███ ░███░░█ ░███ ░███ ░███ ░███
6-
░░░█████░█████░ ░███░░░ ░███ ░███ ░███ ░ █░███ ░███ ░███ ░███ ███
7-
░░███ ░░███ ░░██████ ████████ ██████████░░████████ █████ ░░█████
8-
░░░ ░░░ ░░░░░░ ░░░░░░░░ ░░░░░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░
1+
█████ ███ █████ █████ ██████████ █████ ███ █████
2+
░░███ ░███ ░░███ ░░███ ░░███░░░░░█ ░░███ ░░░ ░░███
3+
░███ ░███ ░███ ██████ ░███████ ░███ █ ░ ███████ ████ ███████
4+
░███ ░███ ░███ ███░░███ ░███░░███ ░██████ ███░░███ ░░███ ░░░███░
5+
░░███ █████ ███ ░███████ ░███ ░███ ░███░░█ ░███ ░███ ░███ ░███
6+
░░░█████░█████░ ░███░░░ ░███ ░███ ░███ ░ █░███ ░███ ░███ ░███ ███
7+
░░███ ░░███ ░░██████ ████████ ██████████░░████████ █████ ░░█████
8+
░░░ ░░░ ░░░░░░ ░░░░░░░░ ░░░░░░░░░░ ░░░░░░░░ ░░░░░ ░░░░░
99

1010

11-
============================================================================
11+
===============================================================================
1212

1313

1414
WebEdit v2.8 - current (64-bit compatible) — New features overview
1515

16-
Note: This file contains two sections. The first section documents the current WebEdit v2.8 enhancements (added to the modern, 64-bit-capable plugin). The second section contains the original, unchanged legacy documentation for WebEdit v2.1 (32‑bit). The legacy section is preserved verbatim for historical/reference purposes.
16+
Note: This file contains two sections. The first section documents the current
17+
WebEdit v2.8 enhancements (added to the modern, 64-bit-capable plugin). The
18+
second section contains the original, unchanged legacy documentation for
19+
WebEdit v2.1 (32‑bit). The legacy section is preserved verbatim for
20+
historical/reference purposes.
1721

1822
v2.8 — New features (examples)
19-
- 64-bit Notepad++ support and compatibility updates for modern Notepad++ builds.
23+
- 64-bit Notepad++ support and compatibility updates for modern Notepad++
24+
builds.
2025
- New tag escape sequences for dynamic insertion:
2126
- \u
22-
- Replaced with the current Windows user name (the user account running Notepad++).
27+
- Replaced with the current Windows user name (the user account running
28+
Notepad++).
2329
- Example tag line in `WebEdit.ini`:
2430
user=Author: \u|
2531
- \d:"format" (experimental)
26-
- Replaced with the local date/time. An optional .NET-style date/time format string may be supplied in quotes.
32+
- Replaced with the local date/time. An optional .NET-style date/time
33+
format string may be supplied in quotes.
2734
- Examples:
28-
- `datetime=Created: \d:"yyyy-MM-dd HH:mm:ss"` → inserts date/time in 24h ISO-like format.
35+
- `datetime=Created: \d:"yyyy-MM-dd HH:mm:ss"` → inserts date/time in 24h
36+
ISO-like format.
2937
- \x
3038
- Replaced with the current filename/document name (without path).
3139
- Example:
@@ -36,29 +44,37 @@ v2.8 — New features (examples)
3644
- `path=File path: \p`
3745
- Small usability improvements:
3846
- Better handling of Unicode and long replacements.
39-
- Improved behavior for caret placement after tag replacement e.g. when multiple pipe characters are present.
47+
- Improved behavior for caret placement after tag replacement e.g. when
48+
multiple pipe characters are present.
4049
- Backwards-compatible with existing `WebEdit.ini` files.
4150

4251
Notes on using the new tags
43-
- Place the tag definitions in the `[Tags]` section of your `WebEdit.ini` file the same way as before. The new escape sequences behave the same as existing escapes (they are expanded inside Replacement text).
52+
- Place the tag definitions in the `[Tags]` section of your `WebEdit.ini` file
53+
the same way as before. The new escape sequences behave the same as existing
54+
escapes (they are expanded inside Replacement text).
4455
- Examples to add to `WebEdit.ini`:
4556
- `user=Author: \u|`
4657
- `now=Date/Time: \d:"yyyy-MM-dd HH:mm:ss"`
4758
- `árv=Árvíztűrő tükörfúrógép` (Hungarian pangram with accented characters)
48-
- If you rely on the legacy 32-bit plugin, see the legacy documentation below. The legacy plugin (v2.1) may be unchanged and is documented verbatim in the section that follows.
59+
- If you rely on the legacy 32-bit plugin, see the legacy documentation below.
60+
The legacy plugin (v2.1) may be unchanged and is documented verbatim in the
61+
section that follows.
4962

5063
CREDITS
5164
-------
52-
This small freeware plugin allows you to wrap the selected text in tag pairs and expand abbreviations using a hotkey.
65+
This small freeware plugin allows you to wrap the selected text in tag pairs
66+
and expand abbreviations using a hotkey.
5367
For more information visit https://github.com/Krazal/WebEdit
5468

55-
Created by Alexander Iljin (Amadeus IT Solutions) using XDS Oberon, March 2008 - March 2010.
69+
Created by Alexander Iljin (Amadeus IT Solutions) using XDS Oberon,
70+
March 2008 - March 2010.
5671
Ported to C# by Miguel Febres, April 2021.
5772
Ported to .NET 8 by Robert Di Pardo, February 2025.
5873
Currently maintained by Richard Stockinger, September 2025.
5974

60-
----------------------------------------------------------------------------
61-
Legacy documentation (unchanged) — WebEdit v2.1 - freeware open-source plugin for 32-bit Notepad++ ANSI/Unicode.
75+
-------------------------------------------------------------------------------
76+
Legacy documentation (unchanged) — WebEdit v2.1 - freeware open-source plugin
77+
for 32-bit Notepad++ ANSI/Unicode.
6278

6379
WebEdit v2.1 - freeware open-source plugin for 32-bit Notepad++ ANSI/Unicode.
6480

@@ -151,7 +167,7 @@ The "[Commands]" section format:
151167
- syntax explanation:
152168
- [menu item] is the text displayed in the plugin menu ("Paragraph"));
153169
- [Left text] is the text inserted to the left of current selection ("<p>");
154-
- [Right text] is the text inserted to the right of current selection ("</p>");
170+
- [Right text] is the text inserted to the right of current sel. ("</p>");
155171
- all of the above strings are optional;
156172
- limitations: you can't use "=" in the menu text, and you can't use "|" in
157173
the Left text.
@@ -168,7 +184,7 @@ Slot numbers are 1..30. The bitmap file should be placed in the plugins/Config
168184
folder and should contain a bitmap image suitable for the toolbar.
169185

170186
To display custom toolbar buttons Notepad++ should be configured to use "Small
171-
standard icons" (it is by default). To find this option go to the "Settings -
187+
standard icons" (it is by default). To find this option go to the "Settings -
172188
Preferences..." menu, and in the "Global" tab look for the "Tool bar" group.
173189

174190
The "[Tags]" section format:

0 commit comments

Comments
 (0)