WinEdt Mailing List Guidelines ============================== These guidelines are sent to the WinEdt Mailing List once a month. Please keep them in mind when...
WinEdt.org
webmaster@...
Oct 1, 2006 1:56 pm
7145
... It's a basic RegEx... Try: FindInString('%!0','\(<*\.dat\)>',1,1,1001,%!1);> IfOK(!'LetRegNum(3,%!3+1);GetTag(0,2);DeleteFile("%!2");',!'Stop;');> I did...
WinEdt Team
support@...
Oct 1, 2006 8:31 pm
7146
... From News.txt: - The macro ShowExecution Modes now has two extra parameters: CS_Mode (use for Compile Selected) ShowExtraPages: 0..1 Only MiKTeX...
WinEdt Team
support@...
Oct 1, 2006 8:36 pm
7147
-- Hi all I would like to install my Latex´s tools (winedt, Miktex, jabref, xnview, ghost, etc.) in a pen drive. Is it possible? Which is the procedure?...
Evaristo Arroyo F
evarroyo@...
Oct 2, 2006 1:20 am
7148
I am using WinEdt 5.5 Build 20060905 with Windows XP SP2. 1. If I am editing a TeX file, select several lines of text, then delete those lines of text, the...
David Cardon
cardon@...
Oct 2, 2006 3:47 am
7149
Hi, When assigning an entry for a macro in the "Macros" Menu, I accidentally replaced the "Macros | Execute Macro Script" option. How can I restore that? ...
ze manuel
fjsc3@...
Oct 5, 2006 5:35 pm
7150
Hi, Is it possible to open up multiple projects? All I know if I want to open another project I have to close one project then open another. Regards, Zulfikar...
Zulfikar Dharmawan
zulfikar.dharmawan@...
Oct 9, 2006 4:16 pm
7151
Hi, I'm successfully using Robert's example for a customised index generation addition to PDFTeXify. Because I want it to use index batch files dependent on...
Ulrich Dirr
ud@...
Oct 10, 2006 7:42 am
7152
Hi, I am struggled with a problem. I got from a colleague a tex-file written in emacs, where more or less the whole text is in one line. I was searching for...
Sebastian Faust
sfaust@...
Oct 10, 2006 3:40 pm
7153
... WinEdt is an MDI (Multiple Document Interface) and not a MPI (Multiple Project Interface -- whatever that may be) application. There are many ways how to...
WinEdt Team
support@...
Oct 10, 2006 5:27 pm
7154
... By default the menu item is defined as: [Exe("%b\Macros\ExeMcr.edt")] You can put it back. You can also used Options -> Maintenance Backup, Restore and ...
WinEdt Team
support@...
Oct 10, 2006 5:31 pm
7155
... WinEdt expands everything correctly but if texify cannot handle filenames with spaces try to use 8.3 from: SetEnvVar('MAKEINDEX','%~!p\index.bat'); In any...
WinEdt Team
support@...
Oct 10, 2006 5:31 pm
7156
... Your colleague is using soft wrapping mode. You can do the same in WinEdt. If you want to use soft wrapping for everything fire up Options -> Configuration...
WinEdt Team
support@...
Oct 10, 2006 5:45 pm
7157
... Sorry for suspecting WinEdt ;-) Indeed ... solved my problem. ... You are right. They were a result of my experiments with quote characters. Thank you very...
Ulrich Dirr
ud@...
Oct 11, 2006 6:17 am
7158
Is the WinEdt 5.5 built-in MUI already documented? If so, where can I find preliminary docs about its programming details? With the advent of the new built-in...
Bernhard Enders
bgeneto@...
Oct 13, 2006 2:11 pm
7159
Hi I use several bibtex files and include them like \bibliography{../Literatur/Literatur,../Literatur/Urls,../Literatur/newspa per} in my latex files. Winedt...
Gerhard
gerhard7319@...
Oct 13, 2006 3:38 pm
7160
Hi Gerhard, You can try using the gather command as follows: %GATHER{bib1.bib} All for now. Juan Antonio ... From: Gerhard <gerhard7319@...> To:...
Juan Carretero
juan_carretero@...
Oct 13, 2006 7:13 pm
7161
What does the number mean in the very first line of an exported active strings.dat, Filter Sets.dat or Switches.dat file? Example: Switches: 259 // Extracted...
Bernhard Enders
bgeneto@...
Oct 14, 2006 8:11 pm
7162
I (La)TeX a source .tex file from within WinEdt and hit an error. In response to the ? in the automatically opened command window, I type e in order to invoke...
Murray Eisenberg
murray@...
Oct 15, 2006 12:25 am
7163
... This is a MikTex issue: If you use some version smaller than 2.5, edit miktex.ini in MikTex directory or even better, make some miktex.ini in your...
Hanno Dierke
h.dierke@...
Oct 15, 2006 12:13 pm
7164
Thank you! I know about inverse search when you have successfully TeX'ed a source file that's already being viewed in YAP and want to go back from the...
Murray Eisenberg
murray@...
Oct 15, 2006 3:42 pm
7165
Hi! I'm trying to write a new mode for WinEdt, I'm quite new to WinEdt internals and was not able to find where exactly WinEdt stores the information about the...
Bernhard Enders
bgeneto@...
Oct 16, 2006 1:22 am
7166
I'm trying to understand the logic behind WinEdt Syntax Highlighting scheme, but sometimes it puzzles me. For example, if we create a blank text file the...
Bernhard Enders
bgeneto@...
Oct 16, 2006 2:26 am
7167
Well, there is perhaps another issue: my DocBook and XSLT modes are build upon a basic XML mode, the first one with strong focus on editing, the second one...
Georges Schmitz
georges.schmitz@...
Oct 16, 2006 8:22 am
7168
I'm trying to use Scope option inside Switches tab with value 4 to allow coloring of strings that span across several lines (similar to HTML or C style...
Bernhard Enders
bgeneto@...
Oct 16, 2006 6:26 pm
7169
... Have you made sure to enable global switches? -- Thanks, David...
David Huffer
David.Huffer@...
Oct 16, 2006 7:10 pm
7170
Sorry my fault here. In fact I have Global Switches turned off for my custom mode but I didn't realized that this doesn't changes the setting of already...
Bernhard Enders
bgeneto@...
Oct 16, 2006 7:35 pm
7171
Hi, I would like to know how to set up different bakcgrounds for the panels Info A and B in WinEdt. Any hint? BR, Charles...
Charles Casimiro Cava...
charles.casimiro@...
Oct 16, 2006 7:54 pm
7172
Dear Georges, Thanks for the response. The problem is I can't start two instances of WinEdt. Regards, Zulfikar Dharmawan...
Zulfikar Dharmawan
zulfikar.dharmawan@...
Oct 17, 2006 10:38 am
7173
... Uncheck Options..Preferences..Shell.."Run One Instance". That ... -- Thanks, David...