File tree Expand file tree Collapse file tree
generatedApiDocs/features Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11The icons in the file tree can be customised. Even add icons for unsupported extensions!
22
3- ![ file-Icon.png] ( https://phcode-dev.github.io/doc-images /phcode-sdk/file-Icon.png )
3+ ![ file-Icon.png] ( https://docs-images.phcode.dev /phcode-sdk/file-Icon.png )
44
55## How to add custom icons
66In the Brackets preferences(` Debug Menu ` > ` Open preferences file ` ) file you'll need to add this to the bottom:
Original file line number Diff line number Diff line change @@ -200,9 +200,9 @@ unlocks the current QuickView locked by `lockQuickView` fucntion.
200200
201201Type: [ function] [ 5 ]
202202
203- [ 1 ] : https://phcode-dev.github.io/doc-images /phcode-sdk/quick-view-image.png
203+ [ 1 ] : https://docs-images.phcode.dev /phcode-sdk/quick-view-image.png
204204
205- [ 2 ] : https://phcode-dev.github.io/doc-images /phcode-sdk/quick-view-youtube.png
205+ [ 2 ] : https://docs-images.phcode.dev /phcode-sdk/quick-view-youtube.png
206206
207207[ 3 ] : https://github.com/phcode-dev/phoenix/wiki/SelectionViewManager-API
208208
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ Returns **[boolean][6]**
145145
146146[ 3 ] : https://github.com/phcode-dev/phoenix/wiki/QuickViewManager-API
147147
148- [ 4 ] : https://phcode-dev.github.io/doc-images /phcode-sdk/quick-view-youtube.png
148+ [ 4 ] : https://docs-images.phcode.dev /phcode-sdk/quick-view-youtube.png
149149
150150[ 5 ] : https://developer.mozilla.org/docs/Web/JavaScript/Reference/Statements/function
151151
Original file line number Diff line number Diff line change 2626/**
2727 * QuickViewManager provides support to add interactive preview popups on hover over the main editors.
2828 * Extensions can register to provide previews with `QuickViewManager.registerQuickViewProvider` API.
29- * 
30- * 
29+ * 
30+ * 
3131 *
3232 * ### See Related: SelectionViewManager
3333 * [features/SelectionViewManager](https://github.com/phcode-dev/phoenix/wiki/SelectionViewManager-API) is similar to
Original file line number Diff line number Diff line change 3636 * SelectionViewManager API.
3737 * * SelectionViews popup only once user selects a text by mouse or hover over a region with text selection.
3838 * * Quickviews popup on mouse hover.
39- * 
39+ * 
4040 *
4141 * ## Usage
4242 * Lets build a "hello world" extension that displays "hello world" above selected text in the editor.
You can’t perform that action at this time.
0 commit comments