Giter Club home page Giter Club logo

icsharpcode.texteditor.v4's Introduction

ICSharpCode.TextEditor.V4

An evolution of the old WinForm text editor. After evaluating a lot of editors for my text editor project, I stuck with this old favorite. However it has a few deficiencies which I intend to correct.

  • Dynamic loading of style/format files. Support user defined and editing.
  • Rectangle region cut/copy/paste.
  • Line wrap, or hover displays the whole line (like folded sections in VS).
  • Add support for Lua.
  • Maybe some performance tweaks.

Things I don't care about:

  • WPF.
  • .NET Core.
  • Web apps, javascript...

The baseline is from ICSharpCode V3.2.1.7. Design notes from Core design.

Reboot

After a long hiatus, another whack at this to go along with a slowly evolving editor project. The editor is more of text editor (for things like log files) rather than a code editor (because I have several other excellent choices there).

Things that have changed from the original (so far):

  • Rectangle selection mostly works.
  • Modernized HighlightingManager.
  • Added printer support.
  • Added finder class. Not fully functional yet and needs unit tests.
  • Minimal Markdown syntax and folding. Good enough for what I want to do.
  • Folding is now specified in the syntax file and loaded dynamically.
  • Added Lua syntax.
  • Dynamically load syntax definitions from file.
  • Removed external dependencies so it can build.
  • Upped to .NET 4.7.2, VS2019.
  • Removed some hierarchy and abstraction. Because.
  • Removed code tools, like completion etc.
  • Removed/refactored lots more dodgy architecture.

And Now

Much refactoring and reorganizing later, I realize I need to do some major surgery, such as ripping out folding. I don't want to do that to this body so I'm taking the parts I want and moving them into a new project. This shall remain here, probably untouched for another five years.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.