[HELP] Notepad ++

Discuss about Programming here. You may release your source, post guide and even ask questions!

Moderator: wizme

Post Reply
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

[HELP] Notepad ++

Post 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.
Image
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

Re: [HELP] Notepad ++

Post 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.
Image

ADSL:
Image

Fibre:
Image
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [HELP] Notepad ++

Post by SoullessSoul »

Guys92..do u have a Tut or guide on how to use it??
Actually i learning everythg about Scripting
Image
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

Re: [HELP] Notepad ++

Post 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.
Image

ADSL:
Image

Fibre:
Image
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [HELP] Notepad ++

Post by SoullessSoul »

Everytime i open the Notepad ++ it will show somethg like this
Untitle1d.png
You do not have the required permissions to view the files attached to this post.
Image
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [HELP] Notepad ++

Post by KFSPC8 »

oh notepad!

Code: Select all

@echo off
Hello World!
pause
save as .bat file extension O.O
guyz92
The Emperor
The Emperor
Posts: 503
Joined: Sat Aug 29, 2009 8:52 am

Re: [HELP] Notepad ++

Post 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
You do not have the required permissions to view the files attached to this post.
Image

ADSL:
Image

Fibre:
Image
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [HELP] Notepad ++

Post 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
Image
Post Reply