- 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."
推薦閱讀
- Git Version Control Cookbook
- Java系統分析與架構設計
- C# Programming Cookbook
- PowerCLI Cookbook
- Scratch真好玩:教小孩學編程
- Python程序設計
- Building Minecraft Server Modifications
- 從零開始學C語言
- Unity UI Cookbook
- SQL 經典實例
- 智能搜索和推薦系統:原理、算法與應用
- 后臺開發:核心技術與應用實踐
- Mockito Essentials
- 玩轉.NET Micro Framework移植:基于STM32F10x處理器
- C++ System Programming Cookbook