B4A Tutorial [B4X] Comment Links - Erel    Apr 25, 2022   (19 reactions) New feature added in B4A v10.0, B4J v8.50 and B4i v6.80. It will also be added to B4R.
https://www.b4x..gif
Code comments can include clickable links. The following schemes are supported:
http(s):// - Link will be opened with the browser.
Example:
Dim key As String = OrderedMap.Keys.Get(0) 'base Wish IDE - B4XPages - Opening the "corresponding project" - Erel (first post)    Oct 01, 2020   (3 reactions) The "comment links" feature is turning to be a very important feature, more important than I expected.
It makes it simple to add all kinds of small extensions to the IDE in a relatively elegant way.
It is not possible to add such features, as built-in features, without adding a lot of clutter to th Wish Improved Project Structure for Enhanced Portability - aeric (first post)    Jul 03, 2023   (2 reactions) An alternative is to use Comment Links to include some files https://www.b4x.com/android/forum/threads/b4x-comment-links.119897/ B4A Code Snippet [B4X] Comment link to build b4xlib - Erel    May 25, 2022   (14 reactions) 'Ctrl + click to build b4xlib: ide://run?file=%JAVABIN%\jar.exe&WorkingDirectory=%PROJECT%\..&Args=-cMf&Args=%PROJECT_NAME%.b4xlib&&Args=..&Args=*.bas&Args=manifest.txt
It zips the modules files and a manifest.txt file that is expected to be in the same folder. B4J Tutorial Using CustomBuildAction with WinRAR - aeric (first post)    Jan 26, 2022   (5 reactions) Using the comment link, WinRAR is not required. ;) Wish Clean Project on Exit - Erel (first post)    Sep 03, 2020   (1 reaction) BTW, you can use comment links with a batch file to delete those files. Wish IDE Macros - Jack Cole (first post)    May 13, 2022 All the things you can do with comment links.
Some possibilities:
Open a folder (like shared files or objects)
Open a website
Open a document (like a change log, testing list spreadsheet, etc...)
Run a program
An additional thing that could be done would be to act on a text selection.
'search b Wish IDE - Pin a document - Erel (first post)    Jun 16, 2024 A bit relevant - you can use comment links to create shortcuts to other modules: 'Notes page ide://goto?Module=B4XMainPage https://www.b4x.com/android/forum/threads/b4x-comment-links.119897/#content B4A Question Comment link syntax? - DonManfred (first post)    Jan 08, 2021   (1 reaction) Add a empty line before
Private Sub Method1
The ide is trying to get the Onlinehelp-description for this sub from the comments above the sub.
This is how it looks in a B4XPages Project
#Region Shared Files
#CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files" "..\ Wish git support in all b4x IDEs - Erel (first post)    Dec 14, 2021   (2 reactions) You can make it a bit more integrated using a comment link, such as the one defined here: https://www.b4x..127723/post-800227 Page: 1   2   3   4   5   6   7   Powered by ColBERT |