Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: 환경설정 view 구현 #4

Closed
4 tasks done
hdmun opened this issue Mar 16, 2024 · 6 comments
Closed
4 tasks done

feat: 환경설정 view 구현 #4

hdmun opened this issue Mar 16, 2024 · 6 comments
Assignees
Labels
enhancement New feature or request

Comments

@hdmun
Copy link
Owner

hdmun commented Mar 16, 2024

환경 설정 view를 추가하고 파일 출력 경로를 세팅할 수 있는 기능을 간단하게 구현하자

  • 환경 설정 Form 추가
  • 클래스 파일 출력 경로 세팅
  • 바이너리 파일 출력 경로 세팅
  • 설정 값들 ini 파일 저장하고 불러오기
@hdmun hdmun self-assigned this Mar 17, 2024
@hdmun hdmun added the enhancement New feature or request label Mar 17, 2024
@hdmun
Copy link
Owner Author

hdmun commented Mar 17, 2024

SettingForm

  • 클래스 파일 출력 경로 ListView 추가
  • 바이너리 파일 출력 경로 ListView 추가

Ribbon

  • 버튼 이벤트 연결하고 SettingForm 다이얼로그 띄우기

@hdmun
Copy link
Owner Author

hdmun commented Mar 17, 2024

UI 추가 삭제 로직 구현

  • SettingForm 생성 시 ConfigViewModel 전달
  • listBox 추가, 삭제 이벤트 처리

@hdmun
Copy link
Owner Author

hdmun commented Mar 18, 2024

설정 값들 ini 파일 저장하고 불러오기

@hdmun
Copy link
Owner Author

hdmun commented Mar 18, 2024

여기까지 하고 필요한 기능 생기면 그때 작업

@hdmun hdmun closed this as completed Mar 18, 2024
@hdmun
Copy link
Owner Author

hdmun commented Mar 23, 2024

파일이 없을 경우 빈 파일 생성하도록 수정

@hdmun
Copy link
Owner Author

hdmun commented Mar 23, 2024

Directory.GetCurrentDirectory() 는 문서의 위치를 반환함

  • 바이너리 위치 가져오는 코드 추가
  • ConfigViewModel.Load 함수에 인자 추가

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant