프로그래머가 사용할 수 있는 텍스트 편집기는 많지만 대부분의 사람들 은 무료이고 사용자 친화적이며 기능이 풍부하기 때문에 Notepad++ 를 메모장 의 대안 으로 선택하는 경우가 많습니다. (alternative to Notepad)Windows PC 용 Notepad++ 에 익숙하지 않은 경우 .html, .css , .php , .asp , .bash , .js 등 다양한 언어를 작성할 수 있다는 것을 알아야 합니다 . 다음은 시작하는 데 사용할 수 있는 몇 가지 Notepad++ tips and tricks 입니다.
메모장++ 팁과 요령
1] 특정 일을 자동으로 수행(Perform)
이것은 실제로 다시 하지 않고도 작업을 두 번 이상 반복할 수 있게 해주기 때문에 Notepad++매크로(Macro) 를 기록하고 자동으로 동작을 수행할 수 있습니다. 다른 파일의 특정 텍스트를 바꾸고 특정 형식으로 저장하려고 한다고 가정해 보겠습니다. 전체 프로세스를 기록하고 나중에 해당 작업을 수행하고 싶을 때마다 재생하면 됩니다. 매크로는 원하는 만큼 저장할 수 있습니다. 매크로(Macro) 를 기록하려면 Notepad++ 의 탐색 메뉴 에서 매크로(Macro ) 섹션으로 이동 하십시오 .
2] 특정 브라우저에서 코드 실행(Launch)
HTML 과 CSS 로 몇 줄의 코드를 작성했다고 가정해 봅시다 . 이제 라이브 웹 사이트에 적용하지 않고 해당 페이지의 모양을 확인하려고 합니다. 두 가지 옵션이 있습니다. 먼저(First) 해당 코드를 해당 확장자(여기서는 .html)로 저장하고 모든 웹 브라우저에서 파일을 열 수 있습니다. 또는 이 작업을 수행하지 않고 특정 브라우저에서 코드를 실행할 수 있습니다. 코드를 적어 두고 (Just)Run > Launch in Firefox/IE/Chrome/Safari 을 선택하세요 . 이제 페이지가 원하는 웹 브라우저에서 직접 열립니다.
3] 환경 설정 변경
Notepad++ 의 기본 인터페이스 가 지루하고 사용자 정의가 필요하다고 생각한다면 타사 소프트웨어나 플러그인을 사용하지 않고도 확실히 할 수 있습니다. 테마, 글꼴군, 글꼴 크기, 글꼴 스타일, 글꼴 두께, 글꼴 색상, 배경색 등을 변경할 수 있습니다. 타사 소스에서 글꼴을 설치한 경우 Notepad++ 에서 기본 글꼴로 계속 사용할 수 있습니다 . 기본 설정을 변경하려면 Settings > Style Configurator 클릭하기만 하면 됩니다. 앞에서 언급한 모든 것을 선택할 수 있는 화면이 표시됩니다. 기본 설정을 선택하고 같은 페이지의 확인란에 체크 표시를 하십시오. 그렇지 않으면 변경 사항이 적용되지 않습니다.
4] 나만의 Notepad++ 테마 생성(Create) 및 설정
Notepad++ 의 기본 테마가 마음에 들지 않으면 원하는 대로 만들어 기본 테마로 설정할 수 있습니다. 기본 요구 사항은 확장자가 .xml인 테마 파일을 저장하고 다음 폴더에 저장해야 한다는 것입니다.
C:\Users\user_name\AppData\Roaming\Notepad++\themes
user_name 을 실제 사용자 이름 으로 바꾸는 것을 잊지 마십시오 . 이 작업을 수행한 후 Settings > Style Configurator 이동합니다 . 테마 선택(Select Theme ) 드롭다운 메뉴에 테마가 표시됩니다.
5] 최근에 연 파일을 빠르게 열고 번호를 변경하십시오.(Open)
(Suppose)코드로 가득 찬 폴더가 있고 특정 파일을 열어야 한다고 가정 합니다. 긴 경로를 탐색해야 하는 경우에는 확실히 시간이 걸립니다. 이러한 경우 파일을 클릭하고 최근에 연 파일을 확인하기 만 하면 됩니다. (File )실제 경로와 함께 목록에서 최대 15개의 파일을 가져올 수 있습니다. 이 기능이 유용하다고 생각하고 "최근에 열림" 파일 수를 늘리고 싶다면 다음과 같은 방법으로 숫자를 늘리거나 줄일 수 있습니다. Settings > Preferences 을 엽니 다. 최근 파일 기록(Recent Files History) 에서 번호를 변경할 수 있는 옵션이 표시됩니다.
6] 트리 보기에서 파일 열기
테마를 개발 중이라면 분명히 하나 이상의 파일이 있습니다. 특정 폴더에서 다른 파일을 열고 닫는 것은 매우 어렵습니다. 이 문제를 해결하기 위해 Notepad++Folder as Workspace 라는 멋진 기능이 있어 사용자가 트리 보기에서 모든 파일과 폴더를 볼 수 있습니다. 왼쪽에 특정 폴더와 파일을 열 수 있는 사이드바가 있습니다. 폴더를 열려면 File > Open Folder as Workspace, 를 클릭 하고 트리 보기에 표시할 폴더를 선택합니다.
7] 폴더의 모든 파일을 한 번에 열기(Open)
Notepad++ 에서 한 번에 폴더의 모든 파일을 열려면 두 가지 작업을 수행할 수 있습니다. 폴더를 열고 모든 파일을 선택한 다음 Enter 키를 누르기만 하면 됩니다. 또는 File > Open Containing Folder > Explorer, 선택하고 Enter 키를 누를 수 있습니다 . 두 작업 모두 동일한 작업을 수행합니다.
8] 여러 파일에서 단어 또는 텍스트 찾기(Find)
(Suppose)특정 단어를 쓰는 데 실수를 했다고 가정해 봅시다 . 예를 들어, XYZ 대신 ABC 를 작성 했습니다. 잘못 쓰여진 단어를 모두 찾기 위해 한 번에 하나의 파일을 열어 확인할 필요가 없습니다. 대신 위에서 언급한 가이드를 사용하여 모든 파일을 한 번에 열 수 있습니다. 그런 다음 Ctrl + F찾기(Find ) 탭 으로 이동합니다 . 이제 찾고자 하는 내용을 적어두고 모든 열린 문서에서 모두 찾기(Find All in All Opened Documents) 버튼을 누르십시오. Notepad++ 창의 맨 아래에 결과가 표시됩니다. 여기에서 특정 파일로 이동하여 오류를 찾을 수 있습니다.
9] 여러 파일에서 단어 또는 텍스트 바꾸기(Replace)
특정 단어나 텍스트를 다른 단어로 바꾸려면 여러 파일에서 모든 파일을 Notepad++ 에서 엽니다 . Ctrl Ctrl + H 를 누르고 대체할 단어를 입력하고 지정된 필드에 새 단어를 입력하고 열린 모든 문서에서 모두 바꾸기(Replace All in All Opened Documents) 를 클릭합니다 . 모든 파일을 한 번에 저장하려면 Ctrl + Shift + S 를 누릅니다 .
10] 변경 사항을 나란히 찾기
특정 파일을 거의 변경하지 않았거나 단일 파일에 대해 두 개의 인스턴스를 만들고 싶다고 가정해 보겠습니다. 이렇게 하려면 나란히 배치하거나 다른 인스턴스를 만들 파일을 열거나 만듭니다. 그런 다음 탭을 마우스 오른쪽 버튼으로 클릭하고 다른 보기로 복제 를(Clone to Other View) 선택 합니다.
10] 편집 방지 파일 만들기
실수로 버튼을 자주 누르는 경우 두 개의 파일을 나란히 배치했을 때 특정 파일을 편집하고 다른 파일을 편집할 수 없도록 만드는 데 도움이 되는 솔루션이 있습니다. 읽기 전용으로 하려는 파일의 탭을 마우스 오른쪽 버튼으로 클릭한 다음 읽기 전용 을 선택 합니다(Read Only) .
Notepad++ 는 홈페이지(homepage)(homepage) 에서 다운로드할 수 있습니다 .
보너스 팁 : (Bonus Tip)access FTP server using Notepad++ 할 수도 있습니다 .
Hope you find these Notepad++ tips useful.
Best Notepad++ Tips and Tricks you should use
Therе are plenty of text еditors available for programmers, but most of the peоple often choose Notepad++ as an alternative to Notepad since it is free, user-friendly and feature-rich. If you are not familiar with Notepad++ for Windows PC, you should know that it is possible to write different languages including .html, .css, .php, .asp, .bash, .js, and more. Here are a few Notepad++ tips and tricks that you may use to get started.
Notepad++ Tips and Tricks
1] Perform certain things automatically
This is probably the most time-saving feature that Notepad++ has, since it will let you do a repeat a task more than once without actually doing it again. You can record a Macro and perform an act automatically. Let’s assume that you want to replace a certain text in different files and save it in a particular format. You just need to record the whole process and play it later whenever you want to perform that task. It is possible to save as many macros as you want. To record a Macro, just head over to the Macro section in the navigation menu of Notepad++.
2] Launch code in a particular browser
Let’s assume that you have written a few lines of code in HTML and CSS. Now, you want to check the look of that page without applying it on a live website. You have two options. First, you can save that code with the respective extension (here it is .html), and open the file in any web browser. Or, you can just launch the code in a particular browser without doing any of this. Just write down your code, select Run > Launch in Firefox/IE/Chrome/Safari. Now, the page will open directly in your desired web browser.
3] Change preference
If you think that the default interface of Notepad++ is boring, and it needs some customization, you can certainly do that without using any third party software or plugin. It is possible to change the theme, font family, font size, font style, font weight, font color, background color, and more. If you have installed a font from third party sources, you can still use it as your default font in Notepad++. To change the preferences, just click on Settings > Style Configurator. You will see a screen, where you can choose everything mentioned earlier. Select your preference and place a tick-mark in the checkbox on the same page. Otherwise, the change will not be effected.
4] Create and set own Notepad++ theme
If you do not like the default themes of Notepad++, you can make one according to your wish and set it as your default theme. The primary requirement is that you have to save the theme file with a .xml extension, and place it inside the following folder:
C:\Users\user_name\AppData\Roaming\Notepad++\themes
Don’t forget to replace user_name with your actual username. Having done this, go to Settings > Style Configurator. You will see the theme inside the Select Theme drop-down menu.
5] Open recently opened files quickly and change the number
Suppose, you have a folder full of your codes, and you need to open a particular file. It will certainly take time if you have to navigate a long path. At such times, you can simply click on File and check your recently opened files. You can get up to 15 files in the list with the actual path. If you think that this feature is useful, and you want to increase the number of “Recently Opened” files, here is a trick to increase or decrease the number. Open Settings > Preferences. Under the Recent Files History, you will get the option to change the number.
6] Open file in the tree view
If you are developing a theme, obviously there are more than one files. It is quite difficult to open and close different files in a particular folder. To solve this problem, Notepad++ has an awesome feature called Folder as Workspace, which helps users to view all the files and folders in the tree view. You can see a sidebar on the left-hand side that will let you open a particular folder and file. To open a folder, click on File > Open Folder as Workspace, and choose the folder that you want to show in a tree view.
7] Open all files in a folder at once
If you want to open all the files in a folder at once in Notepad++, you can do two things. You can simply open a folder, select all the files and hit Enter. Or you can click on File > Open Containing Folder > Explorer, select the files and hit Enter. Both actions will perform the same task.
8] Find word or text in multiple files
Suppose, you have made a mistake in writing a particular word. For instance, you have written ABC instead of XYZ. To find all the wrongly written words, you do not have to open one file at a time and check them. Instead, you can just open all the files at once using the guide mentioned above. Then, press Ctrl + F and go to Find tab. Now, write down what you want to find and hit the Find All in All Opened Documents button. You will get the result in the bottom of your Notepad++ window. From here, you can go to that particular file and find the error.
9] Replace word or text in multiple files
If you want to replace a particular word or text with some other word, in multiple files, open all the files in Notepad++. Press Ctrl + H, type the word you want replaced, and the new word in the given fields and click on the Replace All in All Opened Documents. To save all the files at once, press Ctrl + Shift + S.
10] Find changes side by side
Let’s assume that you have made few changes in a particular file or say you want to make two instances of a single file. To do this, open or create the file that you want to place side by side or make another instance. Then, right-click on the tab and select Clone to Other View.
10] Make a file edit-proof
If you often press buttons by mistake, here is a solution that will help you to edit a particular file and make other files edit-proof when you have placed two files side by side. Right-click on the file’s tab that you want to Read Only and then, select Read Only.
Notepad++ is available for download from its homepage.
Bonus Tip: You can also access FTP server using Notepad++.
Hope you find these Notepad++ tips useful.