It would be really usefull to pin a document on the top right of the IDE, or have a button available when clicked to go to a specific document. I am referring to my notes document.
What I do is adding a Documentation code module and write there with rem all my notes over a sub which I write in the IDE and see my notes from everywhere in the project. But it would be useful nevertheless.
New feature added in B4A v10.0, B4J v8.50 and B4i v6.80. It will also be added to B4R. 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) 'based on...