Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
about the code editor
#1
After using it for a while, I have the following thoughts:

1. When I move the mouse pointer to the top right corner of the code editor, it shows the last time the code was edited. This can be useful in certain situations, as shown in the image below.
https://i.ibb.co/rkbTBYw/1.png

2. The code editing should have a lock option. Sometimes I might accidentally modify some parts of the text, so this feature should be available.

3. The list of function parameters can be displayed vertically. I believe vertical display would be more effective, as shown in the image below.
https://i.ibb.co/1nf9ZzD/LA.png
https://i.ibb.co/hZr230H/LP.png

4. Add a context menu item in the output pane that, when selected, displays the duration of the last code execution after it completes. This can be useful in certain situations (LINQPad includes a similar feature).
https://i.ibb.co/W3kQdj3/LP.png
1
2
3
...
99999
----------------used 2.134 secends

5. Block comment markers should be placed on new lines before and after the block. The recommended implementation: Press Shift + click the comment button, or use the hotkey Ctrl + Shift + /.
/*
for (int i = 0; i < 100000; i++)
{
    //print.it(i);
    Console.WriteLine(i);
}
*/


Messages In This Thread
about the code editor - by Davider - 08-13-2024, 07:25 AM
RE: about the code editor - by Gintaras - 08-13-2024, 10:41 AM
RE: about the code editor - by Davider - 08-15-2024, 05:20 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)