LJ
LJ
Hi It has been brought to my attention that the implementation of SSH & SFTP into ILEditor as the connection type is actually fairly straight forward. I have been able...
Turns out it is possible to call CODECOV to generate code coverage information - ILEditor just needs to be able to display this information.  I not currently have these...
To make it so Windows trusts our application by default, we need to obtain a trusted certificate. * They do cost, read more here: https://softwareengineering.stackexchange.com/a/173625 * It may be possible...
It might be cool to add snippets to insert statements to save a bit of time perhaps? http://community.sharpdevelop.net/forums/t/12076.aspx Opinions on snippets?
Hi I am wondering if it is possible to make the recording use the `uri` prop instead of the `file` prop. I have an extension that implements a custom file...
It'd be super neat if Blink had an simple text editor like nano that worked on local files (On my iPad).
It seems like it's not possible to underline input fields or make any text/input fields blink. Is this something that has been thought about for the future? Thanks!
Specifically pulling out the `buildCommand` and `compileCommand` and showing them as Actions.
Signed-off-by: Liam Barry Allan ### Changes Allow other extensions to register actions. **Needs testing.** Closes #755. ### Test list * [ ] Local actions continue to work (validator changed) *...