WinSplit Revolution(윈스플릿 레볼루션)는 모니터 화면에 보이는 여러개의 창 위치와 크기를 관리해주는 프로그램이다. 단축키를 설정해서 사용할 수도 있고, 가상패드를 열어두고 클릭해서 사용해도 된다. 위치시키고자 하는 곳과 원하는 창크기를 한번 설정해두면, 단축키로 촤우측, 상하단 순식간에 이동시킬 수 있다.
▲ 화면을 위와 같이 쓰고 있는데,
▲ 위와 같이 정렬시키고 싶다면,
▲ WinSplit Revolution(윈스플릿 레볼루션)은 이를 손쉽게 해결해준다.
예를들어 1. 원하는 화면 위치에 (X, Y좌표값 설정) 2. 원하는 창사이즈로 크기를 조절하여 (width, height 설정) 3. 이동시킬 수 있다. (단축키 또는 가상패드)
▲ 숫자가 많이 보여 어려워 보일 수 있지만 직관적이고 단순하다.
위에 빨간색 동그라미 친부분을 해석하면 아래와 같다. - Down : 하단 위치 (구분짓기 위함인데 상단에 좌표를 두어도 무관하다) - 1, 2 : X Y 위치 좌표 값, width height 창크기 값 - Add, Edit, Delete : 설정에 대한 추가, 수정, 삭제 - Preview : 설정된 화면 미리보기
듀얼모니터를 사용한다면 단축키를 사용하여 창을 좌측화면으로 또는 우측화면으로 한번에 넘길 수도 있다.
윈도우 관리 프로그램으로 정말 최고다. 게다가 용량이 약 1MB로 가볍기까지 하다.
한번 사용해보면 여러 설명이 굳이 필요없다. 그리고 WinSplit Revolution 프로그램이 설치되있지 않은 컴퓨터에서 컴퓨터를 사용하려 한다면 답답함을 느끼게 될 것이다. 한번 빠져들면 헤어나오기 힘들다.
▶ WinSplit Revolution v 11.04 프로그램 다운로드 > 네이버 소프트웨어
Winsplit로 검색해도 프로그램이 나오긴 하는데, 2002년 업데이트 된 초기 Winsplit으로 v1.0.8 버전이다. WinSplit Revolution v 11.04를 다운 받아야 한다~
윈도우10 이후로 네이버웨일 브라우저나 이미지뷰어프로그램 등 WinSplit Revolution이 동작되지 않았다. 프로그램 에런가 했는데 알고보니 권한이 부여되지 않아 WinSplit Revolution이 창을 제어하지 못하는 이유였다. 아래와 같이WinSplit Revolution에 관리자 권한을 부여하면 이용하는데 문제가 없다.
WinSplit Revolution 실행 아이콘에 마우스 오른쪽 클릭 후 관리자 권한으로 실행하면 된다. 매번 관리자 권한으로 실행하는게 번거로우니 아래와 같이 속성에 들어가서 설정을 해두면 편리하다.
▲ 호환성 탭으로 이동 후, 아래에 관리자 권한으로 이 프로그램 실행에 체크를 해주면 된다.
아래와 같은 내용이 있어서 .gitconfig 파일을 열어봤는데 name, email 부분이 없었다.
결과적으로 name에 한글로 입력을 해서 제대로 저장을 못하고 크래시가 나는 상황이었다.(한글 지원 안하는 듯)
SourceTree의 name은 영어로만 입력하자.
------------------------------------------
Hi, it seems that every time I commit atm SourceTree crashes, I did a search here and the only solution I could find was to delete a draft commit message but I don't have one ( see attached )
It appears that my commits are working as can see my changes in Bitbucket but very annoying that it crashes
Basically, I had the same issue. The error occours because no .gitconfig will create during the setup of 3.2.4. or you have missed to check the checkbox to create user information during setup wizard.
Open Sourcetree and check "File status" - you will see that there no user is available:
Fix the Issue
Close Sourcetree
To fix the issue open the explorer and navigate to: C:\Users\
Open the folder with your username
In this folder you should have a file with name ".gitconfig". If the file not exist, create it (It is no typo, the name will written with the dot at the beginning of the filename:.gitconfig
Open the existing / new file with an editor and add the following lines to the end of the file
[user] name = User email = Email
For "User" use a standard name (It is not the Windows Username meant)
For "Email" use a standard email Address
Save the file and start Source Tree again. You will see now, that a user is available in the "Status History".
BTW.: You can find your old user data in your last commits:
Go to "History" and select a commit. Here you can see in the commit information for the "Autor": Your old data. You should use the the same data as before to keep the structure: