Flutter Developement
-
Hi Guys,
As a long term user and thanks for Notepad++ I’ve used it for SQL, C++, Java and more.
I’d really love a Dart (Flutter) PlugIn or Langage for syntax. Any ideas? Is there one? Is there a place to add it to a wish list for Notepad++Paul Brassington
-
Such syntax highlighting is done by the Scintilla component of Notepad++. Scintilla is a separate project controlled by different developers. That component would have to support it first, then Notepad++ could put the hooks in to access it.
That said, I didn’t research whether or not Scintilla already supports the language you’re asking for.
-
@Paul-Brassington said in Flutter Developement:
Any ideas?
Idea 1: Make a UDL (User Defined Language) – which is relatively simple, especially if you follow the links in the UDL dialog/panel to https://ivan-radic.github.io/udl-documentation/ , which describes each filed in the UDL definition in detail.
Idea 2: Since you apparently know C++, you could also write a lexer plugin if you cannot find one elsewhere.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login