Page 1 of 1

[HELP] Notepad ++

Posted: Sun Sep 05, 2010 5:29 am
by SoullessSoul
Can Anyone Teach Me How To Use Notepad ++ ??
Dont Understand How To Use It...
Things Written By Wikipedia...
Notepad++ is a versatile text editor and source code editor for Windows. It can also run on Linux and Mac OS X, using software such as Wine.[1] One main advantage of Notepad++ over the built-in Windows text editor, Notepad, is tabbed editing, to easily work with multiple open files.
It is distributed as free software. The project is hosted on SourceForge.net, from where it has been downloaded over twenty million times[2][3] and twice won the Community Choice Award for Best Developer Tool.[4] To display and edit text and programming language source code files, Notepad++ uses the Scintilla editor component.
And This Link Onli Giv Me This....(The Link http://notepad-plus-plus.org/)
Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.

This project is mature. However, there may be still some bugs and missing features that are being worked on. If you have any questions or suggestions about this project, please post them in the forums. Also, if you wish to make a feature request, you can post it there as well. But there's no guarantee that I'll implement your request.

You're encouraged to translate Notepad++ into your native tongue if there's not already a translation present in the Binary Translations page. And if you want, help translating Notepad++ official site into your native tongue would be greatly appreciated.

I hope you enjoy Notepad++ as much as I enjoy coding it.

Re: [HELP] Notepad ++

Posted: Sun Sep 05, 2010 9:34 am
by guyz92
What you wanna do with Notepad ++?

It is normally use to code HTML code, java script,CSS script,
Which is mainly for scripting.

You must know those code because notepad++ does not have build in code generator.

Re: [HELP] Notepad ++

Posted: Sun Sep 05, 2010 11:51 am
by SoullessSoul
Guys92..do u have a Tut or guide on how to use it??
Actually i learning everythg about Scripting

Re: [HELP] Notepad ++

Posted: Sun Sep 05, 2010 3:31 pm
by guyz92
AS for this, i will show you the basic of html 4.0 then.

Code: Select all

<html>

<head>

<title>Hello World</title>

</head>

<body>

<h1>Hello World</h1>

</body>
</html>
That will make 1 simple hello world.

Re: [HELP] Notepad ++

Posted: Sun Sep 05, 2010 3:48 pm
by SoullessSoul
Everytime i open the Notepad ++ it will show somethg like this
Untitle1d.png

Re: [HELP] Notepad ++

Posted: Sun Sep 05, 2010 4:03 pm
by KFSPC8
oh notepad!

Code: Select all

@echo off
Hello World!
pause
save as .bat file extension O.O

Re: [HELP] Notepad ++

Posted: Sun Sep 05, 2010 6:10 pm
by guyz92
Notepad ++ cannot use to open .exe file.
Notepad ++ only use as an advanced notepad, which you can code html,css and other sub script. It cannot use for opening packed data.
Capture.PNG

Re: [HELP] Notepad ++

Posted: Tue Sep 07, 2010 10:43 am
by SoullessSoul
guyz92 wrote:Notepad ++ cannot use to open .exe file.
Notepad ++ only use as an advanced notepad, which you can code html,css and other sub script. It cannot use for opening packed data.
Capture.PNG
Oo...Thx..
Anyway..Can Show Some CSS code and sub script??
Thx