A feature I would like to see is improved support for copy and pasting Visual Code in In.De.
Using the "Copy to Text" function copies code to the clipboard as unformatted HTML.
I would like to see support for copy and pasting multiple data formats such as plain text, rich text, and HTML (similar to how many programs are able to copy / paste multiple data formats simultaneously).
For example, when posting code to a Word document all the formatting is lost and I must clean up the pasted code to make it readable. The ability to paste formatted/rich text would be perfect.
Another example is when posting code examples to the forum most people are using screen captures, when instead it would be so much easier to paste directly into the message editor.
I thought that the "Copy To Text" feature was't used by anyone for code lines :-)
I use it for creating the Instant Developer documentation. It simplifies my job when I need to show sample code in our HTML documentation. I select the procedure or block, activate the "Copy To Text" menu command and I have a good HTML in my clipboard.
Anyway, I think that your idea is interesting. It's something that, sometime, I asked for myself!
I've created a new ticket in our ticketing system: NPQ01268. Check the Instant Developer Roadmap and when it will be evaluated you will be able to vote it.
I would also like to see the ability to paste text / external code into the Visual Code editor. For example if I want to share a small piece of code the person I am sharing it with must type it in by hand or have a copy of the project to paste from. It would also make it a lot easier when pasting a value into the editor (for example, a complex URL).
That is going to be really difficult. You are asking a multi-language parser that parses any code (C#, Java, Javascript?) and creates the internal structure In.de uses for storing code. You know that In.de uses something that we called "relational programming" and anything that you type in the Visual Code Editor is, internally, stored as a graph. It would be really difficult to "parse" a plain text and decide what is a variable, what is a constant and so on... I'll think about it...
I don't understand when you say "pasting a value into the editor"... you can paste a complex URL or a complex value into the Visual Code Editor. Could you explain a little more what you mean?