TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.

TinyButStrong Error in field [var.version...]: the key 'version' does not exist or is not set in VarRef. (VarRef seems refers to $GLOBALS) This message can be cancelled using parameter 'noerr'.
 Atom 軟體歷史版本 Download Page40 :: 軟體兄弟

Atom 歷史版本列表 Page40

最新版本 [var.version]

Atom 歷史版本列表

Atom 是一個文本編輯器,它是現代的,平易近人的,但可核心的工具 - 您可以自定義的任何工具,但也可以高效地使用,而無需觸摸配置文件。您可以從數千個為 Atom 添加新功能和新功能的開源軟件包中進行選擇,也可以從頭開始構建一個軟件包並發布給其他人使用。 Atom 預裝了四個用戶界面和八個語法主題,在黑暗和光明的顏色。 Atom 免費下載 Windows PC 的最新版本。 Atom. 選擇版本:... Atom 軟體介紹

Atom (32-bit)Atom (64-bit)


Atom 1.14.2 查看版本資訊

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

What's new in this version:

Atom core changes:
- Throw an exception when attempting to decorate a destroyed marker layer
- Fix an exception related to keyboard layouts on certain Linux distros
- Fix an exception that would occur when closing an Atom window

TextBuffer changes:
- Ensure that markers are marked as destroyed when their marker layers are cleared via the new MarkerLayer.clear API
- Fix a rare stack overflow when editing large files
- Fix an exception when calling DisplayMarkerLayer.findMarkers from a DisplayMarker.onDidDestroy callback
- Fix regressions in multi-line searches introduced as part of a search optimization
- Introduce some assertions to help us debug some very rare exceptions

Atom 1.14.1 查看版本資訊

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

Atom 1.14.0 查看版本資訊

更新時間:2017-02-08
更新細節:

Atom 1.13.1 查看版本資訊

更新時間:2017-01-26
更新細節:

What's new in this version:

- Fixed a regression that disabled syntax highlighting when converting Markdown to HTML
- Fixed a regression that caused editors to throw exceptions when performing certain kinds of selection
- Solved an issue that caused Atom to throw an exception when setting an invalid font family
- Solved a bug that caused the editor's font size to not be increased/decreased when holding Ctrl and moving the mouse wheel

Atom 1.13.0 查看版本資訊

更新時間:2017-01-10
更新細節:

What's new in this version:

- Add ability to use custom elements inside tooltips
- Extract signed exe's from nuget-full for portable
- Don't share overlayDimensions across instances
- Don't construct placeholder tokenized lines
- Introducing Atom benchmarks
- Avoid forcing computation of all screen lines when opening a file
- Change locally required Python version to 2.7.12
- Convert ConfigSchema to JS
- Remove shadow DOM from atom-text-editor
- Use flex display in text editor instead of block
- Fix keystroke resolution problems on Linux
- Capitalize save in button label so keybindings work
- Project history api, reopen project menu and command
- Fix for #10474
- Sign Windows builds with sha256 and timestamp
- Convert BufferedProcess and BufferedNodeProcess to JS
- Remove --harmony JavaScript flag
- Build appropriate 32/64-bit version on Linux
- Fix toggleLineCommentsInSelection for empty lines
- :memo: [ci skip] add notes on 'apm' path in Windows
- Per-package transpilation
- Pass package info to transpilers
- Preserve specificity when transforming atom-text-editor::shadow
- Introduce follow through behavior for tooltips
- Fix wrong binding on atom-environment.coffee
- Update Octicons
- Add logo clarification and standard license info to README
- Additional license clarification and update license year
- Make updateProcessEnv async and add core:loaded-shell-environment activation hook
- Add a getModel method to editors' hidden input component
- Fix flicker in soft-wrapped files when resizing editors
- Use spawn instead of execFile and clean up running processes on process exit
- Add libXScrnSaver dependency to the RPM package spec
- Call openDevTools on WebContents rather than on BrowserWindow
- Run shell as detached process
- Multiple fixes for RPM and in docs RPM distros
- Multiple fixes for RPM and in docs RPM distros
- Use package-specific transpilation options during tests

Atom 1.12.9 查看版本資訊

更新時間:2017-01-05
更新細節:

What's new in this version:

- Reverted a "fix" for dependency installations on CentOS that actually made the problem worse

Atom 1.12.8 查看版本資訊

更新時間:2017-01-04
更新細節:

What's new in this version:

- RPM dependency fix for CentOS

Atom 1.12.7 查看版本資訊

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

What's new in this version:

- Upgrade to Electron 1.3.13 which includes several bug fixes including a keybinding fix for Linux users
- Replace libXScrnSaver with libXss.so.1 in RPM package spec
- Activate packages immediately if hook had already been triggered

Atom 1.12.6 查看版本資訊

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

What's new in this version:

- Added support for using SVG elements in block decorations
- Fixed a regression that was preventing Atom from being executed via the command line with the --profile-startup argument
- On Windows, fixed an issue that was causing Atom to not use the system keyboard language when changing it while Atom was open. atom/keyboard-layout
- On Windows, solved a problem that was preventing certain keyboard languages (e.g. Saudi Arabian) from being recognized. atom/keyboard-layout
- On Linux, fixed a regression that made Atom use 100% of a CPU core when launching it from a desktop shortcut or via the GNOME launcher
- On Linux, added a missing dependency to the RPM package that was preventing Atom from being opened when such dependency was not already installed on the system

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