![]() |
|
Most useful/needed stuff which should be added - Printable Version +- Boriel Basic Forum (https://forum.boriel.com) +-- Forum: Compilers and Computer Languages (https://forum.boriel.com/forumdisplay.php?fid=12) +--- Forum: ZX Basic Compiler (https://forum.boriel.com/forumdisplay.php?fid=11) +---- Forum: Wishlist (https://forum.boriel.com/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 - 2010-06-02 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 - 2010-06-02 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 - 2010-06-02 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. |