I have encountered what I believe its an unwanted feature aka bug!
I copy sizer with items and paste in another sizer, wxC renames the widgets and saves collisions, so good!
I do the same but this time I do CUT, alas! It renames them not sure what is wxC trying to avoid since its a cut
Can anyone else confirm this is a bug?
Bug? Copy vs Cut
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Bug? Copy vs Cut
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Bug? Copy vs Cut
not really...evstevemd wrote:is wxC trying to avoid since its a cut
You can still copy it multiple times and this is what I was trying to avoid
FYI: I fixed this behavior slightly couple of months ago, so now wxC uses the following logic:
After cut, the first paste will use the same name, following pastes will be using a different name
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Bug? Copy vs Cut
Well I get it but I thinks its not very good logic especially for us who try to use cut as it was intended (no multiple paste )eranif wrote:not really...evstevemd wrote:is wxC trying to avoid since its a cut
You can still copy it multiple times and this is what I was trying to avoid
Now this is the best solution!eranif wrote:FYI: I fixed this behavior slightly couple of months ago, so now wxC uses the following logic:
After cut, the first paste will use the same name, following pastes will be using a different name
Eran
Hope you are going to add it to repos!
CodeLite 15.x
CodeLite is awesome, I just Love it!