-
Notifications
You must be signed in to change notification settings - Fork 10
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
Custom formats #10
Comments
Seems like no. Per your code sample 'textile' lexer is needed, and it is not included |
I'm sorry, but I'm not familiarized with C Sharp... |
Stintilla.NET has all included, it's just SynNotes has limited number of
lexers in menu. You need to add it to menu, and it should work. No need to
rebuild Scintilla.
…On May 15, 2017 23:05, "Marcelo Diez" ***@***.***> wrote:
I'm sorry, but I'm not familiarized with C Sharp...
If I understand correctly, I have to include the "textile" reference in
the ScintillaNET.dll resource, with needs to be rebuilt, so it may have
this lexer. Is that it?
Based on this, looks like I will have to edit and rebuild: Your code and
ScintillaNET are C#, and Scintilla is Python with C++, correct?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#10 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABuGHDGXgSgFRb_ALxaWzU1v0Mv6dj2Sks5r6K_8gaJpZM4NYrh8>
.
|
Hello there
First of all, thanks for this great little app. It has saved me a lot of formatting time done in Redmine Issues (yeah, I like code neatly formatted XD)
I would like to know if it is possible to add custom languages to the formatting options without having to rebuild the Scintilla... Redmine issues are formatted as Txstyle, and there is no similar highlighting embedded in the app (bash does recognize comments, but that's all).
I tried editing the langs.model.xml, but had no success in making it work.
The code added is as follows (insert beside C and CAML). I adapted the code using this XML file of Notepad++ CustomLang:
Can you help me?
Thanks in advance
The text was updated successfully, but these errors were encountered: