Atom - edytor tekstowy

OXYGEN THIEF

Bardzo aktywny
Członek Załogi
Administrator
Dołączył
26 Maj 2010
Posty
35927
Reakcje/Polubienia
25022
Miasto
Trololololo


Atom to bezpłatny i wysoce konfigurowalny edytor tekstowy który łączy niektóre z najlepszych funkcji dostępnych w innych popularnych edytorach w jednym. Atom obsługuje interfejs wielu okien który jest niezwykle użyteczny podczas edycji kodu w wielu plikach. Zawiera także przeglądarkę plików do przeglądania i otwierania pojedynczego pliku, projektu lub wielu projektów.Na stronie producenta dostępnych jest wiele dodatków rozszerzających jego możliwości oraz skórek które zmieniają wygląd programu.


Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.17.0
Notable Changes:
  • Docks
  • Improved startup time
  • Fix for middle-mouse-button paste on Linux
  • Restore the Atom environment when adding project folders to a fresh window
  • Removal of jQuery from all bundled packages
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.17.1
Atom Core
v1.17.0...v1.17.1
atom/atom#14485 - Fix exception when starting to drag text
atom/atom#14553 - Don't snapshot the iconv-lite module, fixing Unable to switch the encoding
atom/atom#14460 - Fix ability to activate next/previous pane in a dock
atom/atom#14427 - Fix the atom:// URL handler for real (with tests this time)
atom/atom#14420 - Don't show restore dialog for non-editor dock items

fuzzy-finder
v1.5.6...v1.5.8
atom/fuzzy-finder#297 - Show matches correctly when useAlternateScoring is true

markdown-preview
v0.159.11...v0.159.12
atom/markdown-preview#482 - Destroy cursor line decoration layers in newer versions of the editor

notifications
v0.67.1...v0.67.2
atom/notifications#157 - Adding fix for bug with having new lines as part of title.

tree-view
v0.217.0-7...v0.217.1
atom/tree-view#1056 - Make the tree view a dock item
atom/tree-view#1111 - Expand to full width/height

update-package-dependencies
v0.11.0...v0.12.0
atom/update-package-dependencies#16 - Resolve merge conflicts with #9 (use notification for success or error)

welcome
v0.36.2...v0.36.3
atom/welcome#61 - Fix build
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.18.0
  • All new Git and GitHub Integration
  • Improved tokenizing performance via oniguruma caching
  • Correctly launch Atom from Windows Subsystem for Linux
  • Added an option to always restore previous session
  • Added settings for showing context in find-and-replace
  • Improved suggestions in autocomplete-html
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.19.0
  • Atom's underlying text buffer has been implemented in native C++
  • Full rewrite of the editor's rendering layer
  • Update to Electron 1.6.9
  • Render line number gutter without numbers when showLineNumbers is false
  • Improved clarity of Editor not responding actions
  • Restore ability for escape to return focus to center
  • Optimize trailing whitespace removal using native buffer search
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.19.1
  • Fix measuring lines in presence of pending autoscroll requests
  • Work around incorrect data on compositionupdate events in Chrome 56
  • Use default cursor on dummy scrollbars and make them 15px wide/tall
  • Don't throw an error when setting an incredibly small lineHeight
  • Suppress composition events default prevented on previous keydown
  • Fix IME composition preview for new editors
  • Ignore clicks on block decorations
  • Prompt user only once when quitting/restarting and canceling save dialog
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.19.2
  • Honor editor's scrollSensitivity parameter
  • Ensure extra document updates are not scheduled during updateSync
  • Suppress text input for default-prevented keydown events
  • Move cursors container inside lines container
  • Move placeholder text inside lines div
  • Only scroll one axis at a time, whichever has the greater delta
  • Hide off-screen lines when we render them for measurement
  • Only clear linesToMeasure when we have actually measured
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.19.3
  • 1.19.3 fixes a number of editor-related bugs, including:
  • atom/atom#15372 - Blurry text on Windows
  • atom/atom#14765 - File removed outside of Atom does not close tab in Atom regardless of setting
  • atom/atom#15267 - Mac: No elevation of privilege prompt when attempting to edit files owned by root
  • atom/atom#15197 - Linux: Middle-clicking an unsaved tab causes entire desktop to be unresponsive to clicks
  • Atom Core:
  • atom/atom#15346 - Suppress default-prevented composition events on compositionstart instead of compositionupdate
  • atom/atom#15345 - Round return values of getMaxScrollTop, getScrollHeight
  • atom/atom#15347 - Use capture phase for mouseup handler
  • atom/atom#15357 - Ignore scroll requests to NaN, null or undefined positions
  • atom/atom#15359 - Fix folding for lines that contain a comment
  • atom/atom#15367 - Set visibility: hidden on dummy scrollbars if native ones are invisible
  • atom/atom#15228 - Upgrade text-buffer for setTextViaDiff fix
  • atom/atom#15372 - Always round GPU layer dimensions to physical pixel boundaries
  • atom/atom#15389 - Fix line number position when block decorations are at tile boundaries
  • atom/atom#15384 - Fix highlight end pixel position calculation
  • atom/atom#15378 - Drop use of GPU tiles for lines and line numbers
  • tabs:
  • atom/tabs#515 - Perform left/middle click actions on click instead of on mousedown
  • text-buffer:
  • atom/text-buffer#242 - Don't consider lone CRs as line breaks in setTextViaDiff
  • atom/text-buffer#244 - Use native text buffer to check if file is unmodified & to be deleted
  • atom/text-buffer#246 - Restore the ability to save files owned by root on Mac
  • atom/text-buffer#247 - Fix privilege escalation issues
  • node-pathwatcher:
  • atom/node-pathwatcher#122 - Remove privilege escalation functionality
  • superstring:
  • atom/superstring#24 - Avoid changing buffers' modified status when saves fail
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.19.4
  • Atom Core:
  • Don't select when typing while also holding the left mouse button (atom/atom#15407)
  • text-buffer:
  • Fix assertion failure when buffer is destroyed within a transaction (e2f781c)
  • pathwatcher:
  • Avoid reading garbage when GetOverlappedResult succeeds w/ zero bytes (atom/node-pathwatcher#123)
  • fs-admin:
  • Prevent multiple createWriteStream calls from creating multiple prompts (8484dd9)
  • Avoid multiple prompts when the user cancels (cf0bab5)
  • Make index.js compatible w/ electron-link (3f9f51e)
  • superstring:
  • Fix crashes when splicing patches with mismatched text (atom/superstring#26)
  • Explicitly use 64-bit stat structure (atom/superstring#27)
  • Fix patch getting partially updated before throwing invalid splice exception (afc948d)
  • Include syscall name in TextBuffer IO errors (atom/superstring#29)
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.19.6
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.19.7
  • This release features a couple of fixes related to editor rendering:
  • Fixed a regression that prevented lines from being displayed correctly after destroying a marker associated with a block decoration (#15583).
  • Fixed an issue that caused scrollbars to be in the wrong position when splitting an editor. (#15580)
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.20.0
  • Added support for multiple git diff views.
  • Git commit messages can now be edited in the main editor.
  • Find in Project search results now include additional context lines.
  • Added an API for observing dock visibility.
  • Fixed middle-mouse button behavior when closing tabs on Linux.
  • CSS autocomplete now supports PostCSS.
  • Support has been added to bracket-matcher for code embedded in strings.
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Jarom

Bardzo aktywny
Zasłużony
Dołączył
23 Wrzesień 2016
Posty
3893
Reakcje/Polubienia
1228
Atom 1.20.1
Atom Core:
  • atom/atom#15638 - Backport config improvements to 1.20
  • atom/atom#15656 - Restore the fs.existsSync guard in Config

styleguide:
  • atom/styleguide#61 - Lock js-beautify to 1.6.14

language-php:
  • atom/language-php#257 - Recursively match curly brackets
  • atom/language-php#258 - Combine class use patterns
  • atom/language-php#261 - Improve number regexes
  • atom/language-php#262 - Revert "Improve number regexes"
  • atom/language-php#263 - Improve number regexes
  • atom/language-php#269 - Bring in suggested changes
  • atom/language-php#266 - Always end PHP on ?>
Windows, Mac, Linux:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry