Replies: 3 comments 5 replies
-
Hi @Albirew
No. This has really just been a multi-year side project of mine. There's no roadmap at all. Just as I took an interest in something I'd start hacking on it. There's many Notepad++ features that would be useful, other I think would be better off left out. There's also alot of room for improvement over Notepad++'s implementation of certain features.
There's no plans to support N++ modules. They are just way too specific to the Win32 API that I don't foresee any possible way to make them compatible.
Yes and no. I have no actual plans but I've tried to keep things modular enough internally that a addon system could be implemented in the future. Ideally if this project would ever get enough usage then I think a cross-platform addon system would be incredibly useful...which means probably something like an interpreted scripting language rather than natively compiled C++ addons. |
Beta Was this translation helpful? Give feedback.
-
How do I get NotePad++ cursor to behave like a normal text ecitor, corsor to right of next character? (Win NotePad, etc.) Now NotePad++ cursot is 2-spaces left of next chafracter. |
Beta Was this translation helpful? Give feedback.
-
Hi @dail8859 ,
Just a simple list of your ideas (what should stay, what should be left out) would be really helpful so if someone wants to implement something it would give a direction. At least I'm very curious. :) |
Beta Was this translation helpful? Give feedback.
-
Hi,
Is there a roadmap of notepad++ features that are either not or not yet implemented?
Also, what about compatibility with n++ modules?
Last, is there any plan to make a cross-platform compatible addon system?
Regards.
Beta Was this translation helpful? Give feedback.
All reactions