X Tutup
The Wayback Machine - https://web.archive.org/web/20211114170807/https://github.com/MSPaintIDE/MSPaintIDE/issues/18
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SCSS/Auto reloading themes #18

Open
RubbaBoy opened this issue May 4, 2019 · 0 comments
Open

SCSS/Auto reloading themes #18

RubbaBoy opened this issue May 4, 2019 · 0 comments

Comments

Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
@RubbaBoy
Copy link
Member

@RubbaBoy RubbaBoy commented May 4, 2019

A good enhancement to the IDE would be automatic reloading of external theme CSS files, so a restart of the IDE (Or I believe theme switch) wouldn't be required. Also, taking advantage of SCSS would be useful with automatic change detection and automatic compiling/applying would be a good and fairly simple addition.

With the use of an SCSS compiling library, a change detector could be inserted into the ThemeManager class upon changing the active theme. Change detection could be simply derived from the TextEditorManager class, though it would be better to make a separate class just for general file change watching with appropriate callbacks.

@RubbaBoy RubbaBoy added this to To do in MS Paint IDE Jun 27, 2019
@RubbaBoy RubbaBoy removed this from To do in MS Paint IDE Jun 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
X Tutup