Notepad-Sharp icon indicating copy to clipboard operation
Notepad-Sharp copied to clipboard

Update FastColoredTextBox

Open Hexman768 opened this issue 6 years ago • 2 comments

The current version of FastColoredTextBox that we are consuming needs to be updated as there have been a couple new commits since the last time it was updated.

Hexman768 avatar Dec 28 '19 04:12 Hexman768

We may have to change the way that we consume the FastColoredTextBox. I'm not such a big fan of simply consuming the .dll. I'm thinking we could possibly pull it in from NuGet instead. This is the more traditional way of consuming other components.

Hexman768 avatar Jul 19 '20 07:07 Hexman768

The NuGet package is not up-to-date. FCTB could be pulled into the project as a git submodule temporary while the NuGet package won't get updated.

PoLaKoSz avatar Jul 19 '20 17:07 PoLaKoSz

@PoLaKoSz I know it has been a while since you have worked on this project, I just wanted to respond for posterity. I chose to just import the FastColoredTextBox project into the Notepad# Solution. I didn't import it as a Git submodule just because this project was designed to mimic the Notepad++ project.

The idea behind adding it into the project solution is just so that we can make quick changes to that component and then it will build and be consumed by Notepad# upon each Build of the project solution.

Hexman768 avatar Sep 20 '24 14:09 Hexman768