Posts by Luciano Filho • 3 points
3 posts
-
0
votes1
answer224
viewsQ: Nodejs: How to make a 'system("pause")' or 'Readkey()'?
I’m running a JS code using Sublime Text, cmd automatically closes after executing the JS code, so I don’t see the results so I thought I’d use something similar to the system("pause") function or…
-
-1
votes2
answers6731
viewsA: Shortcut in the editor to open HTML in the Navigator
Create a shortcut as follows: in the navigation bar of the sublime click on preferences>key bindings A new window will appear showing the editor’s default shortcuts in one column and another will…
sublime-textanswered Luciano Filho 3 -
-1
votes1
answer199
viewsQ: How to call a js file inside a php file
Here is the php code (only missing the 'open' php tag, and the line I declare the event variable): /* dentro do if queria trocar este alerta por um script inteiro que estaria em um arquivo externo…