News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Fixed annoying FindDlg bugs

Started by knue, December 15, 2005, 01:25:50 PM

Previous topic - Next topic

knue

I have fixed a couple of bugs in the FindDlg:
- The FindDlg does not crash, if you "find in files"
- calling the Dlg sets the focus now properly
- Backspace works now in the ComboBox
- small fix for the update of some ui-elements(in "find in files", "search path" and that stuff when you play with the scope setting and restart the dlg)

EDIT: I use the linux-version. Perhaps some bugs can only be seen there.

[attachment deleted by admin]

mandrav

Please use the patch tracker. Posting patches here, is certain to be overlooked/lost.
Be patient!
This bug will be fixed soon...

280Z28

#2
Quote from: mandrav on December 15, 2005, 02:35:17 PM
Please use the patch tracker. Posting patches here, is certain to be overlooked/lost.

What's that?

Edit nevermind i found it.
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

knue

Perhaps somebody can tell whether this patch was useful.

tiwag

Quote from: knue on December 17, 2005, 10:47:54 AM
Perhaps somebody can tell whether this patch was useful.
want to test it soon but currently is only windows build possible for me.
but i want to collect infos and ideas about Search features

see also
http://forums.next.codeblocks.org/index.php?topic=1678.msg12347#msg12347

thanks

knue

Why does nobody apply my patch?
The finddlg in the svn repository is still buggy.

rickg22

knue: I'm afraid we're running out of developers. I'm focusing 100% on the code completion annoyances - plus, we need someone who tests your patches first. Look in the sourceforge page, there are some beta-testers there, they might test your patches. It might also work if you edit your submission and assign it to Thomas. He's good at patching :)

takeshimiya

Yeah, we need an official patch reviewer ASAP :)

rickg22

Is me22 still around? He's fixed LOTS of unicode errors in patches before.

tiwag

#9
in the past i was using Ubuntu 5.04 and was using wxGTK-2.6.0 Ansi build to build Codeblocks - but this isn't contemporary any longer.

since Monday i've set up a new Ubuntu 5.10 with wxGTK-2.6.1-Unicode and have built the latest CodeBlocks from SVN.
( there were a few small problems, but now with SVN rev. 1606 all builds fine !!! )

i wanted to look at and test this (and other pending unicode-) patch(es) but i need(ed) some time to create a rock-solid test-environment.
sorry for the delay ...  8)

[edit]
btw.  @ knue
which linux build do you use ?
neither the Find nor the FindinFiles dialogs does crash in its current state in my actual unicode build  :?

280Z28

Quote from: rickg22 on December 28, 2005, 02:50:02 AM
knue: I'm afraid we're running out of developers. I'm focusing 100% on the code completion annoyances - plus, we need someone who tests your patches first. Look in the sourceforge page, there are some beta-testers there, they might test your patches. It might also work if you edit your submission and assign it to Thomas. He's good at patching :)

I'll volunteer if you ever feel like taking me up on the offer. :)
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
Check out The Sam Zone :cool:

killerbot

I'll volunteer too, I am getting to know more and more cb code through applying patches as it is.

Lieven

knue

@tiwag: The current svn version does not crash anymore. Besides the UI-update bugs seem to be fixed. But the focus and backspace problems remain.

Now we have more then double work :(

I will test my patch today by myself with the unicode version.

I use gentoo linux with wxGTK-2.6.2 and (now) unicode support.

I am also interessted in helping with developing. I have not that much time. But I can help fixing bugs (especially for the linux version) and integrating features I'd like to see in codeblocks.

What about this: Support for the "wine mingw32" compiler. So you can build the windows version within linux. Actually codeblocks is powerful enough to handle that but there are a couple of bugs when you fiddle around with compiler options. Besides I like to see the Devpak-Plugin in the linux version for this purpose.

takeshimiya

Some thoughs: GCC cross-compiling (mingw32, etc), cygwin, and msys support out-of-the-box.

How?

knue

Hmm the unicode version does not start at all. So I can't test my patch :(

This is my error message:

E: A

@Takeshi Miya: Well, just try
$ wine mingw32.exe test.cpp -o test.exe
this test.exe will start under windows.