I have started using WinEdt not just for TeX-related things but as my only text editor. That means I have started using Soft Wrapping more often. I have...
WEEKS John
John.WEEKS@...
Oct 1, 2002 7:35 am
1744
Dear WinEdters, I have written three macros for the following purpose: While preparing a big document (say for that matter book) one cannot give meaningful...
Dr. Dinesh Karia
dineshjk@...
Oct 1, 2002 6:26 pm
1745
... If you want to change the default paper size edit the file ...\texmf\dvipdfm\config\config Best regards, Joerg...
Joerg Kugler
joerg.kugler@...
Oct 1, 2002 8:24 pm
1746
Dear Dinesh, your macros are pretty sophisticated but at a preliminary glance I cannot find any problem that would cause Windows not to properly shutdown. You...
WinEdt Team
support@...
Oct 1, 2002 11:28 pm
1747
... I tried for about 30 minutes without any luck. Let me know if you find something reproducible. In the long run (WinEdt 6) Wrapping and formatting will be ...
WinEdt Team
support@...
Oct 1, 2002 11:31 pm
1748
... Rock on, Alex!...
walter a kehowski
wkehowski@...
Oct 2, 2002 1:27 am
1749
Hi, I sometimes write files in Irish Gaelic in which the fada is often placed over a vowel. For example, "Tá sé go mór." (He is big.) I can use the ...
Mullen, John P. (Cont...
mullenjp.contractor@...
Oct 2, 2002 2:01 pm
1750
... Hi, Go to Options -> Menu Setup. There you can find Accessories (which is written &Accessories). Change the "&" sign in front of another letter and it...
Fiol, Juan
FiolJ@...
Oct 2, 2002 2:28 pm
1751
Hi Juan, Well, changing the & sign looks like quite a bit of changing. It seems all the letters are used for "Edit." For now, I think I'll just use the CTL+'...
Mullen, John P. (Cont...
mullenjp.contractor@...
Oct 2, 2002 2:46 pm
1752
May be you don't really want to disable the |Accessories| menu with the Alt key and would accept using the already defined default WinEdt key combinations. If...
Philip G. Ratcliffe
philip.ratcliffe@...
Oct 2, 2002 3:11 pm
1753
Hi, how do i use the seearch/replace functionality to convert: spaces -> tabs spaces -> newlines Thanks, ken...
Ken Stickler
kestickler@...
Oct 2, 2002 3:16 pm
1754
Thanks Phil, That works. While in the popup menus, I noticed an entry for Greek letters. I use them a lot, so I tried it. However, it doesn't seem to work....
Mullen, John P. (Cont...
mullenjp.contractor@...
Oct 2, 2002 3:33 pm
1755
Hi Ken, Usually, I put a tab in the file, then copy it with ctl-c. I then paste it in the appropriate place in the replace dialog box. However, 1. I'm not...
Mullen, John P. (Cont...
mullenjp.contractor@...
Oct 2, 2002 3:36 pm
1756
... them ... Assuming the Enabled attribute is checked you just press Alt-G (or whatever key combination was chosen) and then the letter of the Greek "symbol"....
Raul Carneiro Martins
rcmartins@...
Oct 2, 2002 3:45 pm
1757
Hello, How can I quit all open GSView files with a macro/shorcut? I've tried variations on CloseAppl('GSView') and PostMessage and haven't been successful. ...
walter a kehowski
wkehowski@...
Oct 2, 2002 8:46 pm
1758
Hi, I'm having a problem with the macro: IfisMode("Mode Filter","Mode or Submode", "Then","Else"); "... It returns true if the specified Mode or Submode is a...
Fiol, Juan
FiolJ@...
Oct 2, 2002 11:36 pm
1759
... You misunderstand the macro, which is no wonder, since the documentation is rather obscure. It should be used as follows (if I sussed it out correctly): ...
RS
w.m.l@...
Oct 3, 2002 12:14 am
1760
I've installed the new(ish) WinEdt 5.3 and upgraded Ghostscript and GSview and forgotten how I arranged that the fonts shown by GS looked nice and clean. Files...
Geoffrey J Reeves
geoff@...
Oct 3, 2002 8:40 am
1761
I think it might be your GhostView settings. Try to set in Ghostview: Media --> Display Settings --> Text Alpha = 4 bits and if you have the same problem with...
Sunke Schmidt
stu32802@...
Oct 3, 2002 11:08 am
1762
... Read "Regular Expressions" on HELP of the Replace-Menu Dieter Kilsch...
Dieter Kilsch
kilsch@...
Oct 3, 2002 3:28 pm
1763
... Read "Regular Expressions" on HELP of the Replace-Menu Dieter Kilsch...
Dieter Kilsch
Dieter.Kilsch@...
Oct 3, 2002 3:40 pm
1764
Dear Geoff, On Sept. 30th I posted the following reply to your identical question. Since your old files are properly displayed I think the ... It is not clear...
WinEdt Team
support@...
Oct 3, 2002 10:54 pm
1765
... This is because (unlike YAP or Acrobat Reader) GSView has a non-standard message processing mechanism. The handle of a Window that processes messages is...
WinEdt Team
support@...
Oct 3, 2002 10:56 pm
1766
... Regular Expressions: Space to newlines (without quotes): Find: " " Replace: ">" or Find: "+ " if you want any sequence of spaces replaced by a single EOLN ...
WinEdt Team
support@...
Oct 3, 2002 10:58 pm
1767
Dear List: I just installed star office on my pc just to see what it was like and now my winedt program says after I tried to process a file: 'TEX.EXE` is not ...
J M Smith
jmsmith@...
Oct 3, 2002 11:00 pm
1768
It might just have screwed your PATH. Say, if it's win9x, PATH shouldn't be too long....
Alex Degtyarev
degt@...
Oct 4, 2002 5:01 am
1769
Maybe, you should try sending WM_SYSCOMMAND w/ SC_CLOSE as lparam to GView main window. After all, it does process the "close" button somehow....
Alex Degtyarev
degt@...
Oct 4, 2002 5:11 am
1770
But what's the hexadecimal for SC_CLOSE? ... From: "Alex Degtyarev" <degt@...> To: <winedt+list@...> Sent: Thursday, October 03, 2002 10:08...
walter a kehowski
wkehowski@...
Oct 4, 2002 5:54 am
1771
You can find all this stuff in corresponding included files (for any compiler, I guess). Sorry, these are just decimals... const { System Menu Command Values }...
Alex Degtyarev
degt@...
Oct 4, 2002 7:16 am
1772
... not ... Two checks: 1. The DOS PATH variable should contain something like C:\...\texmf\miktex\bin (where \... will depend on where you installed MiKTeX) -...