Классический форум-трекер
canvas not supported
Нас вместе: 4 247 064

Sublime Text 3.1 (3170) [En]


 
 
RSS
Начать новую тему   Ответить на тему    Торрент-трекер NNM-Club -> Архив торрентов -> Архив 4Apple
Автор Сообщение
kat@kat ®
Модератор Apple
Стаж: 15 лет 1 мес.
Сообщений: 37973
Ratio: 260.076
Поблагодарили: 571951
100%
Sublime Text 3.1 (3170)
Тип издания: OS X Software
Релиз состоялся: 2018
Поддерживаемая ОС: OS X 10.7+
Разработчик: Jon Skinner
Официальный сайт: ссылка

Язык интерфейса: Английский

Лечение: не требуется (инсталлятор уже пролечен)

Системные требования:
• Intel, 64bit
• OS X 10.7 или более новая


Описание:
Sublime Text — быстрый кроссплатформенный редактор исходных текстов программ. Поддерживает плагины на языке программирования Python.
Sublime Text не является свободным или открытым программным обеспечением, однако, некоторые его плагины распространяются по свободной лицензии, а также разрабатываются и поддерживаются сообществом разработчиков. Он поддерживает подсветку синтаксиса для: C, C++, C#, CSS, D, Erlang, HTML, Groovy, Haskell, HTML, Java, JavaScript, LaTeX, Lisp, Lua, Markdown, Matlab, OCaml, Perl, PHP, Python, R, Ruby, SQL, TCL, Textile и XML и других языков.

Sublime Text относится к тем текстовым редактором, которые могут все. Гибкость позволяет настроить его на любой вкус.
Если вы переходите на новую версию с Sublime Text 2, то основные изменения в Sublime Text 3 следующие:
• Скорость. Время старта программы, загрузки файлов и работы функции «Replace All» значительно сократилось. Если у вас OS X и Retina, то вы заметите значительный рост производительности.
• Индексация символов, для команд Goto Definition и Goto Symbol in Project. Также работает для функций Jump Forward и Jump Back.
• Улучшенное редактирование HTML, включая автокомплит тэгов и атрибутов, а еще и автоматическое закрытие тэгов.
• Улучшенная работа с проектами. Теперь можно создавать несколько рабочих областей (workspace) для одного проекта.
• Богатый API. Плагины лучше изолированы от основного приложения, и в то же время имеют более полный API.

В целом были сделаны сотни небольших улучшений почти во всех функциях Sublime Text.
THEMES/UI
• Windows: Added support for Windows 10 (and 8.1) per-monitor DPI scaling
• Improved overall High DPI support
• Added support for 8k monitors and 300% DPI scale
• Themes can now provide @3x versions of images for very high DPI monitors
• Improved indent guide positions when using line padding
• Rulers are drawn with stippled lines
• Linux/Windows: Improved High DPI minimap rendering
• Mac: Fixed occasional yellow or black windows when using a theme with a colored title bar
• Mac: Double-clicking a themed title bar now performs the default system action
• Mac: Fixed sizing of some dialog windows when a theme uses a themed title bar
• Mac: Fixed gutter icons sometimes not drawing
TEXT RENDERING
• Added ligature support for symbols
• Added font_options for controlling ligatures and stylistic sets
• Improved rendering and selection of emojis
• Tab width is now properly measured for proportional fonts
• Windows: DirectWrite is now used by default for all fonts
• Windows: Support gray_antialias in conjunction with DirectWrite
• Windows: improved DirectWrite anti-aliasing, adding support for system ClearType tuning
GOTO DEFINITION
• Added Goto References when hovering over a symbol
• Added goto_reference command to the Goto menu
COLOR SCHEMES
• Added new color scheme format, .sublime-color-scheme
• Add Hashed Syntax Highlighting
• Added the Celeste color scheme to showcase hashed syntax highlighting
• Selections now render by default with true rounded corners
• Added color scheme settings for selection border width, corner style and radius
• Selection background and border now support alpha channels
• Improved color scheme reloading
• Added Convert Color Scheme command
• Added support for the invisibles key in color schemes
• selection_foreground can now be specified on a per-scope basis
• Color Schemes can specify bold and italic in the brackets_options key
• Improved handling of invalid.deprecated scopes in default color schemes
SYNTAX HIGHLIGHTING
• Add embed action to .sublime-syntax files for improved syntax nesting
• Added Git Formats package for Git config files and use as core.editor, with thanks to Ryan Boehning and deathaxe
• Many syntax highlighting improvements, including significant improvements to:
◦ JavaScript, with thanks to Thomas Smith
◦ ShellScript, with thanks to Raoul Wols
◦ Makefiles, with thanks to Raoul Wols
◦ Java, with thanks to lastsecondsave
◦ C#, with thanks to keith-hall
◦ Markdown, with thanks to keith-hall
◦ Python, with thanks to FichteFoll
• Added stand alone syntax test runner for Linux, allowing for CI testing
• Various syntax definition errors now include the file name in the message
COMMAND PALETTE
• New Command Palette implementation that can accept text input from users
• Fuzzy matching can match terms out of order by space separating them
• Added new commands Arithmetic, Rename File and View Package File to showcase new features
• Keyboard shortcut hints are no longer cut off at 15 characters
BUILD SYSTEMS
• Improve cancellation handling
• Use /usr/bin/env to locate bash
• Fix multi-byte encodings sometimes triggering decoding errors
• Improved exec build target handling of killing child processes
FILES AND FOLDERS
• Improved handling of symlinks in the sidebar, including additions and removals
• Symlinks no longer have an expand arrow in the sidebar, but have a Reveal Link Source context menu entry
• Add support for binary_file_patterns, index_exclude_patterns and index_include_patterns to .sublime-project files
• index_exclude_patterns and index_include_patterns can now match full paths instead of just filename
• Linux/Windows: File system notifications now account for symlinks (and Windows junctions)
• Linux: file system notification now only requires a single inotify instance
• Linux: Improved behavior when fs.inotify.max_user_watches is too low
• Mac: Reduced the number of file stats operations
• Mac: Added support for case-sensitive file systems
INPUT
• Fixed popup and auto complete windows not showing when the caret is at the leftmost position of a widget
• Fix left arrow not working in the side bar
• Fixed not being able to grab the scrollbar by clicking on the rightmost pixels of the window
• Fix double clicking on the selection not setting input focus when drag_drop is enabled
• Linux: Context menus no longer cause the editor control to be focused when closed
• Windows: Fix pen input
PERFORMANCE
• Significantly reduced memory usage related to syntax definitions - using up to 30% less total program memory
• Improve idle CPU usage
• Fix a bug where theme animations may continue even after a layer has been hidden, causing excessive CPU usage
• Mac: Solved increased CPU usage on Macs when a GPU switch occurs while using a theme with a colored title bar
API
• Added TextInputHandler and ListInputHandler to interact with new Command Palette functionality
• Added View.style() and View.style_for_scope()
• Added automatically generated scope names for use with the regions API: region.redish, region.orangish, region.yellowish, region.greenish, region.bluish, region.purplish and region.pinkish
• Improve View.find() and View.find_all() performance when doing literal matches
• Expanded ViewEventListener API
• Fix EventListener.on_activated_async() not being called for views when the editor starts
• Add ViewEventListener.on_activated() and ViewEventListener.on_activated_async() to be called for views when the editor starts
• Improve tracebacks for Python in .sublime-package files
• shell_environment is now ensured to be loaded before plugin_loaded() is called on plugins
• Plugin commands are now created before plugin_loaded() is run
• Loaded plugins are now stored in __plugins__ rather than plugins
• The Python ssl module will now negotiate TLS 1.2, 1.1 or 1.0 with the PROTOCOL_TLSv1 constant
• Updated Python environment with SQLite 3.22.0, and OpenSSL 1.0.2n
MISCELLANEOUS
• Fixed being unable to load dictionary files larger than 16mb
• Fixed an issue where out of memory conditions would trigger a buffer overflow instead of a clean crash
• Word wrap is turned on by default for the console
• Added Regex Replace Widget.sublime-settings and Console Input Widget.sublime-settings
• Fixed a number of bugs that would cause crashes
Скриншоты: Время раздачи: до 3-х первых скачавших
[NNM-Club.me]_Sublime Text 3 Build 3170 [k'd].dmg.torrent
 Торрент: Платиновая раздача  Зарегистрирован
 
Скачать


Примагнититься
 Зарегистрирован:   10 Май 2018 17:01:53
 Размер:   11.9 MB  (
 Рейтинг:   5 (Голосов: 22)
 Поблагодарили:   79
 Проверка:   Оформление проверено модератором 10 Май 2018 17:01:59
Как cкачать  ·  Как раздать  ·  Правильно оформить  ·  Поднять ратио!  

_________________
Никогда бываемая виктория? © Живи в пути …
Советуем установить VPN чтобы скрыть Ваш IP-адрес
Spid3r
Стаж: 14 лет 6 мес.
Сообщений: 48
Ratio: 1.452
100%
russia.gif
kat@kat писал(а): Перейти к сообщению
не обращайте внимания на то, что программа просит проапгрейдить серийный номер


Это что, алерты будут вылезать?

_________________
Дайте мне мануал, и я переверну Землю!
kat@kat ®
Модератор Apple
Стаж: 15 лет 1 мес.
Сообщений: 37973
Ratio: 260.076
Поблагодарили: 571951
100%
Spid3r
Нет, это было тут лишним, осталось от DEV версии, где есть номер для активации и где в окне программы написано что нужен Апгрейд

_________________
Никогда бываемая виктория? © Живи в пути …
nemesis009
Стаж: 12 лет 2 мес.
Сообщений: 4
Ratio: 69.134
100%
russia.gif
Чтобы обновления не проверял можно зайти в Preferences -> Settings - User вставить настройку "update_check": false
geomerlin
Стаж: 14 лет 4 мес.
Сообщений: 17
Ratio: 5.761
0.14%
через некоторое время лицензия слетает и программа становится незарегистрированной... в других версиях такого не было
Spid3r
Стаж: 14 лет 6 мес.
Сообщений: 48
Ratio: 1.452
100%
russia.gif
Ждем 3176.

_________________
Дайте мне мануал, и я переверну Землю!
ablakadabla
Стаж: 9 лет 1 мес.
Сообщений: 18
Ratio: 0.459
3.56%
Сделайте проще поменяйте настройки в файле hosts используя старый ключ указав сервер проверки лицензии как 127.0.0.1 у меня работает на ура и ничего не слетает.
Spid3r
Стаж: 14 лет 6 мес.
Сообщений: 48
Ratio: 1.452
100%
russia.gif
ablakadabla писал(а): Перейти к сообщению
Сделайте проще поменяйте настройки в файле hosts используя старый ключ указав сервер проверки лицензии как 127.0.0.1 у меня работает на ура и ничего не слетает.


А какой сервер проверки лицензии?

_________________
Дайте мне мануал, и я переверну Землю!
Ramzes508
Стаж: 12 лет
Сообщений: 123
Ratio: 49.487
Раздал: 25.18 TB
100%
russia.gif
del
Топик был перенесен из форума Офис, Интернет для macOS в форум Архив 4Apple



Исправил релиз - напиши ЛС kat@kat, дав ссылку на релиз.
Если нет ответа 24 часа - нажми на кнопку "Обратить внимание модераторов".
Показать сообщения:   
Начать новую тему   Ответить на тему    Торрент-трекер NNM-Club -> Архив торрентов -> Архив 4Apple Часовой пояс: GMT + 3
Страница 1 из 1