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

最新版本 Atom 1.47.0 (32-bit)

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

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


Atom 1.12.5 查看版本資訊

更新時間:2016-11-21
更新細節:

What's new in this version:

- For non-Latin keyboards such as Russian and Hebrew, keystrokes containing modifiers are now resolved with U.S. layout characters for all keys, not just keys with non-Latin keycaps. For example, ctrl-. and ctrl-/ are now typed based on the position of those symbols on a U.S. layout. atom/atom-keymap#179
- On Windows, dead keys now resolve to dead for binding purposes instead of their corresponding character. This is because looking up the unicode character for a dead key via Windows APIs interferes with the keyboard buffer, causing dead keys not to register for any keystroke in which such a lookup is performed. #13263
- Reverted a keymap behavior change in which keystrokes targeting a different DOM element were retargeted to the current focused element because it was causing an infinite recursion in certain edge cases. #13181

Atom 1.12.4 查看版本資訊

更新時間:2016-11-17
更新細節:

What's new in this version:

Fixed multiple key bindings issues caused by changes to improve international keyboard support:
- Allow ctrl-alt- bindings to shadow the ability to type non-ASCII AltGraph characters on Windows international keyboards. If you need access to non-ASCII symbols that are shadowed by default key bindings you will need to unset! those bindings. We'll be removing several default ctrl-alt- bindings in 1.13 so the potential for collision will be lower in the future.
- Fixed keystroke resolution on Windows when caps-lock is enabled
- Fixed key bindings interfering with IME text input
- Fixed path resolution issues with network-mapped paths by upgrading Electron to fix a bug in Node

Atom 1.12.3 查看版本資訊

更新時間:2016-11-16
更新細節:

What's new in this version:

- Fixed an issue where Atom would spawn a shell subprocess that would fail to terminate

Atom 1.12.2 查看版本資訊

更新時間:2016-11-12
更新細節:

Atom 1.12.1 查看版本資訊

更新時間:2016-11-11
更新細節:

What's new in this version:

- Fixed uncaught exception occurring when using input modes or input methods on macOS
- Fixed non-printable characters being inserted into the buffer when replaying certain keystroke sequences
- Removed two relatively obscure default key bindings that shadowed the ability to type ASCII characters on certain keyboard layouts

Atom 1.12.0 查看版本資訊

更新時間:2016-11-10
更新細節:

What's new in this version:

- Add atom.project.observeBuffers
- Fix source maps for typescript and babel on Windows
- Fix height when splitting panes
- Remove window load time console output
- Don't wait for spec windows to save state
- Update README.md
- Ensure pane is added to container before invoking onDidAddPane listeners
- Upgrade Electron to v1.3.6
- Don't include destroyed panes in result of PaneContainer.getPanes() after PaneContainer is destroyed
- Improve support for international keyboards
- Add atom.restartApplication
- Don't remeasure the first character of a line
- Always return an empty array in TokenizedBuffer.getInvalidatedRanges
- Avoid adding non-existent project directories
- Simplify Windows build instructions
- Always invalidate yardstick measurements when the editor becomes visible
- Don't interleave package serialization with package deactivations
- Tildify path in title bar
- Make it easier to define user key bindings
- Use app 'activate' event instead of defunct 'activate-with-no-open-windows'
- Make main-process/main.js as minimal as possible
- Update languages
- Adds support for variable-width terminals
- Fixes documentation for TextEditor::indentationForBufferRow()
- Add link to article on glob patterns
- Allow Atom on Windows to run multiple instances e.g. on Windows server
- Fix uses of call-window-method IPC channel in specs
- Update coffee-script to 1.11.0
- Remove unused variables (obvious ones)
- On Circle, clear screensaver right before running tests
- Guard against null tab length value
- Use inline source maps when transpiling coffee-script
- Fix a typo and grammar error in CONTRIBUTING.md
- Always return Disposable from maintain{Config,Grammar}
- Move emacs editor bindings to Darwin to avoid Windows menu conflicts
- Add methods for checking if initial packages have been loaded/activated
- optimize png images using zopflipng
- Return a Disposable when stubbing observePreferredScrollbarStyle
- Include TextEditor in Atom exports
- Update languages
- Don't share overlayDimensions across instances
- Fix keystroke resolution problems on Linux

Atom 1.11.2 查看版本資訊

更新時間:2016-10-18
更新細節:

What's new in this version:

- Fixed an error that would occur when opening a text editor using certain packages
- Fixed an error that would sometimes occur when installing packages in the settings-view

Atom 1.11.1 查看版本資訊

更新時間:2016-10-12
更新細節:

What's new in this version:

- Fixed an exception that occurred when using the auto-detect-indentation package

Atom 1.11.0 查看版本資訊

更新時間:2016-10-11
更新細節:

What's new in this version:

- Added a configuration option for the large file warning threshold
- Three improvements to the image-view package by first time code contributor @Ben3eeE
- 1. Image View tabs that are in the pending state can now be confirmed by double-clicking the tabs
- 2. The status bar now shows the size in bytes of the image as well as the width and height
- 3. Fixed a bug where the dimensions of an image were reported as zero if more than one image was opened in the same action
- An option to show a custom title bar on macOS got added by @brumm
- Fixed a regression in the environment patching on macOS for users of the zsh shell
- Made the Split Pane menu items work the way they used to

Atom 1.10.2 查看版本資訊

更新時間:2016-09-07
更新細節:

What's new in this version:

- Fixed settings-view so buttons etc. work correctly after being reopened