[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

more RapidSVN fun

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2002-07-28 16:47:12 CEST

ok, i figured out why RapidSVN wasn't showing all directories in the
FileListCtrl. in filelist_ctrl.cpp, in FileListCtrl::UpdateFileList
it uses wxT("*.*") to get the list of files in the dir to put in the
list. this means that if the file doesn't have a '.' in it, it won't
show up. change that to wxT("*") and you get all the files in the
list.

it's still not completely ok though. you can double click on a
directory in that list, and it tries to set the path for the tree view
on the left, which is supposed to propogate the change down to the
list control, but on my system it's always setting the tree view to
look at 'The Computer', and it never propogates down to the list
control. i don't know if this is a problem with wxGTK, or if it's a
problem in our code, as i have very little (read: NONE) wxWindows
experience.

-garrett

-- 
garrett rooney                    Remember, any design flaw you're 
rooneg@electricjellyfish.net      sufficiently snide about becomes  
http://electricjellyfish.net/     a feature.       -- Dan Sugalski
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 28 16:47:49 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.