Atom (32-bit) 歷史舊版本 Page1

最新版本 Atom 1.47.0 (32-bit)

Atom (32-bit) 歷史版本列表

Atom 是一款文本編輯器,它是現代的,平易近人的,但對核心有破壞性的工具 - 你可以自定義的工具,但是也可以高效地使用,而不需要觸摸配置文件。您可以從數以千計的為 Atom 添加新特性和功能的開源軟件包中進行選擇,或者從頭構建一個軟件包並將其發布給其他人使用。 Atom 預裝了四種 UI 和八種語法主題,分別為黑色和淺色。 Atom 免費下載最新版本的 Windows PC。它是 Atom.的完... Atom (32-bit) 軟體介紹


Atom 1.47.0 (32-bit) 查看版本資訊

更新時間:2020-05-20
更新細節:

What's new in this version:

- atom/spell-check#332 Fix cannot load the checker for xx-YY
- Upgrade to electron 5.0.12 tada
- Add overlay when resizing panels to prevent panes stealing focus
- atom/language-c#330 Improve C++ syntax highlighting
- atom/language-ruby#276 Improve Ruby syntax highlighting

Atom 1.46.0 (32-bit) 查看版本資訊

更新時間:2020-05-05
更新細節:

What's new in this version:

- Adds option to prevent search result to be overwritten by a new search
- Maintains scroll position after opening a file from the results page

Atom 1.45.0 (32-bit) 查看版本資訊

更新時間:2020-03-11
更新細節:

What's new in this version:

- Improve Java syntax highlighting
- Git repository context may be "locked" to manage manually or "unlocked" to follow the active pane item

Atom 1.44.0 (32-bit) 查看版本資訊

更新時間:2020-02-10
更新細節:

What's new in this version:

- Fix bad jump to file in reviews controller
- Improved GitHub tab blank-slate behavior
- Add avatar and split up TabHeaderView
- Improved commit details visibility for light UI theme and dark UI theme

Atom 1.43.0 (32-bit) 查看版本資訊

更新時間:2020-01-14
更新細節:

What's new in this version:

Changes:
- Improve PHP syntax highlighting for ternary operator, ereg functions, and comments within closures
- Improve PHP syntax highlighting for functions returning references, return types
- Improve SCSS syntax highlighting, by recognizing '-' as part of a class selector in an @extend statement
- Fix find and replace crashes when a tab is not an editor
- Fix an issue that prevented directories created by git worktree from being recognized as git repositories
- Improve CSS syntax highlighting by supporting grid properties (e.g row-gap, place-items, place-self and place-content)
- Improve CSS syntax highlighting by preventing deprecated CSS properties from being highlighted as errors
- Add support for Javascript forEach snippet
- Add support for Javascript syntax highlighting for BigInt numeric
- Update legacy TextMate grammars to match microsoft/[email protected]
- Removed the non-functional "jump to file" context menu option when viewing past commits
- Explicitly display and choose the active git working directory in the Git and GitHub tabs
- Fix a crash when viewing review comments on Windows
- Avoid stalls due to data buffering by using TCP sockets instead of UNIX domain sockets for git dialog communications
- Create and publish GitHub repositories with the github:create-repository and github:publish-repository commands
- Copy the commit SHA and subject to the clipboard from the context menu on the mini-log

Atom 1.23.2 (32-bit) 查看版本資訊

更新時間:2018-01-03
更新細節:

What's new in this version:

- Update APM to solve inability to upgrade/install packages with case-sensitive names
- Update language-html to remove begin/end matching for alphabetical character references atom/language-html
- Honor 'never' when chosen in the atom protocol handler registration dialog

Atom 1.23.1 (32-bit) 查看版本資訊

更新時間:2017-12-14
更新細節:

What's new in this version:

- Fixed an uncaught exception in find-and-replace

Atom 1.23.0 (32-bit) 查看版本資訊

更新時間:2017-12-13
更新細節:

What's new in this version:

- Atom packages can register a URI handler function that will be invoked any time the user visits a URI that starts with atom://package-name/
- Hide specific commands in the command palette
- Improved the performance of multi-cursor editing operations by restructuring event APIs to call their callbacks only once per keystroke
- The GitHub package now never locks the index, making it easier to use the CLI or other Git tools with Atom open in the background

Atom 1.22.1 (32-bit) 查看版本資訊

更新時間:2017-11-15
更新細節:

What's new in this version:

- Fixed a performance problem in the autocomplete system that caused lag when typing long sequences of the same character (atom/superstring#44), (atom/superstring#45)

Atom 1.22.0 (32-bit) 查看版本資訊

更新時間:2017-11-07
更新細節:

What's new in this version:

- Made a significant performance improvement fetching git status
- Added a setting to highlight the line number in the gutter when matching brackets
- Markdown preview panes no longer reset their scroll position to the top when the source is saved
- Added a setting for maximum line length before soft wrapping is enforced
- Numerous bug fixes to bundled language grammar packages
- Changed autocomplete-plus default provider to compute suggestions natively and on a separate thread