Author Topic: TAB indent with selected text block?  (Read 9570 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9693
TAB indent with selected text block?
« on: November 28, 2005, 10:30:41 am »
Dear all,

I very much like and use the "selected text" -> "tab indent" functionality in C::B.
Now I realised that one can even select text-areas using "ALT"+"Mouse select". This is very (!) helpful for tables similar things. Now I tried to indent such a selected text-aera (block) using "tab indent". Unfortunately not the selected text is indendet but all lines. I believe that this goes back wo wxScintilla but I might be wrong. If somebody knows for sure, could he/she please tell me?

Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: TAB indent with selected text block?
« Reply #1 on: November 28, 2005, 10:43:23 am »
That's right: it's scintilla's behaviour.
Be patient!
This bug will be fixed soon...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9693
Re: TAB indent with selected text block?
« Reply #2 on: November 28, 2005, 11:03:02 am »
That's right: it's scintilla's behaviour.
Thanks, so I have to bug them with a feature request... :lol:

Morten.

...which I have done by now.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9693
Re: TAB indent with selected text block?
« Reply #3 on: December 03, 2005, 01:34:32 pm »
By the way: I have filed a feature request about that to the Scintilla project devs. They have complained that this does not match their understanding of "indent" so it's "unlikely" that they will implement this. It's a pity but I have to accept it. :cry:

Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: TAB indent with selected text block?
« Reply #4 on: December 03, 2005, 01:44:04 pm »
By the way: I have filed a feature request about that to the Scintilla project devs. They have complained that this does not match their understanding of "indent" so it's "unlikely" that they will implement this. It's a pity but I have to accept it. :cry:

Morten.


Sorry to say this, but I have to agree with them...
 :|
Be patient!
This bug will be fixed soon...

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9693
Re: TAB indent with selected text block?
« Reply #5 on: December 03, 2005, 01:57:17 pm »
Sorry to say this, but I have to agree with them...
To be honest: In the context of "indent" and after the explanation of the Scintilla dev I have to admit that, too. However - it would just have been a very nice feature for code-beatifying. If you do mathematical programming, everything that helps with alignment is really helpful.

Morten.
« Last Edit: December 03, 2005, 02:00:42 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ