You are not logged in.

#1 2010-02-09 07:53:48

ummakynes
Member
From: Florida
Registered: 2010-01-21
Posts: 13

Notepad++ Compilation

Would someone be able to walk me through compiling Notepad++ for my 64bit Arch setup? Like, If I downloaded the source from Sourceforge?

Offline

#2 2010-02-09 07:58:57

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Notepad++ Compilation

1. I think it's a MSVC platform based source (windows only)
2. We have many editors in Linux, way better than Notepad++, why would you want it ?

Offline

#3 2010-02-09 08:44:43

ezzetabi
Member
Registered: 2006-08-27
Posts: 947

Re: Notepad++ Compilation

While I insist with the point 2 of flamelab I can also understand that you (or your cooworkers) want to contine with the same environment you know well.

So:
- archgames to install and keep bin32-wine with easy;
- wine appdb to see how well notepad++ works in linux;
- little suggestion if you want to make a package.

Last edited by ezzetabi (2010-02-09 08:45:28)

Offline

#4 2010-02-09 14:26:17

ummakynes
Member
From: Florida
Registered: 2010-01-21
Posts: 13

Re: Notepad++ Compilation

1) I read that it was open-source, just wondering how to compile it under linux
2) Everyone says that, I just don't feel like learning a new program
3) My system being 64bit, it'll probably take extra time to figure out how to get wine on it. I would prefer not to have to get a bunch of 32bit libraries.

I was trying to see if maybe someone had already figured out how to compile it for Linux, or if anyone knew what dependencies or build packages I would need.

Offline

#5 2010-02-09 14:32:34

Gigamo
Member
Registered: 2008-01-19
Posts: 394

Re: Notepad++ Compilation

Learning Vim is always worth it :-)

Offline

#6 2010-02-09 14:43:23

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: Notepad++ Compilation

You could try one of these:

bp:~$ yaourt -Ss notepad
extra/leafpad 0.8.17-1 
     A notepad clone for GTK+ 2.0
aur/tpad 1.3-3 (4)
    Windows XP (TM) enhanced Notepad clone written in Tcl/Tk

To know or not to know ...
... the questions remain forever.

Offline

#7 2010-02-09 14:47:50

flamelab
Member
From: Athens, Hellas (Greece)
Registered: 2007-12-26
Posts: 2,160

Re: Notepad++ Compilation

ummakynes wrote:

1) I read that it was open-source, just wondering how to compile it under linux
2) Everyone says that, I just don't feel like learning a new program
3) My system being 64bit, it'll probably take extra time to figure out how to get wine on it. I would prefer not to have to get a bunch of 32bit libraries.

I was trying to see if maybe someone had already figured out how to compile it for Linux, or if anyone knew what dependencies or build packages I would need.

Just because its source is available, it doesn't make it configurable under gcc on Linux. As I said, it's possibly a MSVC source for Windows. And you have too many options in Linux, you seriously don't need notepad++.

Offline

#8 2010-02-09 14:59:11

bernarcher
Forum Fellow
From: Germany
Registered: 2009-02-17
Posts: 2,281

Re: Notepad++ Compilation

BTW, learning editors is fun. big_smile


To know or not to know ...
... the questions remain forever.

Offline

#9 2010-02-09 15:30:34

jowilkin
Member
Registered: 2009-05-07
Posts: 243

Re: Notepad++ Compilation

The directions to install notepad++ on Linux that are on notepad++'s website (http://notepad-plus.sourceforge.net/uk/nppLinux.php) tell you to install it through wine, so I think that is your only option.  If you use one of the AUR helper programs like yaourt, bauerbill, packer, etc., it is easy to install wine on a 64-bit machine.  You will need a lot of 32 bit libraries, but they are pulled in automatically by these programs.

So it seems like your options are installing bin32-wine and running notepad++ with wine, or using a new editor.

Last edited by jowilkin (2010-02-09 15:31:00)

Offline

#10 2010-02-09 15:39:48

skanky
Member
From: WAIS
Registered: 2009-10-23
Posts: 1,847

Re: Notepad++ Compilation

Notepad++ uses Scintilla, so you might find something reasonably similar (I realise that a lot of what NP++ does is in the wrapper) amongst this lot: http://www.scintilla.org/ScintillaRelated.html

Scintilla does come available for Gtk+ so some of them will be *nix based.


"...one cannot be angry when one looks at a penguin."  - John Ruskin
"Life in general is a bit shit, and so too is the internet. And that's all there is." - scepticisle

Offline

#11 2010-02-09 17:57:48

JerichoKru
Member
From: East Coast US
Registered: 2009-02-19
Posts: 80
Website

Re: Notepad++ Compilation

Well, gedit is a bit like notepad++, or geany.  You could try those.

Offline

#12 2010-02-09 18:01:15

thestinger
Package Maintainer (PM)
From: Toronto, Canada
Registered: 2010-01-23
Posts: 478

Re: Notepad++ Compilation

geany is a great choice if you're coming from notepad++

Offline

#13 2010-02-09 20:41:38

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Notepad++ Compilation

The feature I miss the most in almost all editors is column/rectangular selection. Geany has it, madedit has it but I don't know of any other editor that does it.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#14 2010-02-09 20:45:16

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Notepad++ Compilation

ummakynes wrote:

I would prefer not to have to get a bunch of 32bit libraries.

The alternative is to install a 32-bit chroot, and run wine, and notepad++, in that.

Offline

#15 2010-02-10 04:02:10

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: Notepad++ Compilation

Just use Vim.


Personally, I'd rather be back in Hobbiton.

Offline

#16 2010-02-10 05:54:58

mikesd
Member
From: Australia
Registered: 2008-02-01
Posts: 788
Website

Re: Notepad++ Compilation

R00KIE wrote:

The feature I miss the most in almost all editors is column/rectangular selection. Geany has it, madedit has it but I don't know of any other editor that does it.

Vim does. It's called visual block mode. Ctrl-v by default.

Offline

#17 2010-02-10 17:34:24

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Notepad++ Compilation

I'm not ready yet to use vim ^^;
I don't use a text editor very often so it would be very easy to forget all of vim's shortcuts, but sometimes column/rectangular selection comes in handy.
For now I'll keep geany smile it's not that big and it is light and does what I need.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#18 2010-02-10 18:50:15

jt512
Member
Registered: 2009-02-19
Posts: 262

Re: Notepad++ Compilation

mikesd wrote:
R00KIE wrote:

The feature I miss the most in almost all editors is column/rectangular selection. Geany has it, madedit has it but I don't know of any other editor that does it.

Vim does.

As does emacs.

Jay

Offline

#19 2010-02-10 23:25:13

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: Notepad++ Compilation

mikesd wrote:
R00KIE wrote:

The feature I miss the most in almost all editors is column/rectangular selection. Geany has it, madedit has it but I don't know of any other editor that does it.

Vim does. It's called visual block mode. Ctrl-v by default.

That editor gives me something new everyday. . . .


Personally, I'd rather be back in Hobbiton.

Offline

#20 2010-05-26 04:46:09

trusktr
Banned
From: .earth
Registered: 2010-02-18
Posts: 907
Website

Re: Notepad++ Compilation

Gedit is simply amazing for a default text editor in Gnome. big_smile

I have tried them all and have fallen back to the great Gedit. If i'm in windows, i always use notepad++ though.
Besides, notepad apps are too simple to worry about having to learn a whole new program. wink Just try Gedit and relax. B)


joe@trusktr.io - joe at true skater dot io.

Offline

#21 2010-05-26 06:56:56

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: Notepad++ Compilation

What I love about Notepad++ is the very useful highlighting feature:
1. Whenever I select a word, all occurences of that word are immediately highlighted green as long the selection is kept.
2. I can permanently highlight any selected text with different colors.
Can this be done in vim? (I guess this should be a rhetorical question, the proper way should be: what can't be done in vim? tongue )


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#22 2010-05-26 07:00:41

trusktr
Banned
From: .earth
Registered: 2010-02-18
Posts: 907
Website

Re: Notepad++ Compilation

lol yeah i think Gedit is way more powerful than vim. smile


joe@trusktr.io - joe at true skater dot io.

Offline

#23 2010-05-26 08:05:13

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Notepad++ Compilation

SanskritFritz wrote:

What I love about Notepad++ is the very useful highlighting feature:
1. Whenever I select a word, all occurences of that word are immediately highlighted green as long the selection is kept.
2. I can permanently highlight any selected text with different colors.
Can this be done in vim? (I guess this should be a rhetorical question, the proper way should be: what can't be done in vim? tongue )

Make sure you're in command mode:

1. place cursor on word
2. type '#'


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#24 2010-07-20 20:46:19

trusktr
Banned
From: .earth
Registered: 2010-02-18
Posts: 907
Website

Re: Notepad++ Compilation

If notepad++ existed on linux, it'd be my default.

It has by far THE MOST ADVANCED syntax highlting i have seen that meets all my needs: highlights matching end tags and brackets, makes a nifty vertical line to match up beginning and end of blocks, highlights all occurrences of a selected word, and much more.

I have tested just about everything and nothing compares to notepad++ in this respect. I would use it simply because of the syntax highlighting capabilities!

Someone needs to port this over to linux!


joe@trusktr.io - joe at true skater dot io.

Offline

#25 2010-07-20 21:21:33

gtklocker
Member
Registered: 2009-09-01
Posts: 462

Re: Notepad++ Compilation

I prefer vim. You can learn it once and stick with it. Believe me, it's way more powerful than notepad++ (because I've worked with both editors).

Offline

Board footer

Powered by FluxBB