Jump to content



Welcome to AstaHost - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
Photo
- - - - -

Where To Find Notepad++ For Linux ?


73 replies to this topic

#1 XIII

XIII

    Advanced Member

  • Members
  • 192 posts
  • Gender:Male
  • Location:Japan
  • Interests:Chess, Technical Analysis, Reading and Computing

Posted 04 April 2006 - 06:33 AM

I'm searching 2 days ago trying to find notepad++ for linux but i couldn't find it yet, does anyone know or have this great software?, ofcourse i have it on windows, but i don't use windows so much time, most times i'm on linux so i need it to be run on linux.
P.S: i don't use WINE so please don't recommend it :lol:


#2 Jeigh

Jeigh

    Whitest Black Mage

  • Members
  • 1,381 posts
  • Gender:Male
  • Location:NB, Canada
  • Interests:My interests are my hobbies, and ironically enough my hobbies are my interests. I'm quite interested in my hobbies, much more so then my interests... but I spend more time with my interests as my hobbies are often rude with me so I don't enjoy talking to them as much.
  • myCENTs:93.97

Posted 04 April 2006 - 12:01 PM

If you have been sreaching for 2 days and can't find it, I would assume it doesn't exist in a linux compatible version. Even though you said not to, I'd suggest just using wine :lol: Obviouly you'd really like to use this software if you've looked for 2 days, so instead of searching for another day just spend a few minutes figuring out wine and voila. The software looks fairly striaghtforward on their site so I assume it would be emulated without any problems.

#3 yordan

yordan

    Way Out Of Control - You need a life :)

  • [MODERATOR]
  • 4,677 posts

Posted 04 April 2006 - 04:11 PM

Go to the notepad++ forum and ask for a Linux version. If this versions is not written yet, try crying and ask for writing it.
The nopedad++ forum is here http://sourceforge.n...?group_id=95717
(found after 13 seconds googling).
Regards
Yordan

#4 xboxrulz

xboxrulz

    Colonel Panic

  • Members
  • 3,057 posts
  • Gender:Male
  • Location:Toronto, Ontario, Canada
  • myCENTs:59.15

Posted 04 April 2006 - 08:47 PM

or try to port it yourself, their using MingW, which is gcc on Windows, so I guess you can easily port it.

To build this package:

* For generating the executable file (notepad++.exe), you can use VC++ 7 or MinGW 3.0 / 2.X (a makefile is available)

* For generating the dll files (SciLexer.dll) , you have to use MinGW 3.0 / 2.X

All the binaries will be built in the directory notepad++\PowerEditor\bin

Note that the executable file npp.exe built by MinGW 3.0, for the reason of
the runtime lib static-link, has almost 160KB more than the one built by VC++ 7.

There's no remedy for the moment. If you can reduce the exe size by adding/changing
the compiler flag or linker flag, please let me know.

Download Notepad++ source files

-- http://notepad-plus....net/uk/site.htm

Why don't you use WINE, it won't kill u....

xboxrulz

#5 mastercomputers

mastercomputers

    Making IT Happen

  • Members
  • 770 posts
  • Gender:Male
  • Location:Auckland, New Zealand
  • Interests:There's not a lot I'm not interested in, knowledge is power, without it, I'd be sitting in the dark.
  • myCENTs:42.89

Posted 05 April 2006 - 02:54 AM

What's so great about notepad++ that it replaces all the other editors available for Linux?

Remember I have not used notepad++ but am just looking into it, especially the porting side of things, that's something I enjoy doing.

Also noticed from it's website that it used part of Scintilla, how does ScinTE differ to Notepad++ since that would be interesting to know. Could turn out that writing a new editor using Scintilla might be more effective than porting Notepad++?


Cheers,


MC

#6 xboxrulz

xboxrulz

    Colonel Panic

  • Members
  • 3,057 posts
  • Gender:Male
  • Location:Toronto, Ontario, Canada
  • myCENTs:59.15

Posted 05 April 2006 - 10:38 PM

I was thinking, if you have Kate (Advanced Editor for KDE) then why do you want notepad++

xboxrulz

#7 moonwitch

moonwitch

    Demonic Enforcer

  • [HOSTED]
  • 598 posts
  • Gender:Female
  • Location:Belgium
  • Interests:I used to have too many to list here, now I can honestly say one of my interests is finding those annoying spammers on the forums and hunting them down. Ok, I also enjoy skinning IPB and just general webdesign. You may seduce me with some XUL or XML as well :)

Posted 11 May 2006 - 06:20 PM

You know, I am going to scream. WHY ON EARTH USE KATE FOR coding...

How about VIm - you can install it with gui for gnome or kde... Glimmer (which is the proggie I started my first website with).. Or if you prefer a more all around - code completion etc - try Bluefish.

If you dont like downloading extra stuff... Open a terminal, type vi <filename.extension> and there you go :D (without the < >) Be advised in Vi, you need to hit the Ins key to type, and Esc to leave the typing mode. To exit the file and save.. hit Esc then type ":wq!" : is to execute a command, w for write, q for quit and ! to force it so it's not fussing.

#8 mastercomputers

mastercomputers

    Making IT Happen

  • Members
  • 770 posts
  • Gender:Male
  • Location:Auckland, New Zealand
  • Interests:There's not a lot I'm not interested in, knowledge is power, without it, I'd be sitting in the dark.
  • myCENTs:42.89

Posted 11 May 2006 - 07:45 PM

Just been looking at the screenshots for Notepad++ and there's really nothing impressive seen from the screenshots, so I take it, it must be the features it has?

I would say Quanta Plus and Bluefish would probably be editors that come close to Notepad++, so there maybe no need to actually port Notepad++ over to Linux.

I agree that KATE is not really a good code editor, but it is a simple text editor that has some syntax features that would make it acceptable, same would go for the Gnome Editor (gedit).

Cheers,


MC

#9 xboxrulz

xboxrulz

    Colonel Panic

  • Members
  • 3,057 posts
  • Gender:Male
  • Location:Toronto, Ontario, Canada
  • myCENTs:59.15

Posted 11 May 2006 - 08:36 PM

Moonwitch, I use Kate for my programming/editing, it's just as great as other editors IMO.

xboxrulz

#10 yordan

yordan

    Way Out Of Control - You need a life :)

  • [MODERATOR]
  • 4,677 posts

Posted 11 May 2006 - 09:07 PM

People have to get familiar with vi, the default text editor with any Unix or Linux computer in the world.

#11 evought

evought

    Premium Member

  • Members
  • 244 posts
  • Gender:Male
  • Location:Missouri
  • myCENTs:65.48

Posted 11 May 2006 - 10:56 PM

Just been looking at the screenshots for Notepad++ and there's really nothing impressive seen from the screenshots, so I take it, it must be the features it has?

I would say Quanta Plus and Bluefish would probably be editors that come close to Notepad++, so there maybe no need to actually port Notepad++ over to Linux.

I agree that KATE is not really a good code editor, but it is a simple text editor that has some syntax features that would make it acceptable, same would go for the Gnome Editor (gedit).

Cheers,
MC


I use JEdit mostly, just because I can use it on Mac, Windows, and Linux. It is written in Java, has some platform specific extensions to fit into the native environment a little better, is a good editor out of the box, and has a great extension system with many plugins available. I even use it for general word processing (but then, I am an XML/LaTeX junkie).

There really is no shortage of editors for Linux in general and there even quite a few which run on a good handful of platforms so you do not need more than one program when you switch machines.

Edited by evought, 11 May 2006 - 10:56 PM.


#12 minnieadkins

minnieadkins

    Premium Member

  • Members
  • 292 posts

Posted 14 May 2006 - 01:00 AM

I use notepad++. I think's it's great. If there was a linux version I would prob install it and run it on linux as well. Perhaps there will be a version one day, but for now maybe I'll check into some of these other text editors that you speak of.

As far as notepad++ goes, I'm just use to it. I like it's simplicity, and flexibility. Syntax highlighting is good. Overrall I could switch but I fear change.

#13 Hraefn

Hraefn

    Member [ Level 2 ]

  • Members
  • 65 posts
  • Interests:I'm an amateur writer and graphics artist who's also interested in the whole Web 2.0 phenom. I also do some web scripting (mainly HTML, with some Javascript and PHP), mostly self-taught. Oh, and I'm an anime fanatic. =^^=

Posted 14 May 2006 - 05:06 PM

I just took a look at Bluefish and I really liked the look of it. It seems to have most of the features Notepad++ has, and more. I'm currently migrating over to Linux myself, but it's not a full migration since there are some needed apps that unfortunately run only on Windows. Yeah, I know I can dual boot and run an emulator like Wine, etc., but I'd much prefer having a fully Linux system. =^^=

Thanks to all who recommended Bluefish. That's one app off my checklist. =^^=

#14 Hercco

Hercco

    Super Member

  • Members
  • 595 posts

Posted 14 May 2006 - 07:22 PM

Seriously I would have never thought I would see thread like this: trying to find a Linux version of a Windows editor. Oh dear...

I think the reason why projects such as Notepad++ and other exitst is because Windows completely lacks a good built-in text editor which, if you think about it, is quite a weird thing... A text editor is an utility that you expect to find on any human usable computer.

Seriously people learn to use Vi(m). At least the basics. You might find yourself in sitation where its the only alternative.

#15 xboxrulz

xboxrulz

    Colonel Panic

  • Members
  • 3,057 posts
  • Gender:Male
  • Location:Toronto, Ontario, Canada
  • myCENTs:59.15

Posted 15 May 2006 - 11:36 AM

true, but easier said than done, most people are too use to GUI editor. I do too and I don't think people know any.

xboxrulz

#16 vtitty

vtitty

    Newbie [ Level 1 ]

  • Members
  • 3 posts

Posted 27 June 2006 - 08:12 PM

There are tons of great text/code editors for linux that are way better than any windows editor.

#17 jobano

jobano

    Newbie [ Level 1 ]

  • Members
  • 1 posts

Posted 03 December 2006 - 01:04 AM

Just been looking at the screenshots for Notepad++ and there's really nothing impressive seen from the screenshots, so I take it, it must be the features it has?

I would say Quanta Plus and Bluefish would probably be editors that come close to Notepad++, so there maybe no need to actually port Notepad++ over to Linux.

why notepad++ more than bluefish / Quanta ?
- vertical selection inexistant under Bluefish / Quanta do it ok
- xml reindentation not found under Bluefish (I mean the 'pretty print' function [via plugin under notepad++]) - I'm perhaps wrong on it about Quanta, there is the 'format XML code' feature, but I didn't understood it...
- tidy function not found under Bluefish [via plugin under notepad++] - Ok under Quanta
- [syntax coloration isn't really good in Bluefish (it doesn't recognize <? as <?php for my instant try) but I've seen this part under dev] - quanta Ok on it
- search through all opened files - even quanta (that appears to be a stronger tool than Bluefish) don't do it
- search through a directory with a file pattern - even quanta don't do it
- different files formats win/unix/mac ; also not found into Bluefish - quanta Ok
- file modification detection with alerts - quanta Ok (and better than jedit that don't give any choice on action !!!
- muti-view (paned views) - even quanta don't do it


Seriously people learn to use Vi(m). At least the basics. You might find yourself in sitation where its the only alternative.

I'm far away of the one who wants to kill vi, but under windows at least you can drag your text using the default editor...


I'm personally switching between jedit(too slow), gedit(too simple but always ready) and Bluefish / Quanta since few minutes.
I hope finding an improved, quick, simply rendered and easy to use text editor as notepad++ for linux.

And I'm sorry if I said wrong things about Bluefish and Quanta there, correct me then !

Edited by jobano, 03 December 2006 - 01:08 AM.


#18 FMaz

FMaz

    Newbie [ Level 1 ]

  • Members
  • 4 posts

Posted 16 May 2007 - 01:49 AM

Ok, here why I want to use Notepad++ and not Bluefish of other APP like that full of useless options:

My needs are SIMPLE:
- I want a fully customisable syntaxic coloration, and that I can also change manually (some of my files are inside PHP files, but should not be coloured as PHP files)
- When I place the cursor on a { or a (, I want to be able to see the closing one. (Dynamic coloration)
- Sometime I misstype ALT+SPACE, and that create unbreaking space, that cause PHP error, so I want an option to display every character (a tab is displayed (TAB) or something like this)


I've tried ALL the editor that you mentionned in this topic, Blue fish was the one that come close to notepad++, but it doesn't do the point #2 that I want.


So before *****ing an application that you never used, try it... Screenshot display nothing usefull.

Check out this:
http://notepad-plus....uk/nppLinux.php


Ps.: Sorry for my english.

#19 AlecTBM

AlecTBM

    Newbie [ Level 1 ]

  • Members
  • 1 posts

Posted 10 June 2007 - 09:42 AM

I am now trying to compile npp to linux.
I cant promise anything.

If I succeed I am going to add an link to it here.

#20 FMaz

FMaz

    Newbie [ Level 1 ]

  • Members
  • 4 posts

Posted 21 July 2007 - 02:48 PM

Hooo !
That would be soo cool !
Hope you will be able to, because I'm tired of Bluefish and the need to press F5 all the time to refresh the syntaxical coloration.
Also it's impossible to change the key bahavior to have TAB that can do that same as CTRL+. or ,


Really, there is 2 things that I miss from windows under linux:
Notepad++
FlashFXP

I've tried many many applications, but none of them give me full satisfaction yet :P

Well, keep us informed about your progress (and I'm sure that if you contact the Notepad++ creator, he will be happy to assist you)



Reply to this topic



  


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users