반응형
반응형

Text editor - 텍스트 에디터 : Sublime with TrailingSpaces

 

Sublime : http://www.sublimetext.com/

 └ (plugin) TrailingSpaces : https://github.com/SublimeText/TrailingSpaces

 

 Download :

                   http://www.sublimetext.com/2

                   http://www.sublimetext.com/3

Sublime Text 2.0.1 x64 Setup.exe

 

TrailingSpaces-master.zip

 

Sublime Text

Sublime Text is a sophisticated text editor for code, markup and prose.
You'll love the slick user interface, extraordinary features and amazing performance.

 

Trailing Spaces

A Sublime Text 2 and3 plugin that allows you to…

highlight trailing spaces and delete them in a flash!


 

 

Sublime의 awesome한 기능들.

 

Use Multiple Selections to rename variables quickly.
Here Ctrl+D is used to select the next occurrence of the current word. 

 

단어를 선택한 다음 "Ctrl + D" 를 처음 누르면 선택된 동일 단어 전체 검색.

"Ctrl + D" 를 계속 누르면 동일 단어가 순차적으로 선택되고, 순차적으로 선택된 단어는 동시 수정이 가능하다.

 

 Make batch edits with Multiple Selections.
Here Ctrl+Shift+L is used to split a selection into lines, and each line is then edited simultaneously.

 

영역 선택 후 "Ctrl + Shift + L" 를 선택하면 세로영역 선택이 된다. 세로줄에 커서가 생성됨.

 

 The Command Palette gives fast access to functionality.
Here Ctrl+Shift+P is used to show the Command Palette, "sspy" (short for Set Syntax: Python) is used set the syntax of the current file to Python.

 

"Ctrl + Shift + P"를 누르고 해당 파레트를 선택하면 명령어 파레트를 선택할 수 있다.  

예를 들어 Python의 Syntax를 사용하려면, "Ctrl + Shift + P"를 누르고, "sspy"라고 입력하면 "Set Suntax : Python" 이 선택된다. 선택하고 나면  해당 파일의 구문들이 Python에 맞는 구문색상으로 변경된다.

 

 Use Goto Anything to quickly navigate between files, even in the largest projects.
Ctrl+P shows Goto Anything, and typing then filters on file and directory names.

 

"File" - "Open Folder" 를 해서 폴더를 열었을 경우, 또는 여러 개의 파일이 열려있을 경우 "Ctrl + P"를 누르고 열려 있는 파일 또는 폴더에 존재하는 파일을 검색해서 바로 open 할 수  있다.

 

 Goto Anything can also be used to show a function, line or word within a file.
Type @ after a file name to filter on symbols. More...

 

"Ctrl + P"를 누르고 파일을 검색하는데, 해당 파일이 선택되었을때, 검색어 바로 뒤에 "@"를 입력하면 해당 파일에 존재하는 함수들을 검색 할 수 있다.

 

 

 

 Find and Replace with regular expressions.
Here unwanted whitespace is removed by using the regex " +" to find groups of spaces, which are then selected simultaneously with the Find All button.

 

"Ctrl + F"를 눌러서 "Find and Replace"를 할 경우 "공백(space)"을 입력하고 "+"를 넣으면 해당 공백 사이즈와 동일한 공백을 찾을 수 있고, 삭제 또는 교체 가능하다.

 

 

 

Trailing spaces 를 윈도우에서 설치할 때.

압축 풀고, "C:\Users\사용자폴더\AppData\Roaming\Sublime Text 2\Packages"에 폴더채로 옮겨두고 Sublime 재 실행 하면 확인 가능하다.

 

 

 

 

 

반응형
반응형

ICEcoder — In-browser code editor

 

브라우저에서 사용 할 수 있는 오픈소스 코드에디터.

IE에서는 사용하기 어렵다. 일반적인 에디터 기능은 구현되어 있다.

 

ICEcoder is an open-source code editor that lets you work directly within the browser, whether you’re online or offline. It includes broken tag indicators, highlighting themes, secure login, and much more.

 

Requirements

You can run ICEcoder either online or locally, on Linux, Windows or Mac based platforms. The only requirement is to have PHP 5 available (5.3 recommended). You can have this either as a vanilla installation or via a program such as WAMP or XAMPP (for Windows) or MAMP (for Mac).

 

 

 

Homepage: http://icecoder.net/
GitHub: https://github.com/mattpass/ICEcoder
Docs: http://icecoder.net/manual
Demo Page: http://icecoder.net/_coder/

 

 

 

 

 

반응형
반응형
APTANA - SVN 설치 (subclipse)

 

http://subclipse.tigris.org/update_1.6.x/

 

 

[Help] - [Install New Software] 를 선택

 

 

 

 

설치 후 [Window] - [Open Perspective] - [Other...] 를 선택

 

Perspective에 "SVN Repository Exploring" 이 나올 것이다.

 

 

 

 

 

 

반응형
반응형

 

금융결제원 - 공인인증서를 PC > 스마트폰 으로 복사하는 페이지

 

http://smart.yessign.or.kr/main/relay/index.html

 

 

금융결제원 : http://www.kftc.or.kr/

반응형
반응형

한 브라우저 내에서 도메인 swap  스크립트

북마크 URL에 넣어서 사용하면 된다.

 

 

Domain_A.com
Domain_B.co.kr

 

 

javascript:

var host = location.href;

if (host.indexOf("Domain_B.co.kr") >0) {

    host = host.replace("Domain_B.co.kr", "Domain_A.com")

} else {

    host = host.replace("Domain_A.com", "Domain_B.co.kr")

};

location.href = host;

 

 

javascript:var host = location.href;if (host.indexOf("Domain_B.co.kr") >0) { host = host.replace("Domain_B.co.kr", "Domain_A.com") } else { host = host.replace("Domain_A.com", "Domain_B.co.kr") }; location.href = host;

 

반응형
반응형

app-UI — Reusable application container UI components

 

http://codevisually.com/app-ui-reusable-application-container-ui-components/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+CodeVisually+%28CodeVisually%29&utm_content=FaceBook

 

 

app-UI is a free & open source collection of reusable "application container" user interface components that may be helpful to web and mobile developers for creating interactive applications using HTML and JavaScript, especially those targeting mobile devices. app-UI is a continual work in progress - it was born out of the necessity to have rich & native-feeling interfaces in HTML/JS experiences, and it works great with PhoneGap applications (http://www.phonegap.com). app-UI can easily be styled/customized using CSS.

 

 

 

Homepage: http://triceam.github.io/app-UI
GitHub: https://github.com/triceam/app-UI

 

반응형

+ Recent posts