-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: Devil7DK/FastColoredTextBox
base: master
head repository: PavelTorgashov/FastColoredTextBox
compare: master
- 20 commits
- 17 files changed
- 9 contributors
Commits on Oct 31, 2019
-
Add LineNumberFormatting abstract class
It allows you to customize the display of line numbers
Configuration menu - View commit details
-
Copy full SHA for efbbf07 - Browse repository at this point
Copy the full SHA efbbf07View commit details -
Add public SetSelectedLine method
Set current line number and make it visible
Configuration menu - View commit details
-
Copy full SHA for 369656a - Browse repository at this point
Copy the full SHA 369656aView commit details -
Do not find "First not empty line" to collapse a folding block
When using custom folding blocks we may want to collapse on a specific line, even if the line is empty
Configuration menu - View commit details
-
Copy full SHA for af03e6a - Browse repository at this point
Copy the full SHA af03e6aView commit details
Commits on Nov 2, 2019
-
Merge pull request PavelTorgashov#179 from GabCard/AddLineNumberForma…
…tting Add line number formatting
Pavel Torgashov authoredNov 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 0cf4d11 - Browse repository at this point
Copy the full SHA 0cf4d11View commit details -
Merge pull request PavelTorgashov#182 from GabCard/CollapseEmptyLines
Do not find "First not empty line" to collapse a folding block
Pavel Torgashov authoredNov 2, 2019 Configuration menu - View commit details
-
Copy full SHA for 2663bdc - Browse repository at this point
Copy the full SHA 2663bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 912ba78 - Browse repository at this point
Copy the full SHA 912ba78View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ae775d - Browse repository at this point
Copy the full SHA 7ae775dView commit details
Commits on Oct 24, 2020
-
Pavel Tashpulatov committed
Oct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 456f337 - Browse repository at this point
Copy the full SHA 456f337View commit details -
Pavel Tashpulatov committed
Oct 24, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a19598 - Browse repository at this point
Copy the full SHA 5a19598View commit details
Commits on Aug 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b525d0d - Browse repository at this point
Copy the full SHA b525d0dView commit details
Commits on Oct 11, 2021
-
The original XMLTagRegex does not match the slash in the closing tag, causing a different color to be shown instead of the color defined in TagBracket style This can be reproduced using a RegEx tester: Example XML: <foo>foobar</foo> Original RegEx: <\?|<|/>|</|>|\?> Updated RegEx: <\?|</|>|<|/>|\?>
Configuration menu - View commit details
-
Copy full SHA for 4fff599 - Browse repository at this point
Copy the full SHA 4fff599View commit details
Commits on Oct 13, 2021
-
Merge pull request PavelTorgashov#241 from danny3313/danny3313-XML-en…
…dTag-fix XML - end tag fix
Configuration menu - View commit details
-
Copy full SHA for a6494ca - Browse repository at this point
Copy the full SHA a6494caView commit details -
Merge pull request PavelTorgashov#236 from Ericvf/master
Added ability for folding markers to scale with zoom
Configuration menu - View commit details
-
Copy full SHA for bfbc511 - Browse repository at this point
Copy the full SHA bfbc511View commit details -
Configuration menu - View commit details
-
Copy full SHA for eca9c6e - Browse repository at this point
Copy the full SHA eca9c6eView commit details -
Merge pull request PavelTorgashov#217 from NekoGuy/master
Update XML regex
Configuration menu - View commit details
-
Copy full SHA for 5361a7b - Browse repository at this point
Copy the full SHA 5361a7bView commit details
Commits on Jun 1, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 7b833c1 - Browse repository at this point
Copy the full SHA 7b833c1View commit details
Commits on Jan 13, 2025
-
Added more CSharp preprocessor directives PavelTorgashov#158
Zachary Pedigo authored and Zachary Pedigo committedJan 13, 2025 Configuration menu - View commit details
-
Copy full SHA for ffe3ef8 - Browse repository at this point
Copy the full SHA ffe3ef8View commit details
Commits on May 26, 2025
-
Merge pull request PavelTorgashov#267 from Hexman768/fix-preproc
Added more CSharp preprocessor directives PavelTorgashov#158
Configuration menu - View commit details
-
Copy full SHA for 657c226 - Browse repository at this point
Copy the full SHA 657c226View commit details
Commits on May 27, 2025
-
Merge pull request PavelTorgashov#249 from ljnath/feature/add-support…
…-for-assemmbly-language Added support for Assembly Language in the editor
Configuration menu - View commit details
-
Copy full SHA for 624caca - Browse repository at this point
Copy the full SHA 624cacaView commit details
Commits on Jun 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 601cde3 - Browse repository at this point
Copy the full SHA 601cde3View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master