Bug? Clean project (Ctrl+P) doesn't refresh project templates

aeric

Expert
Licensed User
Longtime User
This shortcut refreshes the Libraries Manager tab but doesn't refresh the menu File -> New.
However, right click on Libraries Manager tab and click Refresh works.
 

aeric

Expert
Licensed User
Longtime User
Thanks Erel.
I am excited to the next version of B4J.
 

aeric

Expert
Licensed User
Longtime User
Wow, I just realized there is a B4J v10.5 BETA!
 

aeric

Expert
Licensed User
Longtime User
Here:
B4X:
#Macro: Title, Refresh all, ide://run?File=null&librariesrefresh=True&codesync=True&cleanproject=True
This also uses the new and undocumented "null" file.

@Sandman
Seems this is the new feature for this wish: ide://RefreshLibraries
 

Magma

Expert
Licensed User
Longtime User
Here:
B4X:
#Macro: Title, Refresh all, ide://run?File=null&librariesrefresh=True&codesync=True&cleanproject=True
This also uses the new and undocumented "null" file.
...ohhhh......... So from an external app (perhaps a compiled app) i can send sendkey Ctrl-1 to re-read .b4j and refresh modules... or there is a trick perhaps save a text file into project folder to trigger the Refresh All...or there is also a timer ?
 

aeric

Expert
Licensed User
Longtime User
...ohhhh......... So from an external app (perhaps a compiled app) i can send sendkey Ctrl-1 to re-read .b4j and refresh modules... or there is a trick perhaps save a text file into project folder to trigger the Refresh All...or there is also a timer ?
Erel said:
Macros

Similar to comment links, but accessible through the window title buttons (with the shortcuts) or automated in some other way.

You can use AutoIt to create a script that executes such operations, and set it in the Macro, no?
 
Top