Wish IDE - B4XPages - Opening the "corresponding project"

Erel

B4X founder
Staff member
Licensed User
Longtime User
Add this to the main page:
B4X:
'B4A ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=..\..\B4A\ProjectName.b4a
'B4i ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=..\..\B4i\ProjectName.b4i
'B4J ide://run?file=%WINDIR%\System32\cmd.exe&Args=/c&Args=start&Args=..\..\B4J\ProjectName.b4j
You need to replace ProjectName with the project name.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
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 the UI and to the underlying code.
 
Top