Andy Levy wrote:
> On Thu, Jun 26, 2008 at 8:42 AM, noise <big.noise3_at_gmail.com> wrote:
>> Configuration: TortoiseSVN 1.5 on windows XP.
>>
>> In commit dialog in message textbox when I write some text and
>> intellisense suggest me some file names it is shown on the primary
>> monitor, not on the secondary one (i.e. outside of the textbox, far
>> far away from the commit dialog).
>>
>> This bug wasn't present in the previous version.
>
> Can't speak to the previous version but I can reproduce this on my
> Lenovo Thinkpad R60. The intellisense shows up pinned against the left
> edge of the primary display (my secondary is to the left of my
> primary).
>
> I've seen things like this happen with other software as well (details
> escape me at the moment), so the root cause may be outside TSVN.
This is done by the Scintilla control.
Since I don't have a dual-monitor setup to test this myself, please try
this:
* Download SciTe from here: http://www.scintilla.org/SciTE.html
* Goto Options | Open Global Options File and uncomment
autocompleteword.automatic=1
* save the file
* restart SciTE
* open an empty file called "test.h"
* enter
#include "test.h"
* enter '#' just below that line
* you should see an intellisense pop up
if that popup also is on the wrong monitor, then please open an issue here:
https://sourceforge.net/tracker/?group_id=2439&atid=102439
Stefan
--
___
oo // \\ "De Chelonian Mobile"
(_,\/ \_/ \ TortoiseSVN
\ \_/_\_/> The coolest Interface to (Sub)Version Control
/_/ \_\ http://tortoisesvn.net
Received on 2008-06-26 20:10:47 CEST