Sigil 2.7.2 업데이트 예정
Sigil 2.7.2 업데이트 준비가 거의 끝난 것 같습니다.
이번 업데이트에서는 몇가지 기능이 개선됩니다.
1. 맞춤법 검사 결과를 CSV 파일로 저장을 할 수 있게 되었습니다.
2. 클립 편집기에 바로가기 ID 번호를 부여해 단축키로 이용 할 수 있습니다.
3. Python 함수 바꾸기 기능을 확장합니다.
4. 사태표시줄에 유니코드 코드 포인트 이름을 표시합니다. - 접근성 전자책 제작 할 때 편하겠네요.
5. 여러 파일을 선택해 [정보 확인]을 할 수 있습니다.
전자책 편집에 직접적으로 사용 할 수 있는 변화는 이정도이고,
이 외에도 몇가지 개선된 항목이 있습니다.
Bug Fixes
- WebProfileMgr will now detect multiple instances of Sigil and choose the right profile cache type
- removed leftover debug output from WebProfileMgr to prevent confusion
- handle multiple dots in a row when developing a file name from a string (Thank you BeckyEbook)
- corrected Image Report usage counts by including use in CSS and html style tags
- fixed possible label truncation in RERenamer dialog
- fixed for having to repeat Find when search starts in html but is searching css, js, etc
- fixed Class Used Report to look inside xhtml file style tags too
- fixed AddMetadata dialog by providng a clarifying title string
- updated Building_on_Linux to include Apline Linux supprt (#839)
New Features
- added Save Selected Data to CSV in SpellcheckEditor dialog via pop-up menu
- added possible shortcut id number to the ClipEditor to make assigning clip shortcuts easier
- made Classes Used Report doubleclick open the class defintion in CodeView if found
- set initial focus in the Regex Rename dialog to the regex field on launch
- added min and max buttons to titlebar in Reports and Spellcheck Editor to ease use with small screens
- extended Python Function Replace to allow easier creation of a SigilMatch object
- added Unicode Codepoint name to the status bar for the character after the cursor to CodeView
- extended the Codepoint name to include the codepoint itself (Thank you BeckyEbook)
- converted ClipboardHistorySelector dialog to be non-modal, auto updating, with min button
- converted MDViewer (GetInfo) to be non-modal and work with multiple BookBrowser selections
- add status message when updating Validation result