Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Devil7DK/FastColoredTextBox
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: PavelTorgashov/FastColoredTextBox
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 20 commits
  • 17 files changed
  • 9 contributors

Commits on Oct 31, 2019

  1. Add LineNumberFormatting abstract class

    It allows you to customize the display of line numbers
    GabCard committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    efbbf07 View commit details
    Browse the repository at this point in the history
  2. Add public SetSelectedLine method

    Set current line number and make it visible
    GabCard committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    369656a View commit details
    Browse the repository at this point in the history
  3. 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
    GabCard committed Oct 31, 2019
    Configuration menu
    Copy the full SHA
    af03e6a View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2019

  1. Merge pull request PavelTorgashov#179 from GabCard/AddLineNumberForma…

    …tting
    
    Add line number formatting
    Pavel Torgashov authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    0cf4d11 View commit details
    Browse the repository at this point in the history
  2. Merge pull request PavelTorgashov#182 from GabCard/CollapseEmptyLines

    Do not find "First not empty line" to collapse a folding block
    Pavel Torgashov authored Nov 2, 2019
    Configuration menu
    Copy the full SHA
    2663bdc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    912ba78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ae775d View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2020

  1. Update XML regex

    Pavel Tashpulatov committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    456f337 View commit details
    Browse the repository at this point in the history
  2. Update XML regex

    Pavel Tashpulatov committed Oct 24, 2020
    Configuration menu
    Copy the full SHA
    5a19598 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2021

  1. Configuration menu
    Copy the full SHA
    b525d0d View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. XML - end tag fix

    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: <\?|</|>|<|/>|\?>
    danny3313 authored Oct 11, 2021
    Configuration menu
    Copy the full SHA
    4fff599 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Merge pull request PavelTorgashov#241 from danny3313/danny3313-XML-en…

    …dTag-fix
    
    XML - end tag fix
    PavelTorgashov authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    a6494ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request PavelTorgashov#236 from Ericvf/master

    Added ability for folding markers to scale with zoom
    PavelTorgashov authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    bfbc511 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eca9c6e View commit details
    Browse the repository at this point in the history
  4. Merge pull request PavelTorgashov#217 from NekoGuy/master

    Update XML regex
    PavelTorgashov authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    5361a7b View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    7b833c1 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

  1. Added more CSharp preprocessor directives PavelTorgashov#158

    Zachary Pedigo authored and Zachary Pedigo committed Jan 13, 2025
    Configuration menu
    Copy the full SHA
    ffe3ef8 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2025

  1. Merge pull request PavelTorgashov#267 from Hexman768/fix-preproc

    Added more CSharp preprocessor directives PavelTorgashov#158
    Hexman768 authored May 26, 2025
    Configuration menu
    Copy the full SHA
    657c226 View commit details
    Browse the repository at this point in the history

Commits on May 27, 2025

  1. Merge pull request PavelTorgashov#249 from ljnath/feature/add-support…

    …-for-assemmbly-language
    
    Added support for Assembly Language in the editor
    Hexman768 authored May 27, 2025
    Configuration menu
    Copy the full SHA
    624caca View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2025

  1. Configuration menu
    Copy the full SHA
    601cde3 View commit details
    Browse the repository at this point in the history
Loading