Showing posts with label notepad. Show all posts
Showing posts with label notepad. Show all posts

Tuesday, August 23, 2016

Notepad terbaru Mei 2016 versi 6 9 2

Notepad terbaru Mei 2016 versi 6 9 2



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.

Features
• Syntax Highlighting and Syntax Folding
• User Defined Syntax Highlighting and Folding: screenshot 1, screenshot 2, screenshot 3 and screenshot 4
• PCRE (Perl Compatible Regular Expression) Search/Replace
• GUI entirely customizable: minimalist, tab with close button, multi-line tab, vertical tab and vertical document list
• Document Map
• Auto-completion: Word completion, Function completion and Function parameters hint
• Multi-Document (Tab interface)
• Multi-View
• WYSIWYG (Printing)
• Zoom in and zoom out
• Multi-Language environment supported
• Bookmark
• Macro recording and playback
• Launch with different arguments

Notepad++ v6.9.2 new features :
•  Add most wanted feature: Log Mornitoring (tail -f).
•  Add new feature: Find in Finder.
•  Fix status bar display bug in high dpi environment.
•  Fix open in explorer problem while path contain unusual characters.
•  Fix smart highlighter issue after zoom or code folding change.
Homepage – http://notepad-plus-plus.org/

Notepad++ 6.9.2 Installer | 4,01 MB |
Notepad++ 6.9.2 zip package | 2,80 MB |
Notepad++ 6.9.2 7z package | 1,95 MB |
Notepad++ 6.9.2 minimalist package | 1,08 MB |

Get

Read more »

Thursday, August 18, 2016

Make a Calculator with your Notepad

Make a Calculator with your Notepad


Steps :

  1. Open Notepad
  2. Copy below code
  3. then save as Calculator.bat (you may choose another name but extension should be .bat)
Now Its done . Your calculator is ready .
Code [Just Copy & Paste,If you change the coding ,it may not work] :- 


@echo off
color 0A
title CALCULATOR V1.8 by Nilotpol
:loop
cls
echo.
echo Calculator V1.8.0.1(Visit tech2help.tk for more tools)
echo ———————————————–
echo * = MULTIPLY
echo + = ADD
echo – = SUBTRACT
echo 2 = SQUARED
echo / = DIVIDE
echo After an equation,type CLEAR to clear the screen of your equations, type KEEP to leave them there, or type EXIT to leave.
:noclear
set /p UDefine=
set /a UDefine=%UDefine%
echo.
echo =
echo.
echo %UDefine%
echo KEEP, CLEAR, OR EXIT?
set /p clearexitkeep=
if %clearexitkeep%==CLEAR goto loop
if %clearexitkeep%==KEEP echo. && goto noclear
if %clearexitkeep%==EXIT (exit)
:misspell
echo.
echo ———————————————–
echo You misspelled your command. Please try again (make sure you are typing in all caps LIKE THIS).
echo Commands:
echo CLEAR Clear all previous equations and continue calculating.
echo KEEP Keep all previous equations and continue calculating.
echo EXIT Leave your calculating session
echo Enter in a command now.
set /p clearexitkeep=
if %clearexitkeep%==CLEAR goto loop
if %clearexitkeep%==EXIT (exit)
if %clearexitkeep%==KEEP goto noclear
goto misspell








Visit regularly to gets more tricks . 

Get

Read more »

Sunday, August 14, 2016

Notepad 6 8 8 Final Free download

Notepad 6 8 8 Final Free download


Notepad + + adalah software pengganti notepad bawaan windows...namun  Notepad + + lebih di peruntungkan untuk mengedit sebuah code code seperti scripts , template bloger dll..sotware ini sangat mudah di gunakan ,silahkan download di bawah ini bila ingin mencoba nya.

Changes in 6.8.8 :

Fix a regression of link style in html/php.
Fix find in files progress window alway on top issue.
Add Debug Info helper feature.
Fix highlighting for tags inside comment problem.
Make editor border edge display optional.
Enhance syntax highlighting for D, Powershell, Lua and Python.
Enhance syntax highlighting of preprocessor comments for several languages.
Improve close button in tab position.


http://pasted.co/17bc3623
 



Get

Read more »

Thursday, August 4, 2016

Notepad terbaru Maret 2016 versi 6 9 1

Notepad terbaru Maret 2016 versi 6 9 1



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.

Features
• Syntax Highlighting and Syntax Folding
• User Defined Syntax Highlighting and Folding: screenshot 1, screenshot 2, screenshot 3 and screenshot 4
• PCRE (Perl Compatible Regular Expression) Search/Replace
• GUI entirely customizable: minimalist, tab with close button, multi-line tab, vertical tab and vertical document list
• Document Map
• Auto-completion: Word completion, Function completion and Function parameters hint
• Multi-Document (Tab interface)
• Multi-View
• WYSIWYG (Printing)
• Zoom in and zoom out
• Multi-Language environment supported
• Bookmark
• Macro recording and playback
• Launch with different arguments

Notepad++ v6.9.1 new features :
•  Fix bad detection of sub-folder in Folder as Workspace.
•  Enhancement: Add "Find in files" command in "Folder as Workspace".
•  Enhancement: Add "Open Folder as Workspace" command in File menu.
•  Fix "copy" command bug in find result panel.
•  Improvements for JSON highlighting.
•  Fix Find In Files progress bar position bug.
•  Add Ctrl+Shift+Z shorcut for Redo.
•  FORTRAN 77 is supported.
•  Fix html tag auto-completion bug.

Homepage – http://notepad-plus-plus.org/

Notepad++ 6.9.1 Installer | 4,00 MB |
Notepad++ 6.9.1 zip package | 2,79 MB |
Notepad++ 6.9.1 7z package | 1,94 MB |
Notepad++ 6.9.1 minimalist package | 1,07 MB |

Get

Read more »