Typo, problem and suggestion

Discussion about CodeLite development process and patches
SuperV1234
CodeLite Enthusiast
Posts: 33
Joined: Thu Nov 08, 2012 2:23 am
Genuine User: Yes
IDE Question: c++
Contact:

Typo, problem and suggestion

Post by SuperV1234 »

Typo:
Tags options > Colouring: "Maximum" is mispelled.

Bug:
I can't see the yellow "word highlighting" anymore when selecting common words. Any fix?

Suggestion:
I'd like to see an option to automatically display the function calltip.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Typo, problem and suggestion

Post by eranif »

SuperV1234 wrote:I can't see the yellow "word highlighting" anymore when selecting common words. Any fix?
Please read the post:
Re: Dropping wxScintilla for wxStyledTextCtrl + Moving to wx294
Apply the patches that comes with codelite and rebuild your wx-widgets

Eran
Make sure you have read the HOW TO POST thread
SuperV1234
CodeLite Enthusiast
Posts: 33
Joined: Thu Nov 08, 2012 2:23 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Typo, problem and suggestion

Post by SuperV1234 »

eranif wrote:
SuperV1234 wrote:I can't see the yellow "word highlighting" anymore when selecting common words. Any fix?
Please read the post:
Re: Dropping wxScintilla for wxStyledTextCtrl + Moving to wx294
Apply the patches that comes with codelite and rebuild your wx-widgets

Eran
Does this also fix not being able to multiple-row select with the ALT key?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Typo, problem and suggestion

Post by eranif »

SuperV1234 wrote:Does this also fix not being able to multiple-row select with the ALT key?
Try updating to latest trunk ( I did some commits today) for me its working fine (Windows 7 and multiple Linux versions / Mac )

Eran
Make sure you have read the HOW TO POST thread
SuperV1234
CodeLite Enthusiast
Posts: 33
Joined: Thu Nov 08, 2012 2:23 am
Genuine User: Yes
IDE Question: c++
Contact:

Re: Typo, problem and suggestion

Post by SuperV1234 »

eranif wrote:
SuperV1234 wrote:Does this also fix not being able to multiple-row select with the ALT key?
Try updating to latest trunk ( I did some commits today) for me its working fine (Windows 7 and multiple Linux versions / Mac )

Eran
It fixed the problem, thanks!
Post Reply