I set the timeout to stop auto-completion parsing to the max of 100. I
am still not getting any auto complete list even with the Ctrl-Space.
Could it not be picking up certain extensions like *.ftl or not
descending into sub directories. I have got it to work if I go to the
actual directory, then the list to shows up with only typing three
letters of the name.
I am not sure when the timeout was introduced, but could we have a "do
it till done value" I thought setting it to 999 might work, but you
range check (damn good coding practices).
Stephen P Rufle wrote:
> I tried Ctrl-Space, originally also. It seems to have worked in I think
> TortoiseSVN-1.4.0.7501-win32-svn-1.4.0, I recently upgraded to
> TortoiseSVN-1.5.5.14361-win32-svn-1.5.4 and now the behavior changed.
>
> Stefan Kueng wrote:
>> Stephen P Rufle wrote:
>>> I am having issue with the auto complete feature of the commit dialog.
>>>
>>> I have the below in the changes section
>>> turtle/webapp/turtle/oe/turtleOrderItem.ftl
>>>
>>> I try to type "tur" to get the auto list of files. It doe not seem to work.
>>>
>>> I have a second file that is at a similar path but if I type "ord" it
>>> brings up the auto file name dialog
>>> turtle/src/com/turtle/services/test/OrderServicesTests.java
>> Try Ctrl-Space, that brings up the autocompletion.
>> Also, if you type 'tur' that will result in a huge list of suggestions
>> since that's the start of your working copy (and depending on how many
>> files are shown, that list can get really huge). And if that list gets
>> too huge, autocompletion will not work until you type a string that
>> reduces the suggestion list to a reasonable amount.
>>
>> Stefan
>>
>
> ------------------------------------------------------
> http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=988383
>
> To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
>
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=991042
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2008-12-23 23:57:29 CET