- Jun 6, 2020
- 11,517
- 4,383
This is a new feature that is being added to B4X tools. For now it is available in B4J v8.50 and B4i v6.80 (beta versions).
Code comments can include clickable links. The following schemes are supported:
http(s):// - Link will be opened with the browser.
Example:
B4X:
file:// - Link will be opened with the default program.
B4X:
ide:// - Link will be handled by the IDE. There are currently two types of methods:
goto:
Clicking on link will move the cursor to the specified target.
B4X:
Module is optional, the current module is set by default.
Line can be used instead of Sub to jump to a...
برای دیدن تصاویر باید ثبت نام کنید
Code comments can include clickable links. The following schemes are supported:
http(s):// - Link will be opened with the browser.
Example:
B4X:
Dim key As String = OrderedMap.Keys.Get(0) 'based on https://www.b4x.com/android/forum/threads/b4x-b4xorderedmap-get-first-item-nth-item-and-last-item.118642/
file:// - Link will be opened with the default program.
B4X:
'see the presentation: file://C:\Users\H\Documents\Presentation+With+Spaces.pptx
ide:// - Link will be handled by the IDE. There are currently two types of methods:
goto:
Clicking on link will move the cursor to the specified target.
B4X:
'called from: ide://goto?Module=B4XMainPage&Sub=Button1_Click
Module is optional, the current module is set by default.
Line can be used instead of Sub to jump to a...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید