top | item 39854694

(no title)

shnkr | 1 year ago

honest question - why was there a need to start a new repo? Would you be ok to merge yours with notepad++'s official repo[0] (both are in c++). Did this cross your mind before and what happened?

Not saying that they would allow but it'd help the community as a whole with less duplication of work and deliver more features.

https://github.com/notepad-plus-plus/notepad-plus-plus

discuss

order

tredre3|1 year ago

I can't answer for the author, but keep in mind that Notepad++ is good because it uses the win32 API directly. I don't see any future where they'd just accept to replace everything with Qt.

circusfly|1 year ago

There's no need to. It installs, updates and runs exactly as it did on Windows, I use it every day.

nicolas_17|1 year ago

It's a complete re-implementation from scratch, they don't share code, using the same programming language is not particularly relevant.

Aachen|1 year ago

Was wondering the same. Of course a lot of code is going to need to be new, moving away from Windows-specific APIs, but that's only a lower layer (or so it seems to me). Everything from the versatile search and replace (e.g. regex engine), the macros system, the syntax highlighting, the session management... all that code needn't have been rewritten, people clearly like it working the way it is