Search found 2 matches

by ben16
Thu Jan 10, 2008 10:32 pm
Forum: General
Topic: Turn Off Auto Completion
Replies: 1
Views: 2611

Re: Turn Off Auto Completion

Hello,
you can delete all .xml files in C:\Program Files\TeXnicCenter\packages (base.xml, tex.xml, math.xml)
Best regards
by ben16
Tue Dec 18, 2007 3:02 pm
Forum: General
Topic: closing documents when using Foxit
Replies: 12
Views: 21377

Re: closing documents when using Foxit

Hello, (excuse my english ...)
you can try the autohotkey script :

loop ,%1%
{
IfWinExist, %A_LoopFileName%
WinClose ; use the window found above
}
Run,%1%

compile the script
copy the .exe in a folder (C:\Program Files\CloseFoxit)
and call it instead foxit
in Texnicenter Build>outputprofile ...