Coder Social home page Coder Social logo

scintillanet.demo's Introduction

ScintillaNET.Demo

This is an easy to understand C# app demonstrating all the features of the powerful ScintillaNET text editor component. ScintillaNET is a .NET wrapper for Scintilla, which is used as the primary code editor in numerous IDEs. Even the venerable Notepad++ uses Scintilla!

We demonstrate:

  • syntax coloring / keywords
  • font / styling
  • number margin
  • bookmark margin
  • highlighting lines
  • code folding / regions
  • rectangular selection (hold ALT and drag)
  • drag and drop files
  • editing commands (casing, indenting)
  • quick search bar
  • zooming (hold CTRL and scroll)
  • hotkey system

Coming soon:

  • suggestion lists / intellisense
  • brace matching
  • find & replace dialogs

scintillanet.demo's People

Contributors

apuchkov avatar robinrodricks avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

scintillanet.demo's Issues

error: could not load the project file.

I open the project.
I get an error

C: \ vs \ csh \ 03 \ ScintillaNET.Demo.csproj: error: could not load the project file. The file 'C: \ vs \ csh \ 03 \ ScintillaNET.Demo.csproj' was not found. C: \ vs \ csh \ 03 \ ScintillaNET.Demo.csproj

How to fix the error?

Question: is it possible to place an image in the background?

Thanks for such an awesome source code, lots of interesting usages are here!

I have been looking a bit how one would be able to put an image in the background, say a pretty picture, or a pattern, or similar. I know it's possible to change the color, but is it possible to put such image?

64 bit issue in "Lines"

hi, i'm trying to use ScintillaNet on a 64 bit project using the "Lines" property.

here is the case:

    private void Form1_Load(object sender, EventArgs e)
    {
        ScintillaNET.Scintilla s = new ScintillaNET.Scintilla();
        s.Dock = DockStyle.Fill;
        panel1.Controls.Add(s);
        s.Text = "aaaaa\nbbbbb\n";
        textBox1.Text = s.Lines.Count.ToString();
    }

under x86 the value is "3" as expected.
under x64 the value is "1".

if you need more information, let me know.
thanks,
David

Caret issues with dark backColor

I have issue with dark back color - caret is dark too.
I need to add to styles something like this:
TextArea.Styles[Style.Cpp.Caret].ForeColor = IntToColor(0xFFFFFF);

Ctrl+Z issue

I'm not sure is it bug or feature. How to reproduce:
1 - starting program, making some changes
2 - undoing all of changes by pressing Ctrl+Z several times
3 - when all of changes are undone Ctrl+Z deletes all code from the file

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.