commits |
date |
c69d5969d50f
by
Ludovic Chabant
(1
download)
|
May 11
4:54 PM
|
default
tip
Fixed a bug with certain glyphs at the beginning of a line. (apparently, `\b` in .NET doesn't match quite the same things as in other languages)
|
a1490c6dead8
by
Ludovic Chabant
(0
downloads)
|
May 11
4:44 PM
|
Updated glyph regexes with latest changes from php textile library. Added test for a bug that gets fixed as a result.
|
45cca5fd8e27
by
Ludovic Chabant
(0
downloads)
|
May 11
4:43 PM
|
Added `.hgignore`.
|
acf4a685fe15
by
ludovic_chabant
(0
downloads)
|
May 10
9:14 PM
|
Added support for `pre.` blocks.
|
8036dd25782c
by
ludovic_chabant
(0
downloads)
|
May 10
9:06 PM
|
Added the "dresser" command-line tool for formatting Textile text.
|
80b151f5e78a
by
ludovic_chabant
(0
downloads)
|
May 10
9:05 PM
|
Table row state now does the formatting of each cell separately. Added unit tests for bugs solved by this change.
|
b19ed96f359b
by
ludovic_chabant
(0
downloads)
|
May 10
9:03 PM
|
Added support for the `bq..` (double-dot) syntax. Added unit tests for that.
|
31229cc295ef
by
ludovic_chabant
(0
downloads)
|
May 10
9:02 PM
|
GenericFormatter refactoring and changes: - Only apply enabled ProcessorModifiers. - FormatterStates can suppress post-processing. - Extracted methods to apply block modifiers, post-processors, and match FormatterState candidates so they can be reused externally.
|
2f604e4b3292
by
ludovic_chabant
(0
downloads)
|
May 10
9:00 PM
|
Added documentation to ProcessorModifier.
|
976afbf9029b
by
ludovic_chabant
(0
downloads)
|
May 9
9:06 PM
|
Added the "Restricted" formatting mode. Added validation of image and link URLs to prevent simple hacks.
|
de5af6c34f37
by
OliIsCool
(0
downloads)
|
Nov 17 2011
6:25 PM
|
Now updating <base href="" /> on load or save, so that images relative to the .wiki file are displayed in the preview.
|
407598e2da3b
by
OliIsCool
(0
downloads)
|
Nov 17 2011
6:24 PM
|
Configured ScintillaNet's key bindings to have the HOME and END keys be wrap-aware and behave like in Visual Studio.
|
49a17a02045f
by
OliIsCool
(0
downloads)
|
Nov 17 2011
6:20 PM
|
Setting the DressingRoom project to target the x86 platform, because ScintillaNET is still 32-bit only.
|
11015f937434
by
ludovic_chabant
(0
downloads)
|
Oct 5 2011
11:51 PM
|
Removed unused files. Updated to VisualStudio 2010.
|
e763d415c1b0
by
ludovic_chabant
(0
downloads)
|
Oct 5 2011
11:50 PM
|
Fixed bug in DressingRoom (was using old code).
|
453340883deb
by
ludovic_chabant
(0
downloads)
|
May 3 2011
5:30 PM
|
Big refactor: - initialize Regex objects statically (bring ~40% performance increase). - cleaner way to handle modifiers and states.
|
fdd075531c3e
by
ludovic_chabant
(0
downloads)
|
May 2 2011
10:44 PM
|
Upgraded NUnit.
|
99d73af94680
by
OliIsCool
(0
downloads)
|
Feb 11 2011
2:42 AM
|
Added quick-find and reverse quick-find, activated by keyboard shortcuts: Ctrl+F3 to search down for selection, Ctrl+Shift+F3 to search up for selection. Once a search has started, F3 searches down for it, Shift+F3 searches up for it.
|
476f21a116ce
by
OliIsCool
(0
downloads)
|
Feb 11 2011
2:24 AM
|
Added line numbers. Added bookmarks. Use Ctrl+F2 (or click the margin) to toggle, F2 to go to the next one and Shift+F2 to go to the previous one.
|
8b783810bb1b
by
OliIsCool
(0
downloads)
|
Feb 11 2011
1:55 AM
|
I'm tired of fighting these Visual Studio changes, so I'll just commit them.
|
a09732c833d9
by
OliIsCool
(0
downloads)
|
Feb 11 2011
1:50 AM
|
Turned off: - horizontal scroll bars Turned on: - word-wrapping - current line highlight - style-aware selection
|
bef61bba33fa
by
OliIsCool
(0
downloads)
|
Feb 11 2011
1:35 AM
|
Configured the Scintilla component to initialize itself from ScintillaNET.xml in "html" mode, since that's the closest one until there's a proper lexer for textile.
|
2dab4012f3d4
by
OliIsCool
(0
downloads)
|
Feb 11 2011
12:20 AM
|
Removed obsolete TODO.
|
74b66beb3373
by
OliIsCool
(0
downloads)
|
Feb 11 2011
12:19 AM
|
Removed " - A Textile Test Tool" from the window title.
|
eee852f5ff14
by
OliIsCool
(0
downloads)
|
Feb 11 2011
12:17 AM
|
Now writing to the status bar the current cursor's position.
|