- Mastering Sublime Text
- Dan Peleg
- 145字
- 2021-11-12 16:30:43
Conventions
In this book, you will find a number of styles of text that distinguish between different kinds of information. Here are some examples of these styles, and an explanation of their meaning.
Code words in text are shown as follows: "This will reload your .bash_profile
with the newly added directory."
A block of code is set as follows:
{ "font_size": 14, "always_show_minimap_viewport": true, "ignored_packages": [ "Vintage" ] }
Any command-line input or output is written as follows:
sudo ln -s /opt/sublime_text_3/sublime_text /usr/bin/subl
New terms and important words are shown in bold. Words that you see on the screen, in menus or dialog boxes for example, appear in the text like this: "I recommend adding Sublime to the explorer context by ticking Add to explorer context menu."
推薦閱讀
- Delphi程序設計基礎:教程、實驗、習題
- DevOps for Networking
- AngularJS Web Application Development Blueprints
- aelf區塊鏈應用架構指南
- MySQL數據庫管理與開發(慕課版)
- Getting Started with Eclipse Juno
- Unity 3D/2D移動開發實戰教程
- 零基礎學C語言第2版
- JavaScript動態網頁編程
- Scala編程(第5版)
- FFmpeg開發實戰:從零基礎到短視頻上線
- 零基礎學C語言(升級版)
- Yii2 By Example
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- Laravel 5.x Cookbook