Community
    • Login

    NP++ on Linux?

    Scheduled Pinned Locked Moved General Discussion
    42 Posts 31 Posters 147.0k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • NoitidartN
      Noitidart
      last edited by

      I havent found one so I’m wining it for now, although its buggy, like when file gets modded and you get alert saying “file was modified would you like to reload?” i cant click ok or no and i have to force quit.

      1 Reply Last reply Reply Quote 0
      • RicardoR
        Ricardo
        last edited by

        I think yes, Npp author said “We will use Yuni as lib for preparing the cross-platform application”

        1 Reply Last reply Reply Quote 0
        • lawofchaosL
          lawofchaos
          last edited by

          Man this would be a dream come true. I wonder if the author realises that this has to be one of the most wished for programs of all time. Ever since I first discovered this I have seen people wishing and praying it would become cross platform. It’s literally the only thing that cannot be replaced from Windows, no other notepad program comes close in the slightest. Not only is it good for coding but even just for simple tasks like keeping notes and lists. I’ve been using an unofficial Linux port called Notepadqq but really that is just a shadow of Notepad++ and can’t even be compared.

          Here’s to hoping this thing starts to happen soon!

          1 Reply Last reply Reply Quote 1
          • David BaileyD
            David Bailey
            last edited by David Bailey

            I have used NP++ under wine (some time ago, because I am not using Linux at the moment) and as I remember, it worked pretty well except that the file open dialog was very messy to use because it understood things in terms of the Windows layout, and also didn’t supply a modern open file dialog (probably a Wine limitation).

            I wonder if NPP could recognise that it was running under Wine and just do something to improve this behaviour (and the problem that Noitidart reported above). With that, it might not be necessary to have a separate version.

            I guess the question is whether there are ways to invoke some native Linux code from within a program running under Wine.

            1 Reply Last reply Reply Quote 0
            • Antonio de Jesús Puga VázquezA
              Antonio de Jesús Puga Vázquez
              last edited by Antonio de Jesús Puga Vázquez

              Please notepadd++ developers, if this is a GNU project then this should be a tool available for linux users too

              1 Reply Last reply Reply Quote 0
              • realdude19R
                realdude19
                last edited by

                @milipili said:

                We’re working on it (but it will take some time however)

                Is this something we can expect in the near future, next couple of months? Or are we talking with-in a year?
                I would love to get this in Linux! I have dreamed of using Notepad++ in my Linux install for ever!

                Thanks,
                Luke**

                1 Reply Last reply Reply Quote 0
                • maikoM
                  maiko
                  last edited by

                  Just another ono here who would like to concur with the suggetion porting NPP for Linux, I have been a long time Windows user but am looking into migrating fully towards Linux as it has become quite a mature OS for the greater audience, thumbs up!

                  1 Reply Last reply Reply Quote 0
                  • zryan3Z
                    zryan3
                    last edited by

                    I just wanted to add that I love NP++ and would love to see a Linux build as well. I was wondering if SDL could be used instead of Win32 API to provide cross-platform support?

                    1 Reply Last reply Reply Quote 0
                    • Commander KeenC
                      Commander Keen
                      last edited by

                      one of the reasons i hesitate switching finally to linux is that there is no native (thus blazingly fast) Notepad++ available i use everyday.

                      1 Reply Last reply Reply Quote 1
                      • miron majkesM
                        miron majkes
                        last edited by

                        I would love to see notepad++ on linux!

                        1 Reply Last reply Reply Quote 1
                        • Evgeny  LeonovE
                          Evgeny Leonov
                          last edited by

                          Go Notaped++ To linux!!!
                          Please add Linux!!!
                          I Love Notaped++
                          Linux + Notaped++ The Best ???
                          The Best!!!

                          1 Reply Last reply Reply Quote 1
                          • Cees TimmermanC
                            Cees Timmerman
                            last edited by

                            Notepadqq should be a Linux-native equivalent of Notepad++.

                            1 Reply Last reply Reply Quote 0
                            • Samiran JanaS
                              Samiran Jana
                              last edited by

                              Notepadqq don’t have the features like notepad++

                              1 Reply Last reply Reply Quote 1
                              • Kevin HavensK
                                Kevin Havens
                                last edited by

                                It appears that the “upstream” developers have no interest in developing NP++ on Linux… so I am gonna do it.

                                I have a Launchpad PPA (so it’s gonna be only for Ubuntu now)… and I’m working on it as I write this.

                                Install instructions soon. Maybe in a day or two.

                                1 Reply Last reply Reply Quote 0
                                • dailD
                                  dail
                                  last edited by

                                  @Kevin-Havens said:

                                  It appears that the “upstream” developers have no interest in developing NP++ on Linux… so I am gonna do it.

                                  I have a Launchpad PPA (so it’s gonna be only for Ubuntu now)… and I’m working on it as I write this.

                                  Install instructions soon. Maybe in a day or two.

                                  Have you seen this commit?

                                  ensiformE 1 Reply Last reply Reply Quote 0
                                  • Makrand SanapM
                                    Makrand Sanap
                                    last edited by

                                    Anyone tried this?

                                    http://notepadqq.altervista.org/wp/

                                    oren AO 1 Reply Last reply Reply Quote 1
                                    • oren AO
                                      oren A @Makrand Sanap
                                      last edited by

                                      @Makrand-Sanap said:

                                      Anyone tried this?

                                      http://notepadqq.altervista.org/wp/

                                      I tried this one, but it is not as functional as notepad++, for sure it is not a full port (I do not even understand why they use the same name… )

                                      1 Reply Last reply Reply Quote 0
                                      • ensiformE
                                        ensiform @dail
                                        last edited by ensiform

                                        @dail said:

                                        @Kevin-Havens said:

                                        It appears that the “upstream” developers have no interest in developing NP++ on Linux… so I am gonna do it.

                                        I have a Launchpad PPA (so it’s gonna be only for Ubuntu now)… and I’m working on it as I write this.

                                        Install instructions soon. Maybe in a day or two.

                                        Have you seen this commit?

                                        Technically all this commit does is allow compiling with mingw/gcc on Windows or via cross compiling. You still need to rewrite the entirety of the powereditor to use Gtk+ and toggle the WINAPI and windows rendering stuff under windows only! I think starting by making it work with Gtk+ under windows first slowly disabling the windows functions etc then migrate to linux later.

                                        One can actually download a newer version of scintilla from the scintilla page and compile it for linux with gtk+ or possibly even Qt. I tested gtk+ which compiles fine. But that still leaves us at no ported ide (“PowerEditor” aka N++)

                                        1 Reply Last reply Reply Quote 0
                                        • amylonidA
                                          amylonid
                                          last edited by

                                          I would also like to see NP++ on Linux.
                                          I would happily contribute to this.

                                          1 Reply Last reply Reply Quote 0
                                          • Luis Piña IIIL
                                            Luis Piña III
                                            last edited by

                                            Has there been any more development on NP++ for Linux?

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post
                                            The Community of users of the Notepad++ text editor.
                                            Powered by NodeBB | Contributors