... Of course, this should be: <http://www.winedt.org/Plugins/mui.php> Sorry....
WinEdt.org
robert@...
Dec 2, 2002 4:53 pm
2095
... after ... it ... all the ... same ... a ... that ... can ... Thank you Robert for your response. Let me say a couple of things to make myself more clear....
Mark Davidson
davidson@...
Dec 2, 2002 7:56 pm
2096
... There should be no need to restart WinEdt at this (or any other point in your experiment). ... I am puzzled by this: I checked it with 5.3 (and 5.4)...
WinEdt Team
support@...
Dec 3, 2002 12:25 am
2097
Is there any chance that future WinEdt versions could allow us to specify the enabled and visible properties of menu items as being a function of document...
Essers, Victor
victor.essers@...
Dec 3, 2002 3:12 am
2098
Is there a 'delete' equivalent to the AddMenus() and AddPopups() macro commands? Regards, Victor R. Essers, Senior Test Engineer, Adacel Technologies Ltd...
Essers, Victor
victor.essers@...
Dec 3, 2002 3:27 am
2099
Denis Stancer made some work going in this direction. May be you want to check his macro package (automode) first: http://www.winedt.org/Config/modes/amode.php...
Georges Schmitz
georges.schmitz@...
Dec 3, 2002 8:04 am
2100
Hi, I have noticed that when I use ps->pdf button for conversion. The pdf file automatically pops up but the same does not happen with dvi->pdf. I was trying...
M Khalid Khan
khanmkhalid@...
Dec 3, 2002 11:52 am
2101
... Hi, Alex, To be sure, I have downloaded WinEdt5.3 from WinEdt Home page again, closed the existing file and wrote in a new document a(b[c{d)e]f}g Then I...
Jiri Jelinek
jelinek@...
Dec 3, 2002 12:50 pm
2102
Hi Alex, here are two problems with sorting: * SortLines("> a%\> 'b%\> c%\> 'd%\> ",0101,0,0); InsText("%!0"); will sort incorrectly. The same for: a -b c -d ...
RS
w.m.l@...
Dec 3, 2002 9:05 pm
2103
... They may or may not be problems or bugs but they are not bugs in WinEdt's Sorting Algorithm. When the Standard Compare Table (0) is specified and Sorting...
WinEdt Team
support@...
Dec 4, 2002 1:34 am
2104
... Unfortunately not. WinEdt was originally intended as specialized TeX Editor. A need for treating different kind of documents differently arose later and...
WinEdt Team
support@...
Dec 4, 2002 1:37 am
2105
... You are right and it was a bug and not an intended behavior. Delimiters kept on being added but not removed (the structure was not properly initialized...
WinEdt Team
support@...
Dec 4, 2002 1:39 am
2106
... recognise ... You did not mention which version of WinEdt you are using. WinEdt 5.3 provides an interface in the TeX Configuration Wizard. Through this...
WinEdt Team
support@...
Dec 4, 2002 1:41 am
2107
Subject: Search Page =========== Hi Mark, for the final version of WinEdt 5.4 I am planning to implement Find in Files (and possibly Replace in Files) which...
WinEdt Team
support@...
Dec 4, 2002 1:43 am
2108
Hi, provided I want WinEdt to show/to insert line breaks at some position (no matter whether at window width or at a certain char position) - but NOT within...
Soma
soma@...
Dec 4, 2002 2:30 am
2109
Followup on Custom Sorting Tables.... This might not be obvious from the documentation but to achieve non-case-sensitive sorting, you can specify more than one...
WinEdt Team
support@...
Dec 4, 2002 2:35 am
2110
... That's unfortunately how it is going to be: the notification messages may change from one to version of AcroRd to another (depending on how the menu in...
WinEdt Team
support@...
Dec 4, 2002 9:11 pm
2111
... At the moment it is not possible to specify wrapping/ formatting rules for environments. I am aware that this would be useful for certain environments...
WinEdt Team
support@...
Dec 4, 2002 9:14 pm
2112
I have a highlighting problem with C++ documents - could someone please help me? What I'm trying to do is highlight strings delimited by inverted commas. The...
Essers, Victor
victor.essers@...
Dec 4, 2002 9:29 pm
2113
... To cover all this, as well as, a more tricky one: "............\\\\\\\"....\\" do the following (I tested in WinEdt 5.4 with settings for 5.3): in Switches...
WinEdt Team
support@...
Dec 4, 2002 11:33 pm
2114
Hi! I have got the latex source which has many sentences written as "This is the one" which should be actually ``this is the one'' (what smartquote.edt does). ...
Chirag Rajyaguru
chirag@...
Dec 5, 2002 1:33 am
2115
Thanks very much, Alex! That very neat and tidy solution of yours worked fine for C++ strings and C++ characters (which, as I'm sure you know, may contain...
Essers, Victor
victor.essers@...
Dec 5, 2002 2:18 am
2116
... In WinEdt 5.3 a RegEx Replace like: Search: "\(**\)" Replace: ``\0'' would do. The problem may be if there are any runaway arguments or if the character "...
WinEdt Team
support@...
Dec 5, 2002 6:12 pm
2117
I've been working on a Gather interface for C Mode documents, and one of the gather pages collects #include directives. There appears to be 2 problems with it,...
Essers, Victor
victor.essers@...
Dec 6, 2002 12:29 am
2118
Thank you alex, it works....
Chirag Rajyaguru
chirag@...
Dec 6, 2002 1:44 am
2119
... I am aware of this problem: input directives don't get collected in the Gather interface. I am working on a fix... Best regards, alex...
WinEdt Team
support@...
Dec 6, 2002 11:15 pm
2120
Hi Victor, ... This package is rather dated and could definitely bear an update for WinEdt 5.3ff. Would you like to bring that package up to date and to add ...
WinEdt.org
robert@...
Dec 7, 2002 6:54 pm
2121
Hi all, How can I assign a sound to an active string? I would like a sound every time I write e.g. \begin{?} Can I use a macro? How? I've tried several things:...
Rolf Hylleberg
rolf@...
Dec 8, 2002 1:42 pm
2122
Hi all, I am looking for a backup routine to put on events related to project opening/closing. I have already a bat file that baks up java source files with...
Leonardo Freitas
lf25@...
Dec 8, 2002 3:23 pm
2123
... Beep(#0..4); plays the sounds specified in Options | Appearance | Sounds. (I don't know how you could play a wav file from the command line without opening...