Atom — бесплатный функциональный текстовый редактор, который предоставляет инструменты для совместной одновременной работы с кодом, имеет интеллектуальную систему автодополнения ввода, имеет режим совместимости с Vim и Emacs и многое другое. Можно работать с файлами открытыми в разных вкладках, присутствуют сменные темы оформления, поддерживаются вкладки, закладки, умный контекстный поиск элементов кода, одновременное использование нескольких курсоров и областей выделения, наглядное отображение изменений и проверка кода для всех популярных языков программирования (Ruby, Python, SQL, PHP, Perl, Objective-C, C/C++, JavaScript, Java, Go и др.).
Функциональность редактора осуществляется за счет набора пакетов-дополнений, для установки и управления которыми предназначен встроенный пакетный менеджер. С помощью дополнений можно получить доступ к функциям, выходящим за рамки базвого редактирования кода, в том числе подсветка синтаксиса, оформление интерфейса, формы работы с файлами и многое другое.
Ключевые особенности Atom:
- Расширение функционала за счет пакетов-дополнений.
- Умный контекстный поиск элементов кода.
- Поддержка закладок и вкладок.
- Возможность смены темы оформления.
- Подсветка синтаксиса.
- Встроенный менеджер пакетов-дополнений.
- Встроенный файловый менеджер.
- Наглядное отображение изменений.
- Проверка кода для всех популярных языков программирования.
- Поддержка командной строки и многое другое.
1.61.0-beta0
Notable Changes
- atom/atom#22687 — Electron upgrade to
v11.4.7
- #23446 — Fixes
git-diff
nested repositories REDUX - atom/github#2676 — Correctly discard history of two files with the same name
- atom/language-php#445 — Detects nullable types in phpdoc
- atom/language-php#432 — Supports blade syntax in heredoc
- atom/language-ruby#240 — Adds ERB highlighting inside of script tags
All Changes
Atom Core
v1.60.0…1.61.0-beta0
- atom/atom#23158 — Remove
if (reason === crashed)
- atom/atom#23282 — Remove aws-sdk
- atom/atom#23286 — Bump path-parse from 1.0.6 to 1.0.7 in /packages/dalek
- atom/atom#23285 — Bump lodash from 4.17.15 to 4.17.21 in /packages/dalek
- atom/atom#22687 — Electron upgrade 11.4.7
- atom/atom#23322 — Install using npm installed during installation of script dependencies
- atom/atom#23446 — Fix
git-diff
nested repositories REDUX - atom/atom#23492 — ⬆️ language-php@0.48.1
- atom/atom#23506 — Bump node-fetch from 2.6.1 to 3.1.1 in /script
- atom/atom#23505 — Bump nanoid from 3.1.22 to 3.2.0
- atom/atom#23575 — fix/deps: min versions of electron-chromedriver…
- atom/atom#23578 — ⬆️ Pr-changelog@0.3.4
- atom/atom#23624 — Bump language-ruby to 0.73.0
- atom/atom#23647 — deps: «downgrade» node-fetch to ^v2.6.7 in script/ (fix «Bump dependencies» job in Nightly CI)
- atom/atom#23655 — (docs) Add FAQ link
- atom/atom#23668 — ⬆️ electron-packager to 15.1.0 in /script
github
v0.36.9…v0.36.10
- atom/github#2676 — Hotfix in restore discard history of files with same name
- atom/github#2682 — Clarify debug line
- atom/github#2683 — update os matrix in ci
- atom/github#2712 — Remote module defaults to false
language-php
v0.47.0…v0.48.1
- atom/language-php#445 — Detect nullable types in phpdoc
- atom/language-php#439 — Replace noreturn with never
- atom/language-php#444 — limit allowed characters to UTF-8 range (0x10FFFF)
- atom/language-php#432 — Support blade syntax in heredoc
language-ruby
v0.72.23…v0.73.0
- atom/language-ruby#289 — GitHub Actions
- atom/language-ruby#288 — Bump tree-sitter-ruby to 0.17.0
- atom/language-ruby#240 — Add ERB highlighting inside of script tags
- atom/language-ruby#218 — add interpolated snippet
- atom/language-ruby#234 — Support multiline YARD comments
- atom/language-ruby#224 — Fix missing scopes on separators and
self
, differentiate->
- atom/language-ruby#294 — Fix some typos
41 people reacted
pBrambi, Tokarak, firejune, Akaike, eduardobc88, xavierfoucrier, KenNaNa, xDeltaFox, sinuhedev, aliasgarabidsabunwala, and 3 more reacted with hooray emoji
Eldor48, Akaike, eduardobc88, KenNaNa, M1CK431, sinuhedev, aliasgarabidsabunwala, maxmousee, 0K9090, bavich174, and 3 more reacted with heart emoji
ionescu77, Akaike, contraliz, KenNaNa, sinuhedev, aliasgarabidsabunwala, Kklmfir, 0K9090, and zakwarlord7 reacted with rocket emoji
0K9090 and zakwarlord7 reacted with eyes emoji
1.60.0
Notable Changes
- atom/tabs#531 — Activate panes on any click, not just left click
- #13414 — Adds context menu for cinnamon desktop enviroment (Linux)
- #19016 — Allow line endings to be converted when copying and pasting
All Changes
Atom Core
v1.59.0…1.60.0
- atom/atom#22769 — Use custom elements on TestPanelContainerItemElement
- atom/atom#22774 — Use customElement for the specs
- atom/atom#22578 — add await to the async isValidGitDirectory
- atom/atom#22779 — Fix linting issues
- atom/atom#22781 — Remove redudant await
- atom/atom#22780 — Use custom elements on pane container element
- atom/atom#22785 — Use customElement on pane axis
- atom/atom#22789 — Use custom elements on text editor element spec
- atom/atom#22800 — Updates tree-view package to v0.229.0
- atom/atom#22787 — Use custom element on pane resize-handle element
- atom/atom#22814 — Bump notifications@0.72.1
- atom/atom#22817 — Bump keybinding-resolver@0.39.1
- atom/atom#22818 — Bump tabs
- atom/atom#22834 — Bump tabs@0.110.2
- atom/atom#22841 — Bump path-parse from 1.0.6 to 1.0.7 in /packages/about
- atom/atom#22840 — Bump path-parse from 1.0.6 to 1.0.7
- atom/atom#22849 — Fixes Deprecated Authentication Style
- atom/atom#22850 — Fixes Deprecated Authentication Style-2
- atom/atom#22851 — Bump tree-view
- atom/atom#22751 — Use custom element on pane-element
- atom/atom#22865 — Revert timeout increase on CI.
- atom/atom#22867 — Use custom element on text editor element
- atom/atom#22685 — Make sure path is not undefined (#20871)
- atom/atom#22576 — Bump normalize-url from 4.5.0 to 4.5.1 in /script
- atom/atom#15975 — Add custom start tiles
- atom/atom#22930 — Update Discuss links to Github Discussions links
- atom/atom#13821 — 📝 Clarify that stack only has an effect if detail is present as well
- atom/atom#17107 — Convert arguments to absolute paths
- atom/atom#17681 — RFC: Pre-transpile apm packages
- atom/atom#18703 — Update windows atom.sh launch script to support WSL changes in 1809
- atom/atom#18816 — RFC: Grammar comment delims
- atom/atom#13414 — Added context menu for cinnamon desktop enviroment (Linux)
- atom/atom#19623 — RFC: Evaluating scope name additions to built-in grammars
- atom/atom#17628 — Fix getEnvFromShell() to correctly handle newlines in env vars
- atom/atom#22931 — ⬆️ Bump language-css@0.45.1
- atom/atom#22943 — Add prevent option to ::onWillDestroyPaneItem
- atom/atom#23001 — bootstrap: Update Node requirement to 10.12+ in system requirement checker
- atom/atom#22979 — bootstrap: Use legacy-compatible
catch
syntax (support older Node) - atom/atom#23000 — Remove duplicate
to
- atom/atom#12513 — Reset the package’s local storage setting if loading cannot be deferred
- atom/atom#19251 — Only allow drag-and-drop to succeed on panes in the center workspace
- atom/atom#19016 — Convert line endings when copy and pasting
- atom/atom#23031 — Remember last opened state
- atom/atom#23097 — Remove dependancy status badge.
- atom/atom#23096 — Replace remote module with invoke calls.
- atom/atom#23132 — Change from
crashed
torender-process-gone
- atom/atom#23145 — Revert «Only allow drag-and-drop to succeed on panes in the center workspace»
keybinding-resolver
v0.39.0…v0.39.1
- atom/keybinding-resolver#68 — Remove LICENSE
- atom/keybinding-resolver#70 — Upgrade temp
- atom/keybinding-resolver#74 — Migrate to Github Actions
- atom/keybinding-resolver#76 — Fix failing specs
notifications
v0.71.0…v0.72.1
- atom/notifications#204 — Migrate to Github Actions
tabs
v0.110.0…v0.110.2
- atom/tabs#531 — Activate panes on any click, not just left click
- atom/tabs#565 — Migrate to Github Actions
- atom/tabs#566 — Fix failing specs
tree-view
v0.228.3…v0.229.1
- atom/tree-view#1381 — Migrate to Github Actions
- atom/tree-view#1389 — Implement option to hid tree pane on startup
- atom/tree-view#1392 — Attach elements to jasmine DOM
language-css
v0.44.4…v0.45.1
- atom/language-css#169 — Add generic system font families
- atom/language-css#129 — Media query support for ‘hover’ (see issue #128)
- atom/language-css#154 — Fix typo in «highlight deprecated combinators» spec
- atom/language-css#144 — Add support for display: flow-root
- atom/language-css#151 — Add missing scroll-snap-type values
- atom/language-css#143 — Add justify-self and justify-items grid properties
- atom/language-css#127 — adjust tag-names match to fix downstream issue in language-less
- atom/language-css#177 — Migrate to Github Actions
- atom/language-css#182 — Add in @-ms-viewport and @-o-viewport to CSS grammar
- atom/language-css#178 — Add :focus-visible pseudoclass
- atom/language-css#173 — Updating CSS property list
- atom/language-css#183 — Revert «adjust tag-names match to fix downstream issue in language-less»
Assets
18
-
77.4 MB
2022-03-08T01:43:07Z -
186 MB
2022-03-08T01:43:11Z -
132 MB
2022-03-08T01:43:19Z -
194 MB
2022-03-08T01:43:24Z -
1.03 MB
2022-03-08T01:43:32Z -
136 KB
2022-03-08T01:43:33Z -
203 MB
2022-03-08T01:43:33Z -
187 MB
2022-03-08T01:43:43Z -
77.3 MB
2022-03-08T01:43:52Z -
191 MB
2022-03-08T01:43:56Z -
2022-03-07T23:18:58Z
-
2022-03-07T23:18:58Z
238 people reacted
hikgeQ-vybmoq-pokve2, sifterstudios, Sanjay1ece, Myawaa, sargonzal, sexysue1972, Christyharbour, lapmr-suttipong, Toptical, J-HaleOf76, and 19 more reacted with laugh emoji
euxx, 0xfeeddeadbeef, emerson000, buster-blue, justincpresley, vegajdr, benonymus, RUBenGAMArrarodRiguEZ-ToMtOm, bba615523, DudeMcGee, and 29 more reacted with hooray emoji
pBrambi, emerson000, danrobi11, justincpresley, xavierfoucrier, bhj, calebmeyer, clvarley, RUBenGAMArrarodRiguEZ-ToMtOm, DudeMcGee, and 58 more reacted with heart emoji
RUBenGAMArrarodRiguEZ-ToMtOm, oleg-am, Hk92a, hikgeQ-vybmoq-pokve2, CheddarBobbb2, sifterstudios, Sanjay1ece, pbrilius, raj-shyamal, bugjuicebettleaphobe, and 27 more reacted with rocket emoji
cosmoasx, Hk92a, hikgeQ-vybmoq-pokve2, KimberlyFARNSWORTH76, alias40, nmorf87, sifterstudios, Sanjay1ece, AkshayWasTaken, Alex-Corvest, and 25 more reacted with eyes emoji
1.60.0-beta0
Notable Changes
- #13414 — Adds context menu for cinnamon desktop enviroment (Linux)
- #19016 — Allow line endings to be converted when copying and pasting
All Changes
Atom Core
v1.59.0…1.60.0-beta0
- atom/atom#22769 — Use custom elements on TestPanelContainerItemElement
- atom/atom#22774 — Use customElement for the specs
- atom/atom#22578 — add await to the async isValidGitDirectory
- atom/atom#22779 — Fix linting issues
- atom/atom#22781 — Remove redudant await
- atom/atom#22780 — Use custom elements on pane container element
- atom/atom#22785 — Use customElement on pane axis
- atom/atom#22789 — Use custom elements on text editor element spec
- atom/atom#22800 — Updates tree-view package to v0.229.0
- atom/atom#22787 — Use custom element on pane resize-handle element
- atom/atom#22814 — Bump notifications@0.72.1
- atom/atom#22817 — Bump keybinding-resolver@0.39.1
- atom/atom#22818 — Bump tabs
- atom/atom#22834 — Bump tabs@0.110.2
- atom/atom#22841 — Bump path-parse from 1.0.6 to 1.0.7 in /packages/about
- atom/atom#22840 — Bump path-parse from 1.0.6 to 1.0.7
- atom/atom#22849 — Fixes Deprecated Authentication Style
- atom/atom#22850 — Fixes Deprecated Authentication Style-2
- atom/atom#22851 — Bump tree-view
- atom/atom#22751 — Use custom element on pane-element
- atom/atom#22865 — Revert timeout increase on CI.
- atom/atom#22867 — Use custom element on text editor element
- atom/atom#22685 — Make sure path is not undefined (#20871)
- atom/atom#22576 — Bump normalize-url from 4.5.0 to 4.5.1 in /script
- atom/atom#15975 — Add custom start tiles
- atom/atom#22930 — Update Discuss links to Github Discussions links
- atom/atom#13821 — 📝 Clarify that stack only has an effect if detail is present as well
- atom/atom#17107 — Convert arguments to absolute paths
- atom/atom#17681 — RFC: Pre-transpile apm packages
- atom/atom#18703 — Update windows atom.sh launch script to support WSL changes in 1809
- atom/atom#18816 — RFC: Grammar comment delims
- atom/atom#13414 — Added context menu for cinnamon desktop enviroment (Linux)
- atom/atom#19623 — RFC: Evaluating scope name additions to built-in grammars
- atom/atom#17628 — Fix getEnvFromShell() to correctly handle newlines in env vars
- atom/atom#22931 — ⬆️ Bump language-css@0.45.1
- atom/atom#22943 — Add prevent option to ::onWillDestroyPaneItem
- atom/atom#23001 — bootstrap: Update Node requirement to 10.12+ in system requirement checker
- atom/atom#22979 — bootstrap: Use legacy-compatible
catch
syntax (support older Node) - atom/atom#23000 — Remove duplicate
to
- atom/atom#12513 — Reset the package’s local storage setting if loading cannot be deferred
- atom/atom#19251 — Only allow drag-and-drop to succeed on panes in the center workspace
- atom/atom#19016 — Convert line endings when copy and pasting
- atom/atom#23031 — Remember last opened state
- atom/atom#23097 — Remove dependancy status badge.
- atom/atom#23096 — Replace remote module with invoke calls.
- atom/atom#23132 — Change from
crashed
torender-process-gone
- atom/atom#23145 — Revert «Only allow drag-and-drop to succeed on panes in the center workspace»
keybinding-resolver
v0.39.0…v0.39.1
- atom/keybinding-resolver#68 — Remove LICENSE
- atom/keybinding-resolver#70 — Upgrade temp
- atom/keybinding-resolver#74 — Migrate to Github Actions
- atom/keybinding-resolver#76 — Fix failing specs
notifications
v0.71.0…v0.72.1
- atom/notifications#204 — Migrate to Github Actions
tabs
v0.110.0…v0.110.2
- atom/tabs#531 — Activate panes on any click, not just left click
- atom/tabs#565 — Migrate to Github Actions
- atom/tabs#566 — Fix failing specs
tree-view
v0.228.3…v0.229.1
- atom/tree-view#1381 — Migrate to Github Actions
- atom/tree-view#1389 — Implement option to hid tree pane on startup
- atom/tree-view#1392 — Attach elements to jasmine DOM
language-css
v0.44.4…v0.45.1
- atom/language-css#169 — Add generic system font families
- atom/language-css#129 — Media query support for ‘hover’ (see issue #128)
- atom/language-css#154 — Fix typo in «highlight deprecated combinators» spec
- atom/language-css#144 — Add support for display: flow-root
- atom/language-css#151 — Add missing scroll-snap-type values
- atom/language-css#143 — Add justify-self and justify-items grid properties
- atom/language-css#127 — adjust tag-names match to fix downstream issue in language-less
- atom/language-css#177 — Migrate to Github Actions
- atom/language-css#182 — Add in @-ms-viewport and @-o-viewport to CSS grammar
- atom/language-css#178 — Add :focus-visible pseudoclass
- atom/language-css#173 — Updating CSS property list
- atom/language-css#183 — Revert «adjust tag-names match to fix downstream issue in language-less»
14 people reacted
xavierfoucrier, daniellaera, fcastagninizoom, and suriyawutkhongprom reacted with hooray emoji
1302239 and suriyawutkhongprom reacted with rocket emoji
1302239 reacted with eyes emoji
1.59.0
Notable Changes
- #22697 — Fixed command to install Atom dependencies on Ubuntu
- #16206 — Enable default editor keymaps for editors located outside atom-workspace
All Changes
Atom Core
v1.58.0…1.59.0
- atom/atom#22015 — Update required dependencies for Debian/Ubuntu
- atom/atom#22463 — ⬆️ Bump atom-select-list@0.8.1
- atom/atom#16206 — Enable default editor keymaps for editors located outside atom-workspace
- atom/atom#22448 — Update readme install libraries instructions
- atom/atom#11786 — fix spec toShow()
- atom/atom#22475 — Document TextEditor::bufferRangeForScopeAtBufferPosition
- atom/atom#22478 — Bump browserslist from 4.16.3 to 4.16.6
- atom/atom#22498 — Update atom.desktop.ini
- atom/atom#18321 — Implementing tree-sitter based indentation logic
- atom/atom#22250 — Migrate from Amazon S3 to Azure blob storage
- atom/atom#22530 — Fixes error on production CI
- atom/atom#22543 — git-diff: Fix typo in code
- atom/atom#22541 — Recreate #15175
- atom/atom#22553 — tree-indenter: Fix typo
- atom/atom#22575 — Bump normalize-url from 4.5.0 to 4.5.1
- atom/atom#22652 — Bump
async
dependency to 3.2.0 in /script - atom/atom#22688 — Bump color-string from 1.5.4 to 1.5.5
- atom/atom#22597 — Fix/not update menu with i18n (#22594)
- atom/atom#22697 — Fixed command to install Atom dependencies on Ubuntu
- atom/atom#22737 — Fix typo in tree-sitter-language-mode-spec.js
- atom/atom#22733 — Decaffeinate elements
- atom/atom#22741 — For glibc compatibility use Ubuntu 18.04 as environment
- atom/atom#22738 — Ubuntu 16.04 LTS environment is deprecated It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.
- atom/atom#22717 — Try removing marked
- atom/atom#22749 — Migrate styles element to custom elements
- atom/atom#22750 — Use custom element on pane container element
- atom/atom#22755 — Use custom element on workspace-element
27 people reacted
viktordw, khanhhua, baarkerlounger, hermidalc, dm7p, and binbjz reacted with laugh emoji
binbjz and Lefty66 reacted with hooray emoji
xavierfoucrier, Volcanic-Penguin, kozyakin, Fluffy-Cookie, FilippSolovev, baarkerlounger, bhj, hermidalc, dm7p, binbjz, and 5 more reacted with rocket emoji
1.59.0-beta0
Notable Changes
- #16206 — Enable default editor keymaps for editors located outside atom-workspace
- #18321 — Implementing tree-sitter based indentation logic
All Changes
Atom Core
v1.58.0…1.59.0-beta0
- atom/atom#22015 — Update required dependencies for Debian/Ubuntu
- atom/atom#22463 — ⬆️ Bump atom-select-list@0.8.1
- atom/atom#16206 — Enable default editor keymaps for editors located outside atom-workspace
- atom/atom#22448 — Update readme install libraries instructions
- atom/atom#11786 — fix spec toShow()
- atom/atom#22475 — Document TextEditor::bufferRangeForScopeAtBufferPosition
- atom/atom#22478 — Bump browserslist from 4.16.3 to 4.16.6
- atom/atom#22498 — Update atom.desktop.ini
- atom/atom#18321 — Implementing tree-sitter based indentation logic
- atom/atom#22250 — Migrate from Amazon S3 to Azure blob storage
- atom/atom#22530 — Fixes error on production CI
- atom/atom#22543 — git-diff: Fix typo in code
- atom/atom#22541 — Recreate #15175
- atom/atom#22553 — tree-indenter: Fix typo
- atom/atom#22575 — Bump normalize-url from 4.5.0 to 4.5.1
- atom/atom#22652 — Bump
async
dependency to 3.2.0 in /script - atom/atom#22688 — Bump color-string from 1.5.4 to 1.5.5
- atom/atom#22597 — Fix/not update menu with i18n (#22594)
- atom/atom#22697 — Fixed command to install Atom dependencies on Ubuntu
- atom/atom#22737 — Fix typo in tree-sitter-language-mode-spec.js
- atom/atom#22733 — Decaffeinate elements
- atom/atom#22741 — For glibc compatibility use Ubuntu 18.04 as environment
- atom/atom#22738 — Ubuntu 16.04 LTS environment is deprecated It will be removed on September 20, 2021. Migrate to ubuntu-latest instead.
- atom/atom#22717 — Try removing marked
- atom/atom#22749 — Migrate styles element to custom elements
- atom/atom#22750 — Use custom element on pane container element
- atom/atom#22755 — Use custom element on workspace-element
32 people reacted
EvHaus, cedricbonhomme, bulletinmybeard, rise-worlds, emir0103, Joanna2473, tyathom, chfritz, Firasdandach, anze3db, and 6 more reacted with hooray emoji
Jup1terR, chreeshendolo, SenseiSin, Jay74y, Mohammad-HGH, and mateuszwasowski reacted with heart emoji
marshalcn, lutfiallfajri, Firasdandach, anze3db, Gstny1, AlphaDeniz, chreeshendolo, matteobertoldo, 5u9, Jay74y, and paaqp reacted with rocket emoji
coocy, Jay74y, and Wrathgods1 reacted with eyes emoji
1.58.0
Notable Changes
- #22315 — Update to macOS Big Sur icon.
- #22424 — Fix reopening a project in safeMode and devMode.
- #22123 — Improve contrast on Windows app icons
- atom/archive-view#73 — Add ability to collapse archived directories (zip, tar, e.t.c)
- atom/bracket-matcher#405 — Handle multicursor selection inside brackets
- atom/find-and-replace#932 — Add «Open in New Tab» and «Open in New Window» right-click context menu options
All Changes
Atom Core
v1.57.0…1.58.0
- atom/atom#22185 — Use n-api for native modules.
- atom/atom#21379 — Use the built-in Visual Studio instead of windows-build-tools v4
- atom/atom#22347 — ⬆️ Bump whitespace@0.37.8
- atom/atom#22353 — ⬆️ Bump find-and-replace@0.219.8
- atom/atom#22354 — Speed up blinking cursor
- atom/atom#22372 — Bump hosted-git-info from 2.7.1 to 2.8.9 in /packages/about
- atom/atom#22371 — Bump hosted-git-info from 2.7.1 to 2.8.9 in /script/vsts
- atom/atom#22361 — Bump lodash from 4.17.20 to 4.17.21 in /packages/about
- atom/atom#22384 — Bump pathwatcher@8.1.1
- atom/atom#22386 — Bump bracket-matcher@0.92.0
- atom/atom#22385 — Bump postcss from 8.1.6 to 8.2.10
- atom/atom#22395 — Bump language-php@0.47.0
- atom/atom#22096 — fix: update language-python for nightly
- atom/atom#22407 — ⬆️ Bump archive-view@0.66.0
- atom/atom#22315 — Replaced OS X Yosemite-era icon with macOS Big Sur icon for Atom for Macs
- atom/atom#22424 — Pass safeMode and devMode on reopening a project
- atom/atom#22433 — Get rpm from bionic
- atom/atom#22446 — Update README.md to match the move to Github Discussion
- atom/atom#22447 — Remove instructions to join slack
- atom/atom#22297 — Fix typo in text-editor-spec.js
- atom/atom#22123 — Fix app icons on Windows
- atom/atom#22103 — Convert var to const/let in src files
- atom/atom#22076 — Fix RPM dependencies
- atom/atom#22421 — Replaced the old Atom document icon with the Big Sur icon
- atom/atom#22053 — Fix: remove unused parser instance
- atom/atom#22450 — script: Let bootstrap install
apm
withnpm ci
- atom/atom#22453 — ⬆️ Bump minidump@0.22.0
archive-view
v0.65.2…v0.66.0
- atom/archive-view#78 — Migrate to Github Actions
- atom/archive-view#73 — Add ability to collapse directories
bracket-matcher
v0.91.2…v0.92.0
- atom/bracket-matcher#396 — Fix close-tag for JSX tags with member access
- atom/bracket-matcher#402 — Bump y18n from 3.2.1 to 3.2.2
- atom/bracket-matcher#403 — Migrate to Github Actions
- atom/bracket-matcher#405 — Handle multicursor selection inside brackets
find-and-replace
v0.219.7…v0.219.8
- atom/find-and-replace#1050 — docs(CONTRIBUTING.md): add link to Running Specs
- atom/find-and-replace#938 — Add preserve case option for buffer replace. References #165.
- atom/find-and-replace#932 — Added «Open in New Tab» and «Open in New Window» right-click context menu options
- atom/find-and-replace#1152 — Add searchAllPanes option
whitespace
v0.37.7…v0.37.8
- atom/whitespace#181 — Add Probot no-response configuration
- atom/whitespace#182 — 🤖 Configure probot/no-response to allow 28 days when requesting more info on an issue
- atom/whitespace#196 — Migrate to Github Actions
- atom/whitespace#197 — Use active pane to save untitled file
language-php
v0.44.7…v0.47.0
- atom/language-php#398 — Update type hints
- atom/language-php#397 — Support UTF-8 characters in namespaces and class names
- atom/language-php#383 — Fix tokens for calls on variables
- atom/language-php#396 — Non-capturing catches and multiple namespaced exceptions
- atom/language-php#406 — Update .travis.yml
- atom/language-php#405 — Attributes
- atom/language-php#407 — match statement
- atom/language-php#404 — Nullsafe operator
- atom/language-php#411 — Fix attributes with leading whitespaces
- atom/language-php#408 — Fix methods in interface
- atom/language-php#412 — Adding ‘$’ character for highlight-selected
language-python
v0.53.5…v0.53.6
- atom/language-python#327 — GitHub Actions
- atom/language-python#315 — Add a lookahead for DELETE to avoid mistaking HTTP strings for SQL
- atom/language-python#325 — Update tree-sitter-python + Add missing tree-sitter scopes
120 people reacted
maulanazn, jltml, ThoughtCow, eonist, AlirezaKJ, YATHARTH-Codr, nwsy1, nathan3boss, UnrealApex, Ensest, and 11 more reacted with laugh emoji
fcomrqz, ThatXliner, nelson6e65, cedricbonhomme, adriangrantdotorg, jltml, takahashi-nf, ThoughtCow, im-coder-lg, eonist, and 18 more reacted with hooray emoji
nelson6e65, ThoughtCow, cristofer505, the-spanish-guy, eonist, mansona, AlirezaKJ, eduardobc88, Luimoll, YATHARTH-Codr, and 20 more reacted with heart emoji
mansona, TomEpsilon, AlirezaKJ, Annim-jcc, Luimoll, YATHARTH-Codr, nathan3boss, leovilleri, UnrealApex, Ensest, and 8 more reacted with rocket emoji
Raymond-John-RPark, chrismheath, LukeOnuke, ThoughtCow, eonist, Luimoll, YATHARTH-Codr, whoisEllie, UnrealApex, Ensest, and 8 more reacted with eyes emoji
1.57.0
69 people reacted
LEGOnosuke, E3i4, 7978265696, Redyou05, fiki-cmd, ADLGAL, maulanazn, jen801, kangarooInternational, Himalmevada, and 2 more reacted with laugh emoji
sanjaykaria, yttrm1, kazaksaeed, henrylkirk, Bressu, LEGOnosuke, E3i4, 7978265696, Redyou05, Fruit5I, and 8 more reacted with hooray emoji
taurus228, kazaksaeed, RubenRRuboger, henrylkirk, Bressu, LEGOnosuke, E3i4, ADLGAL, kangarooInternational, Himalmevada, and 2 more reacted with heart emoji
thegr8awais, samuelhnrq, sloppyjuicy, realYulin, Tomisakari-91, sanjaykaria, iamh2o, henrylkirk, Bressu, LEGOnosuke, and 10 more reacted with rocket emoji
ADLGAL, kangarooInternational, Himalmevada, ZS-cop, themmhl, felipemesser, and damonmitchellsr1 reacted with eyes emoji
1.58.0-beta0
1.57.0-beta0
1.56.0
Atom – это бесплатный, современный и удобный текстовый редактор с богатым функционалом. Он легок в использовании и может полностью подстроиться под любые нужды.
Atom пригодится школьнику, только постигающему азы программирования, и хакеру высокого класса, которому приходится одновременно работать с различными языками и форматами. При желании, его можно использовать в качестве менеджера файлов и получить незаменимый инструмент для разработчиков и копирайтеров, да и всех, кому мало функционала блокнота.
Скачать текстовый редактор Atom можно бесплатно и на русском языке по официальной ссылке ниже сразу после описания.
Для знакомства с редактором не потребуется никаких специальных знаний, надо просто открыть файл и приступить к работе. После первых минут использования этой утилитой не захочется возвращаться к прежним редакторам.
- Поддержка всех языков программирования.
- Подсветка синтаксиса.
- Поиск новых дополнений, расширяющих функционал.
- Самостоятельное расширение функционала и изменение внешнего вида, благодаря открытому исходному коду.
- Умное автозаполнение, с которым написание кода становится значительно быстрее.
- Многооконность: разделение интерфейса на несколько панелей для сравнения и редактирования.
- Инновационная функция поиска и замены частей кода во всех файлах сразу.
- Мультиплатформенность: сделав паузу, позже можно продолжить на любой другой ОС.
- Более двух тысяч дополнений для решения любых задач.
В интерфейсе приложения можно изменить буквально всё. В Атоме по умолчанию доступно восемь тем с фонами темных и светлых тонов. Особенно возможность работы на тёмном фоне, оценят люди, привыкшие сидеть в ночное время суток, такое цветовое решение снизит нагрузку на глаза и утомляемость. Если пользователю они не подходят, он легко может создать свою собственную тему и даже поделиться ею с другими.
Скачать Atom редактор для Windows на русском языке предлагается бесплатно с официального сайта представленного ниже после характеристик к программе.
Поскольку каждое окно – это отдельная веб-страница, нет никакой нужды заботится о загрузке ресурсов. Инновационная веб-технология обеспечивает быструю работу, не нагружая систему.
Для установки Atom необходимо быть обладателем одной из следующих систем: Mac OS, Windows 7, 8 и 10, RedHat Linux, или Ubuntu Linux. Такое разнообразие различных операционных систем даёт возможность избежать проблем с синхронизацией при командных вызовах.
Проверяйте скачиваемые файлы на вирусы, например, через новый Яндекс.Браузер со встроенным антивирусом!
496 k
Полнофункциональный текстовый редактор для программистов от GitHub
Приложения, рекомендуемые для вас
Браузер, ориентированный на игроков
Общайтесь со всеми своими контактами в Telegram со своего рабочего стола
Видеозвонки и конференции с массой других возможностей
Автоматизация нажатий мышкой на компьютере
Общайся с друзьями через десктопную версию Whatsapp
Совершенный партнер для вашего нового iPod или iPhone
Создавайте собственную анимацию очень простым способом
Объектно-ориентированный динамический язык программирования
Больше информации
Лицензия | Бесплатно | |
---|---|---|
ОС | Windows |
Раздел | Общие | |
---|---|---|
Язык | Pусский | |
Автор | GitHub | |
Размер | 198.97 MB | |
Загрузки | 496,023 | |
Дата | 23 ноя 2022 | |
SHA256 | ad4e34c2698f5533e8bbdc4541c1bd39d5f57d99e810c1ace08329ebb85251d4 | |
Почему это приложение опубликовано на Uptodown? |
(Больше информации) |
Доступно для других платформ
Эффективный и бесплатный текстовый редактор
Замена вашему Блокноту
Don HO
Все, что нужно программисту от редактора
Текстовый редактор с открытым исходным кодом и многоязыковой поддержко
Denis Auroux
Текстовый редактор с массой функций
TextPad
Компрессор файлов с поддержкой нескольких стандартов шифрования
Мощный графический редактор с открытым исходным кодом
Deluge Team
Конвертируйте видео, аудио и графические форматы
Превосходный медиацентр
Векторный редактор с открытым кодом
Изменяйте формат и функции любых DVD
Отличный бесплатный антивирус
Похожие на Atom
Объектно-ориентированный динамический язык программирования
Многоплатформенный редактор кода для Microsoft
Динамическая среда для веб-разработки
Новая среда программирования для Android
Среда для программирования под Android
Среда IDE, адаптированная для программирования на динамических языках
Avocode
Самая популярная среда разработки
KNIME Inc.
Emurasoft
Разрабатывайте в Windows, делитесь в GitHub
Bram Moolenaar
UVviewsoft
Управляйте несколькими базами данных с помощью одного единственного инструмента
Новая среда программирования для Android
Все, что нужно программисту от редактора
Atom Text Editor
Atom – современный текстовый редактор с открытым исходным кодом и большим количеством функций. Содержит интеллектуальную систему автодополнения ввода и опцию подсветки синтаксиса, интегрируется в контекстное меню.
Возможности Atom Text Editor
- Встроенный редактор кода;
- Наличие файлового менеджера;
- Режим совместимости с Vim и Emacs;
- Настройка горячих клавиш для разных функций;
- Различные темы оформления для интерфейса;
- Поддерживает работу с закладками и вкладками;
- Расширение функционала за счет подключения плагинов;
- Автоматические обновления софта от официального сайта AtomTeam.
Преимущества
- Быстрое открытие файлов;
- Встроенная поддержка командной строки;
- Инструмент поиска и замены частей кода;
- Экспорт/импорт документов из Sublime Text;
- Возможность обратной связи с официальной службой поддержки;
- Настраиваемый язык интерфейса: русский, английский и так далее;
- Доступна установка Atom на OS Windows, Linux, Ubuntu, Mac OS (32, 64 bit).
Недостатки
- Не все пункты редактора Atom на русском языке;
- Довольно высокие системные требования.
7/7
Atom Text Editor
Atom Text Editor скачать бесплатно
Последняя версия:
1.54.0 от
14.01
2021
Лицензия: Бесплатно
Операционные системы:
Windows 7, 8, 10
Интерфейс: Русский
Размер файла: 130 Mb
Скачать Atom текстовый редактор x32 32 bit
Atom_x32_Setup.exe
Скачать Atom текстовый редактор x64 64 bit
Atom_x64_Setup.exe
Полное описание
Atom Text Editor – быстрый и удобный текстовый редактор, может быть использован в качестве инструмента для написания кода. Отличается поддержкой большого количества языков программирования, среди которых: PHP, Perl, SQL, HTML, JavaScript, Java, Python, C/C++ и многие другие.
Присутствует встроенный менеджер расширений, с помощью которого можно подключать дополнительные пакеты. Обратите внимание на интеграцию с сервисами IT-разработчиков Git и GitHub, позволяющими работать над вашими проектами в совместном режиме.
Программное обеспечение умеет подсвечивать синтаксис. Имеется функция поиска и замены фрагментов кода. Интерфейс приложения легок в использовании и содержит множество различных тем оформления. При первом запуске вас встретит продуманная система подсказок.
jQuery(document).ready(function() {
App.init();
//App.initScrollBar();
App.initAnimateDropdown();
OwlCarousel.initOwlCarousel();
//ProgressBar.initProgressBarHorizontal();
});
Atom (рус. «Атом») — бесплатный текстовый редактор кода от компании GitHub, созданный на основе платформы Electron. Это отличный инструмент для написания кода и разработки программ и приложений на основе веб-технологий. Скачать бесплатно редактор Atom можно для Windows, Mac или Linux.
Что это за программа?
Atom Text Editor представляет собой редактор с открытым исходным кодом. Он разработан на английском языке и имеет широкие возможности кастомизации. Несмотря на то, что сегодня существует огромное количество подобного рода программ, например: Notepad++ или Sublime Text 3 — все они обладают своими недостатками.
Поэтому компания GitHub постаралась создать редактор, который будет сочетать в себе все необходимые возможности и не иметь недостатков. Сами разработчики продукта называют его текстовым редактором 21-го века.
Возможности
Данная программа имеет в своем составе пакетный менеджер, обозреватель файловой системы, менеджер проектов и, конечно же, редактор кода. Он поддерживает такие языки программирования как Java, HTML, CSS, C/C++, SQL, Python, PHP и многие другие.
Как пользоваться?
Редактор позволяет устанавливать различные пакеты, которые поддерживают большое количество функций и надстроек.
Установить новый пакет просто:
- Перейдя на вкладку Welcome Guide, нужно выбрать Install a package, а после Open Installer;
- После установки необходимого пакета можно изменить его настройки при помощи кнопки Settings или же деактивировать его кнопкой Disable.
Интерфейс
Atom — не простое веб-приложение. Он представляет собой специализированный вариант всем известного браузера Chromium. Окно программы является отдельной локальной веб-страницей. Благодаря тому, что работа в редакторе происходит локально, нет необходимости постоянно переживать о загрузке ресурсов, асинхронной загрузке модулей, конкатенации скриптов и пр.
После установки редактора пользователь может самостоятельно выбрать подходящую ему тему оформления. Для этого необходимо перейти в меню Edit, затем Preferences -> Themes. Помимо темы в этой панели также можно выбрать подсветку синтаксиса Theme Syntax. Разработчики предлагают два варианта оформления — светлый и темный (по умолчанию). Помимо этого можно установить тему, скачав ее из интернета.
Особенности
Бесплатный Атом, как и любой другой редактор обладает своими преимуществами и недостатками.
Преимущества
К плюсам данного приложения можно смело отнести:
- Открытый исходный код;
- Бесплатное распространение программы;
- Поддержка огромного количества языков и фреймворков;
- Переключение между кодировками;
- Взаимодействие с Git и Github;
- Подсветка синтаксиса, проверка орфографии, автозавершение функций и скобок, масштабирование, режим разделенного экрана и др.;
- Телетайп для кооперативной работы над кодом;
- Встроенный проводник, менеджер проектов и установщик пакетов.
Недостатки
К минусам данной программы можно отнести только то, что она не распространяется на русском языке. Однако этот изъян быстро решается путем установки пакета-расширения «i18n», которое добавляет русский язык в Atom.
Итог
Atom Editor — пример отличного инструмента для разработчика, заключивший в себя все преимущества и возможности, ускоряющие написание кода и создание программ, делая процесс максимально комфортным для пользователя.
Рекомендуем скачать последнюю версию Atom редактора с официального сайта по ссылке ниже.
Atom — инструмент редактирования текстов, предназначенный для работы профессиональных программистов и веб-разработчиков. Редактор поддерживает большое количество языков, а также двадцать вариантов подсветки, что нравится пользователям. Функция мульти панелей, обеспечивает работу с несколькими документами в одном окне. Это значительно экономит время. Программное обеспечение поддерживает множество устройств, включая Windows 11, 10, 8, 7, Vista, XP. Скачать Atom бесплатно для Windows официальной версии можно с помощью ссылок, которые находятся на нашей страничке.
Главные возможности приложения
- Goto Anything – функция, обеспечивающая быструю навигацию по предложенным ресурсам;
- Command Palette – быстрый поиск;
- Split Editing – опция редактирования нескольких документов в одном диалоговом окне;
- Customize Anything – способ настройки, снабжённый высокой скоростью и производительностью, введённых команд;
- программа владеет менеджером пакетов. Параметр, который позволяет устанавливать, обновлять и удалять пакеты без перезагрузки программы, значительно сэкономит время работы с документами.
- менеджер поддерживает установочные файлы в актуальной версии.
Загрузка
Чтобы бесплатно установить программу на компьютер, нужно перейти по ссылке на страницу, предназначенную для установки. Узнать о поддерживаемых устройствах. Ознакомиться с характеристикой функций. Найти встроенную панель «Скачать» и нажать.
Инструкция по использованию
- после запуска программного обеспечения сначала нужно снять флажок возле пункта “Open empty editor On Start”, чтобы при повторном запуске программы открывались последние используемые файлы;
- программное обеспечение имеет широким спектр возможностей плагинов, которые нужно будет устанавливать;
- Панель управления – “Settings”. В разделе находятся основные необходимые плагины для корректной работы с исходными кодами.
- Linter – функция, которую можно найти также в настройках. Плагин автоматически находится ошибки в коде и предлагает варианты исправления.
Вывод
Таким образом, выяснилось, что Atom– популярная программа для решения задач, связанных с программированием и редактированием документов. Набор APL значительно упростит работу, позволит проводить операции, связанные с выбором формата контента и обеспечит ресурсы по управлению файлами.