Giter Club home page Giter Club logo

Comments (19)

desjarlais avatar desjarlais commented on July 18, 2024

Not that I'm aware of, I tried a simple test of setting a font for line numbers and then changing the default style font to something else, I don't see it overwrite the line number font. Can you provide a sample app repro?

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

@desjarlais here is the repo

https://github.com/PyronoxO/Json-Editor

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

I can't see your repo, is it private?

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

I can't see your repo, is it private?

it was but i set it to public can you try again ?

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

That worked, I'll take a look and reply back.

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

That worked, I'll take a look and reply back.

Thank you for taking the time, Much appreciated.

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

Where is the "Enhanced_Tab_Control" dependency?

image

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

oh its a small user control i made for the tabcontrol to have a close button, for some reason that dll didn't get uploaded with the repo

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

@desjarlais Hey bro, any update on the issue ?

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

Is there a way to get me the control, otherwise it might take time to pull out how that works in your app and get a functioning repro without it?

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

@desjarlais hey bro, i add the dll file in the repo so u can have the reference just made a minor change that its now refereed in as an assembly reference instead of a nuget package so pull the new changes

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

@desjarlais did it work ??

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

It did, thank you for including it.

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

It did, thank you for including it.

no problem, please let me know once you find the problem

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

@desjarlais hey bro , any update on the issue ?

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

not yet, still working on the repro. To save time in digging through your project, can you give me the step by step what to do to see the issue reproduce?

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

@PyronoxO I do see the line number backcolor change, it happens when you call "scintilla1.StyleClearAll" in "jsonStyling".

I don't see that the editor font changes, that starts as "Helvetica" and continues through "UiStyling" and "jsonStyling".

For the LineNumber, I think you have to reset that style back after you call "StyleClearAll". So if you do something like this in "jsonStyling":

scintilla1.StyleClearAll();
scintilla1.Styles[Style.LineNumber].BackColor = Properties.Settings1.Default.uLineNumBc; //Color.FromArgb(12, 12, 12);
scintilla1.Styles[Style.LineNumber].ForeColor = Properties.Settings1.Default.uLineNumFc; //Color.Red;

I think you will see it possibly staying with what you expect?

from scintilla.net.

PyronoxO avatar PyronoxO commented on July 18, 2024

from scintilla.net.

desjarlais avatar desjarlais commented on July 18, 2024

Closing the issue for now, but if that does not work or you need more information, please re-open.

from scintilla.net.

Related Issues (20)

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.