User forums > Nightly builds

The 21 July 2012 build (8150) is out.

<< < (4/14) > >>

stefanos_:
WIth svn-8163, Windows XP (SP3), TDM's GCC 4.6.1 [32-bit], a few issues remain the same.


* The tooltip popup issue remains as is. Original report is here http://forums.codeblocks.org/index.php/topic,16560.msg112659.html#msg112659
* When you double click on any GUI particle that can generate an event, and you decide to undo, the generated code remains whereas the GUI particle from wxSmith it gets deleted as it should.
* The entire generated code became dark blue italic and it's very confusing to work with it. Is it the same issue people have with syntax highlighting maybe?
* Another thing that does not seem right, is when you have two wxSmith files and you want to move elements from one to the other; it does not support DnD, very annoying and counter productive!

ollydbg:

--- Quote from: stefanos_ on July 24, 2012, 04:28:13 pm ---Another thing that does not seem right, is when you have two wxSmith files and you want to move elements from one to the other; it does not support DnD, very annoying and counter productive![/li][/list]

--- End quote ---
wxSmith even does not support multiply selected feature. E.g. drag the mouse to select some items.

The code base of wxSmith is quite complex for me :). It was not maintained for a long time.

Alpha:

--- Quote from: stefanos_ on July 24, 2012, 04:28:13 pm ---
* The entire generated code became dark blue italic and it's very confusing to work with it. Is it the same issue people have with syntax highlighting maybe?
--- End quote ---
That was an added feature (with the idea that code generated by wxSmith should normally not be edited, so coloring it can be a reminder).  It can be turned off through Settings->Editor...->C/C++ Editor options (tab)->Highlight wxSmith sections differently.

stefanos_:

--- Quote ---wxSmith even does not support multiply selected feature. E.g. drag the mouse to select some items.

The code base of wxSmith is quite complex for me :). It was not maintained for a long time.

--- End quote ---

Indeed I have seen some C::B code myself and got lost. Also the generated code needs clean up...a lot.

For example, the generated code for 2.9.x should be totally different than the 2.8.x. e.g. wxT() / _T() is unnecessary if you don't care about backward compatibility; it has got replaced with actual double quotes which is very cool i would say. Also, wxNewId() got deprecated in favor of wxID_ANY to avoid conflicts with user define IDs.

That's all i can remember right now. If i find anything else, i will update my message here.

oBFusCATed:
stefanos_:
1. 2.9 is not released yet, so they can change their mind :)
2. we don't support it in wxsmith officially as far as I know

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version