[ atom ] 아톰 완전 삭제 ( 미삭제 파일 포함 삭제 시 ) > editor

본문 바로가기
사이트 내 전체검색

editor

[ atom ] 아톰 완전 삭제 ( 미삭제 파일 포함 삭제 시 )

페이지 정보

작성자 웹지기 댓글 0건 조회 8,221회 작성일 20-04-28 10:17

본문

제어판 > 아톰 삭제

이렇게 삭제를 하면 설치폴더에 있는 파일들은 모두 삭제가 된다.

하지만, 남아있는 찌꺼기가 존재해서 새로 설치를 하게 되면 다시 그 파을들을 설치해 버린다.

 

완전삭제는 폴더를 찾아서 삭제해줘야 한다.

C:\Users\<user name>\.atom folder (설정, 패키지…).

C:\Users\<user name>\AppData\Local\atom (응용 프로그램 자체)

C:\Users\<user name>\AppData\Roaming\Atom 폴더 (캐시 용)

이 폴더들이 남아 있다면 강제로 삭제를 해준다.

그러면 패키지나 추가 설치된 부분도 모두 초기화를 할 수 있다.

추천0 비추천0

댓글목록

등록된 댓글이 없습니다.

Total 53건 3 페이지
+8
+1
  • 21 [ vscode ] 비쥬얼스튜디오코드에서 emoji 설치 및 사용하기
  • 비쥬얼 스튜디오 코드에서 emoji 사용하기 Ctrl + Shift + x( Extensions )클릭 &gt; emojisense &gt; install 왼쪽하단 톱니바퀴 &gt; Settings &gt; User &gt; Extensions : emojisense: &gt; Languages &gt; Edit in settings.json settings.json { "ja...
  • 웹지기 02-14 8576 0 0 댓글 0
+1
  • 19 [ vscode ] markdown 만들기 및 사용법
  • vscode에서 md파일을 만들어서 아래 그림 처럼 클릭 &lt;!-- Heading --&gt; # Heading 1 ## Heading 2 ### Heading 3 #### Heading 4 ##### Heading 5 ###### Heading 6 &lt;!-- line --&gt; --- &lt;!-- text attributes --&gt; This is the **bold** text and this...
  • 웹지기 02-14 3373 0 0 댓글 0
+1
  • 18 [ vscode ] power mode 사용하기( 코딩의 즐거움을 더하기 위해 파워코드 ^^ )
  • Extensions &gt; 검색창에서 Power mode &gt; install Settings &gt; 오른쪽 Open Settings(JSON) 클릭후 기존 json 파일에 추가 추가시 기존 json의 맨끝에 , 가 없다면 , 를 넣어주고 다음에 추가 "powermode.enabled": true, "powermode.presets":"fireworks" 다른 설정 방법은 이곳을 읽어보 하기 바란다...
  • 웹지기 02-15 8509 0 0 댓글 0
  • 17 [ eclipse ] 정부 프레임워크 이클립스 DB접속 오류 시 해결 방법
  • 정부 프레임워크 이클립스 DB접속 오류 시 해결 방법 이클립스 콘솔창에 다음과 같은 오류가 발생하면서 DB가 보이지 않는다면,,,,, Plug-in org.eclipse.datatools.sqltools.result.ui was unable to load class org.eclipse.datatools.sqltools.result.internal.ui.view.ResultsView. 이러한 오류가 발생할 때 C:\eGovFrame-3.9.0\workspace.edu\.metadata\...
  • 웹지기 02-19 6063 0 0 댓글 0
  • 15 [ 정부 표준 프레임워크 ] eGovFrameDev DB 접속오류 해결
  • 정부 프레임워크 이클립스 DB접속 오류 Plug-in org.eclipse.datatools.sqltools.result.ui was unable to load class org.eclipse.datatools.sqltools.result.internal.ui.view.ResultsView. 이러한 오류가 발생할 때 C:\eGovFrame-3.9.0\workspace.edu\.metadata\.plugins\org.eclipse.datatools.sqltools.result...
  • 웹지기 03-03 4054 0 0 댓글 0
  • 14 [ vscode ] vscode에서 php 사용하기
  • vscode에서 php 사용하기위해서 설치할 것은 Extenstions &gt; 검색창에 &gt; PHP IntelliSense &gt;&gt; install &gt;&gt; manage &gt;&gt; Extension settings &gt; Edit in settings.json &gt;&gt; 아래부분을 추가 "php.executablePath": "p...
  • 웹지기 05-04 5700 0 0 댓글 0
+6
  • 12 [ phpstorm ] 윈도우에서 파일 자동 배포( deployment use rsync for downlo…
  • Tools&gt;Deployment&gt;Configuration&gt;Usersyncfordownload/upload이부분에 체크를 해서 자동 저장을 하고 싶다면rsync와openssl을 설치해야한단다. Rsync라는게macos와linux에서는자동으로 지원이 되어서 찾아서 연결만 해주면 되지만 윈도우 같은 경우 설치가 되어있지 않다. 검색을 해보니 약간 복잡 해야 할 일이 있지만 ...
  • 웹지기 06-13 2183 0 0 댓글 0
  • 11 [ phpstorm ] 화면에 세로줄 없애기
  • Preferences - mac -&gt; Cmd+, - window,linux -&gt; Setting(Ctrl+Alt+s) editer &gt; general &gt; apperance - show hard wrap and visual guides 체크해제. 저장 하면 사라짐.
  • 웹지기 07-07 1908 0 0 댓글 0
  • 10 [ phpstorm ] 자동 줄바꿈( 개행 )
  • Preferences - mac -&gt; Cmd+, - window,linux -&gt; Setting(Ctrl+Alt+s) editer &gt; general - soft-wrap these files 에 원하는 파일 추가 (*.md; *.txt; *.rst; *.adoc; *.php, *.html; *.css; *.js; *.htm; *.php3)
  • 웹지기 07-07 2858 0 0 댓글 0
  • 9 [ intelliJ ] 맥용 단축키 (preferences > keymap > editor actions …
  • intelliJ 맥용 단축키 (preferences &gt; keymap &gt; editor actions 부분 macOS) 정렬 Option + Command + l 커서 이동 Command + 방향키( &lt;- , -&gt;) 라인맨 왼쪽, 라인맨 오른쪽또는 Fn + 방향키( &lt;- , -&gt;)복사 Command + c붙여넣기 Command + v블럭씌우기 Command + Shift + 방향키(&lt;...
  • 웹지기 07-12 1887 0 0 댓글 0
게시물 검색

회원로그인

접속자집계

오늘
2,883
어제
8,307
최대
33,828
전체
8,654,349

그누보드5
Copyright © funyphp.com. All rights reserved.