Download Sublime Text terbaru


GUGEL88.COM - Beberapa programmer memiliki text editor jagoannya masing-masing mulai dari notepad, notpad++ , codelobster, Sublime Text dan banyak lagi. Untuk kali ini kami akan membagi pengalaman kami dari beberapa text editor yang kami gunakan untuk coding ternyata kami menjatuhkan pilihan untuk code kami pada app Sublime text.


Lalu apa sebenarnya Sublime Text itu?

Sublime Text adalah aplikasi text editor yang digunakan untuk  membuka file apapun namun sejatinya para programmer menggunakannya untuk menulis code. Sublime text mendukung sejumlah bahasa pemrograman diantaranya C, C++, C#, PHP, CSS, HTML, ASP dan banyak lagi.


Apa kelebihan Sublime Text?

Goto anything
Ini digunakan untuk membuka file diawali dengan menarik satu project file yang sedang kita kerjakan  pada sublime kemudian dengan menekan CTRL+P maka kita dapat mencari file apa yang akan kita buka dengan menuliskan nama filenya, juga kita dapat mencari baris kata dengan keyword # atau @ untuk melompat ke simbol setelah menekan CTRL+P.

Multiple Selection
Berfungsi untuk membuat perubahan pada code pada saat yang sama dalam beberapa baris yang berbeda.
bisa dicoba dengan menekan CTRL+L, atau bisa mengganti kata yang sama dalam baris berbeda dengan memBlok kata yang akan diganti kemudian tekan CTRL+D .

Command Pallete
Untuk fungsi yang satu ini jarang digunakan sebenarnya namun dalam fungsi ini banyak sekali hal yang bisa dilakukan seperti menutup semua file, convert case: lower case, remove tag dan masih banyak lagi. dengan menekan CTRL+SHIFT+P

Distraction Free Mode
Digunakan untuk merubah tampilan menjadi layar penuh, dibutuhkan ketika user akan fokus pada kerjaan yang dikerjakan maka dengan fungsi ini akan sangat membantu dengan menekan SHIFT+F11

Split Editing
Memperbolehkan mengedit file berdampingan, atau mengedit dua lokasi pada satu file dengan beberapa baris dan kolom yang anda inginkan. dengan cara :
masuk ke menu FILE > New menu into File

Instant Project Switch
SUblime text akan mengcapture semua kerjaan pada file project yang sedang dibuka termasuk file yang dirubah dan belum di save, anda dapat beralih ke file lain dengan cara yang mirip fungsi Goto anything, dan hasil modifikasi anda akan di kembalikan pada waktu proyek dibuka kembali.

Plugin API Switch
Teks Sublime memiliki kekuatan, berbasis Python Plugin API. Seiring dengan API, ia datang dengan built in Python konsol secara interaktif bereksperimen secara real time.

Customize Anything
Bindings Key, Menu, Snippets, Macro, Penuntasan dan banyak lagi – hanya tentang segala sesuatu di Teks Sublime disesuaikan dengan file JSON sederhana. Sistem ini memberi Anda fleksibilitas pengaturan dapat ditentukan pada jenis per-file dan per-proyek dasar.

Cross Platform
yang paling tak kalah keren sublime tersedia untuk berbagai platform, Windows, Linux, OS X satu lisensi untuk semua yang anda butuhkan apapun sistem oprasi yang digunakan.

Teks Sublime menggunakan toolkit UI kustom, dioptimalkan untuk kecepatan dan keindahan.

DLL.


Untuk saat ini versi paling terbaru semenjak artikel ini di publikasikan adalah Sublime Text versi 3143. Untuk mendownload aplikasi nya silahkan klik tombol download dibawah ini.




3.0 (BUILD 3143)

13 September 2017
  • Refreshed UI theme, including full high DPI support
  • New icon
  • Added alternate theme, Adaptive, that inherits colors from the color scheme
  • Added new color schemes BreakersMariana and Sixteen, derived from the excellent work of Chris Kempson and Dmitri Voronianski
  • Added color scheme and theme switchers with live preview via the command palette
  • Windows: Added touch input
  • Linux: Added repositories for apt, yum and pacman
  • Mac: Added Touch Bar support
  • Mac: Support for custom color window title bars on OS X 10.10+
  • Many additions and bug fixes to the theme engine, plus full documentation
  • Significant improvements to Markdown syntax highlighting, with thanks to keith-hall
  • Significant improvements to C# syntax highlighting, with thanks to gwenzek
  • Significant improvements to Java syntax highlighting, with thanks to djspiewak
  • Significant improvements to Python syntax highlighting, with thanks to FichteFoll
  • Significant improvements for R syntax highlighting, with thanks to randy3k
  • Markdown: Improved symbol handling
  • C#: Improved symbol handling
  • Many other syntax highlighting improvements
  • Various bugs with the syntax highlighting engine have been resolved
  • Fixed several crash issues
  • Improved responsiveness when the system is under high CPU load
  • High DPI textures are used on Windows and Linux when the DPI scale is greater than 1.0
  • Improved font selection on all platforms, allowing selection of different weights by name
  • Added setting theme_font_options to control font rendering of UI elements
  • Improved auto indent rules for HTML and PHP
  • Font geometry issues that prevent bold or italics are now printed in the console
  • Fixed flash-of-white that could occur when the auto complete window is closed
  • Disable scroll animation when animation_enabled is false in settings
  • Files can now be renamed when only the case has changed
  • New windows start with an empty find history
  • Find in Files panel now responds to find_all and replace_all commands
  • Various regex handling improvements in the Find panel
  • Fixed text widgets cutting off the bottom pixel of their selection border
  • Fixed an issue with close_windows_when_empty in empty session
  • Fixed empty panes on startup when hot_exit was set to false
  • Fix Open Containing Folder on Windows with a folder containing a comma
  • Fix multi-cursor pasting when clipboard contains one or more full lines
  • Prevent UNC paths from being mangled by edit_settings
  • Prevent a crash when a malformed regex is used in indentation settings
  • Improved rendering performance with a large number of gutter icons
  • Gutter icons are now sized properly on Windows and Linux high DPI screens
  • Improved sidebar performance when folders contain many thousands of files
  • Improved inline error message style
  • Fixed an issue where multiple indexing status windows could be shown
  • Windows: Font rendering defaults to DirectWrite unless using Consolas or Courier New
  • Windows: Added support for no_antialias font option when using DirectWrite
  • Windows: Improved touch pad scrolling
  • Windows: Improved file change detection robustness
  • Windows: Improved font selection logic
  • Windows: Fix ctrl+` shortcut for UK (ISO) keyboards
  • Windows: Improved fallback font handling in UI elements
  • Windows: The subl executable on OS X and plugin_host.exe on Windows are now signed
  • Windows: sublime_text.exe now has CompanyName set in VERSIONINFO
  • Mac: Handle layout changes due to macOS Sierra tabs
  • Mac: Improved default web browser detection
  • Mac: OS X 10.11 and macOS 10.12+ default to using San Francisco for the UI font
  • Mac: Fixed file change notifications from freezing UI on macOS Sierra
  • Mac: the user's default shell is executed and environmental variables are set in the plugin Python environment
  • Linux: Update X11 selection on clipboard every time selection changes
  • Linux: Improved MOD3 modifier key handling
  • minihtml: Added support for borders
  • minihtml: Respects font_options from the settings
  • minihtml: Fixed layout of html popups on Windows and Linux under High DPI
  • minihtml: Fixed crash when doctype is present
  • minihtml: Fixed a crash from non-existent CSS vars
  • minihtml: Fixed a crash triggered by bad image paths
  • API: Add View.text_to_window() and View.layout_to_window()
  • API: All API functions now accept and return device-independent-pixels
  • API: Fixed input panel not running on_cancel when re-showing the input panel
  • API: Fixed selector scoring with the & operator
  • API: Fixed a bug causing incorrect phantom contents
  • API: Fixed crash in Window.set_view_index()
  • API: Updated OpenSSL to 1.0.2k, SQLite to 3.16.02

Akhir kata penutup sekian, semoga dapat bermanfaat

0 komentar

Posting Komentar