Assume the content in the codelite IDE editor is Test the bug
if I want to Replace All Test with Test1 and not check whole word option,
the codelite IDE will dead.
Bug
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Bug
os ubuntu 16.04, always till newest version
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Bug
Only dead when running Replace All within editor (Ctrl-H ) with Whole word Unchecked.
but "Replace" is ok. Replace All in files (Ctrl-Shift-F) is also ok.
Let's guess the reason:
when i replace all Word with Word1 when Whole word Unchecked, then Word is changed to Word1,
then it seems process again. this time Word in Word1 is changed to Word1, and again and again, endless.
but "Replace" is ok. Replace All in files (Ctrl-Shift-F) is also ok.
Let's guess the reason:
when i replace all Word with Word1 when Whole word Unchecked, then Word is changed to Word1,
then it seems process again. this time Word in Word1 is changed to Word1, and again and again, endless.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Bug
"newest version" - which version is this?
There was a bug and it was fixed couple of versions ago, if you are using CodeLite from the ubuntu's repository - then you will need to upgrade to our builds to get the latest
There was a bug and it was fixed couple of versions ago, if you are using CodeLite from the ubuntu's repository - then you will need to upgrade to our builds to get the latest
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Bug
codelite 12.0.9, always installed from deb package download from https://downloads.codelite.org/download ... _64_weekly
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Bug
Just tried that on Windows & Linux (18.04), and it works (i.e. it does not hang)
I am really puzzled here...
Can you confirm the version (Help->About)
Thanks!
I am really puzzled here...
Can you confirm the version (Help->About)
Thanks!
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 18
- Joined: Thu Oct 25, 2018 1:02 pm
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: Bug
today,i upgraded codelite to 12.0.9, it's ok!