Atom (64-bit) 歷史版本列表
Atom 64bit 是一個文本編輯器,它是現代的,平易近人的,但對核心有破壞性的工具 - 一個你可以自定義的工具,但是也可以高效地使用而不需要觸摸配置文件。您可以從數以千計的為 Atom 添加新特性和功能的開源軟件包中進行選擇,或者從頭構建一個軟件包並將其發布給其他人使用。 Atom 預裝了四種 UI 和八種語法主題,分別為黑色和淺色。 Atom 免費下載最新版本的 Windows PC。它是 ... Atom (64-bit) 軟體介紹更新時間:2019-06-23
更新細節:
更新時間:2019-06-21
更新細節:
更新時間:2019-06-18
更新細節:
更新時間:2019-06-18
更新細節:
What's new in this version:
- Fixed a regression in window:reset-font-size that did not allow resetting to the default size
更新時間:2019-06-14
更新細節:
更新時間:2019-06-14
更新細節:
更新時間:2019-06-13
更新細節:
What's new in this version:
- Fixed a crash when using Tree Sitter grammars on versions on macOS versions before 10.12
- Fixed a regression in JSON syntax highlighting that applied hyperlink styling to non-hyperlinks
更新時間:2019-06-13
更新細節:
更新時間:2019-06-13
更新細節:
更新時間:2019-06-12
更新細節:
What's new in this version:
- Toggle comment cursor placement
- "Open file" in existing window
- Calculate env vars when launching Atom from the desktop
- Support contentRegex for TextMate grammar
- Set the panel flag as focused when activate() is called
- Fix reset-font-size
- Enable autoFocus option to accept an element to focus on pane creation
- Skip dev mode windows when choosing an existing window for an open action
- Improve positioning when opening file at line
- Fix atom.open() when it has no arguments
- Improve handling of comment characters in ERB and EJS
- Wait for config file to load before prompting to restart in config.onDidChange callback
- Handle correctly similar results from multiple projects
- Make sure that cursor position is centered after navigating to a line
- Stop using roaster for rendering markdown
- Add UI for moving conflicting entries
- Add support for Go module and checksum files
- Improve comment handling in EJS and ERB
- allow single matching parens
- Allow folding switch_default
- Add tree-sitter json grammar
- Scope link as string and add scope for "
- Add more scopes to the tree sitter grammar
- Tokenize formal function parameters in tree-sitter grammar
- Tokenize subclass list names in tree-sitter grammar
- Allow folding if statement without elif or else