![]() |
Most useful/needed stuff which should be added - Printable Version +- Forum (https://www.boriel.com/forum) +-- Forum: Compilers and Computer Languages (https://www.boriel.com/forum/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://www.boriel.com/forum/forumdisplay.php?fid=11) +---- Forum: Wishlist (https://www.boriel.com/forum/forumdisplay.php?fid=14) +---- Thread: Most useful/needed stuff which should be added (/showthread.php?tid=225) Pages:
1
2
|
Re: Most useful/needed stuff which should be added - LCD - 06-02-2010 Okay, then I will add comment styling for multiple lines in BorIDE, even if it has the ability to multi-comment and uncomment all selected lines at keypress or menu function ![]() Re: Most useful/needed stuff which should be added - boriel - 06-02-2010 LCD Wrote:Okay, then I will add comment styling for multiple lines in BorIDE, even if it has the ability to multi-comment and uncomment all selected lines at keypress or menu functionA very nice feature I've seen there is the possibility to tabulate an entire selected code block by selecting it first and then pressing tab (tabulate) or Shift+Tab (un-tabulate). If it's not very hard, please add such a feature :!: :mrgreen: Re: Most useful/needed stuff which should be added - LCD - 06-02-2010 boriel Wrote:A very nice feature I've seen there is the possibility to tabulate an entire selected code block by selecting it first and then pressing tab (tabulate) or Shift+Tab (un-tabulate). If it's not very hard, please add such a feature :!: :mrgreen:The block tabulation was alreay there, and I also added now the block untabulator too, as you proposed. It is not hard to code this, as Scintilla has such a function already, I just had to remove Tab-Key bindings for the current window. |