Jump to content

Sublime Text

From Wiki

Sublime Text 4 was officially released a day ago. Here’s how to install it in Ubuntu 21.04, Ubuntu 20.04 via apt repository.

Sublime Text 4 (Build 4107) feature multi-select tabs. Press and hold Ctrl (or Shift), then you can select tabs to view them side by side.

Releases

Build 2054

Pada 4 May 2021

  • Mac releases now include native Apple Silicon binaries
  • Easily filter through large filesets using the new files filter
  • Cherry pick hunks using the … button on hunks
  • Moving the caret in diffs now scrolls the viewport
  • Added the chain command, which accepts a list of commands to run in its "commands" argument - useful for chaining Git commands together
  • Improved default selection behavior for switch repository
  • Commit message history: ensure entries are unique
  • Added support for Scroll Bar.sublime-mousemap to customize scrollbar interaction
  • Added "Report a Bug" entry in the Help menu
  • Linux: use native file dialogs, allowing use of the KDE dialogs
  • Windows: fixed clone dialog not pre-filling
  • Fixed gpg signature verification hanging
  • Fixed stale commit messages displaying when editing commit contents
  • Fixed memory issue when rebasing
  • Fixed command status popups not disappearing

Installasi

  • Unduh dan instal kunci GPG dengan menjalankan perintah:
wget -qO - <nowiki>https://download.sublimetext.com/sublimehq-pub.gpg</nowiki> | sudo apt-key add -
  • Pastikan https didukung pada Linux kalian dengan menjalankan perintah berikut
sudo apt install apt-transport-https
  • Tambahkan repository berikut
echo "deb https://download.sublimetext.com/ apt/stable/" | sudo tee /etc/apt/sources.list.d/sublime-text.list
  • Terakhir, segarkan cache paket sistem dan instal 'Sublime Text menggunakan perintah:
sudo apt update
sudo apt install sublime-text

Uninstalling

Untuk menghapus repositori apt, luncurkan Software & Updates dan pergi ke tab Other Software, hapus baris repositori.

Source