User forums > Nightly builds
The 25 September 2007 build (4491) is out.
zgf:
It seems that I can't navigate between declaration and defination by right-click menu in this version, anybody else has the same problem with me? :)
killerbot:
--- Quote from: killerbot on September 27, 2007, 05:37:16 pm ---the change in this function is ok though, but it's client probably appends even more and that one should insert/append a space
wxString GetStringFromArray(const wxArrayString& array, const wxString& separator)
EX : This/is/a/test
==>"This is a test"
[before the change you would get : "This is a test "] -> silly to add a space at the end, just for fun ;-)
--- End quote ---
we'll go for the quick way --> putting the trailing space back ;-)
Jenna:
--- Quote from: killerbot on September 28, 2007, 10:40:24 am ---we'll go for the quick way --> putting the trailing space back ;-)
--- End quote ---
What about doing a trim before returning the wxString ?
killerbot:
would have the same issue, the client of the function is appending stuff (but which client), the particular client is appending more linker options, but the first end with a character and the second start with a character, so 2 options merge into 1 incorrect one, a space should be inserted in the middle
thomas:
Oh please don't... :(
Please don't add a hack to make a hack work.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version