Advertisement
Guest User

Untitled

a guest
Aug 29th, 2022
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. Assuming this work is carried on by another team, we would like to pass on some wisdom.
  2.  
  3. The idea of writing a semi web-app inside the toolwindow was not the best idea as you cannot load libraries in directly. (also we cant use the argument of being offline since, for some reason the cdn is still needed)
  4.  
  5. Instead, you can create an online website separate from visual studio.
  6.  
  7. This will allow you to use libraries properly and give a lot more flexibility when adding other code generators (eg C for intel threading library) .
  8.  
  9. The great news is, it is a simple fix - just replace the function calls the blockly adapter with HTTP Post requests. If you want you can even create a second adapter class for the web and localhost etc
  10.  
  11. Praying for your successes and hope this message finds you well
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement