관리 메뉴

IT & Life

[소프트웨어] Notepad++ 본문

유용한 컴퓨터 SW 소개

[소프트웨어] Notepad++

미운앙마 2017. 10. 22. 20:36

About

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.

 

 

Notepad ++는 여러 언어를 지원하는 무료 ( "free speech"와 "free beer") 소스 코드 편집기와 메모장 대체품입니다. MS Windows 환경에서 실행되는이 제품의 사용은 GPL 라이센스의 적용을받습니다 .

강력한 편집 구성 요소를 기반으로 불꽃 , 메모장 ++ C ++로 작성하고 더 높은 실행 속도와 작은 프로그램 크기를 보장 순수의 Win32 API 및 STL을 사용합니다. Notepad ++ 는 사용자의 편의를 잃지 않고 가능한 한 많은 루틴을 최적화함으로써 세계의 이산화탄소 배출을 줄이기 위해 노력하고 있습니다. CPU 사용량이 적을 때 PC는 전력 소비를 줄이고 전력 소비를 줄여 친환경적인 환경을 만들 수 있습니다.

 

이진 번역 페이지 에 아직 번역본이없는 경우 메모장 ++ 를 모국어로 번역 하는 것이 좋습니다 .

내가 코딩을 즐기는만큼 많이 메모장을 즐기기를 바랍니다.

 

 

 

 

공식 사이트 링크 : https://notepad-plus-plus.org/

Comments