Ralf Heckmann | 2 Jan 20:03
Picon
Favicon

Highlight spaces

Hello,

maybe I have lost something last year - or I do not to see the wood for
the trees: is it possible to indicate or highlight spaces (like with
very small centered dots) or to show rabulators (with >> or any other
character) like it is possible with line breaks?

Thanks in advance.

Ralf

WinEdt Team | 4 Jan 22:57

Re: acrobat OpenDoc error?

> Second, I was able to trace an acrobat reader error -
> specifically, pop-up window saying "Acrobat failed to send a
> DDE command" - generated when compiling tex files to the
> Acrobat OpenDoc macro. I believe this to be the case b/c I get
> the error when I run PDFLaTeX (with viewer) using the default
> button; a macro that runs Acrobat CloseDoc.edt first, then
> PDFLaTeX.edt, and then Acrobat OpenDoc.edt; and simply AcroRead
> using the default button (which also runs Acrobat OpenDoc.edt).
> In all cases the file does open, and I am not sure whether the
> error is generated before or after the file is open.
>
> Related, I was trying to make the new version of the .pdf file
> open in the same place (same view) where the previous version
> was, which I thought OpenDoc was meant to do.
>
> In any case, my wishes would be:
>
> 1. Get rid of the error message
>
> 2. Get rid of the error, especially if it prevents me from
> achieving ...
>
> 3. Make Acrobat re-open file, after new compilation, at the
> same spot (make operational a sequence of "commands" that do
> the following: i. record the current view; ii. close document;
> iii. run compilation command; iv. open document with view
> recorded at step i. - yes, easier said than done, although may
> be relatively straightforward to someone comfortable with DDE
> and Acrobat's ways)

(Continue reading)

WinEdt Team | 4 Jan 23:01

Re: Highlight spaces

> maybe I have lost something last year - or I do not to see the
> wood for the trees: is it possible to indicate or highlight
> spaces (like with very small centered dots) or to show
> rabulators (with >> or any other character) like it is possible
> with line breaks?

Yes, this is possible. You must add " " -> "?" to Screen
translations (where ? is the character of your choice). You can
also highlight a set Space = [" "] if you want it to be
indifferent color. This functionality did not change if a long
time (it was always like this -- if you had this working before
this is the only way it could be accomplished)...

Best regards,

alex

Ralf Heckmann | 5 Jan 17:13
Picon
Favicon

Re: Highlight spaces

WinEdt Team wrote On 04.01.2010 23:17:
>> ... is it possible to indicate or highlight
>> spaces (like with very small centered dots) or to show
>> rabulators (with >> or any other character) like it is possible
>> with line breaks?
> 
> Yes, this is possible. You must add " " -> "?" to Screen
> translations (where ? is the character of your choice). 

Thanks for the hint - it works fine.

> This functionality did not change if a long
> time (it was always like this -- if you had this working before
> this is the only way it could be accomplished)...

I had no specific requirements on screen translations up to now, but a 
colleague, who started to evaluate WinEdt came along with that questions 
And I had no clue ...

Best regards
Ralf

Edward | 12 Jan 16:35
Picon

Startup Folder doesn't reset in WinEdt 5.5

I am using  WinEdt 5.5 (Build 20071003) in Windows XP with SP3.

Every time WinEdt starts, the current working directory is set to
C:\Program Files\WinEdt. The last opened file is located in G:\doc,
and always stays open. By default the startup folder should be set to
the location of the last Opened Document, but somehow this is not
working. I had to manually use "Document-->Set Folder" to reset the
current working directory to where the opened file is.

The default settings of WinEdt should be intact - I didn't do any
reconfigurations since WinEdt was installed. So the settings should be
exactly like what the default is.

Could anybody tell me how to get WinEdt to reset the working directory
to the location of the last opened file when it starts? This affects
where the "startup folder" is, I think.

Thanks very much!

WinEdt Team | 12 Jan 20:49

Re: Startup Folder doesn't reset in WinEdt 5.5

> I am using WinEdt 5.5 (Build 20071003) in Windows XP with SP3.
>
> Every time WinEdt starts, the current working directory is set
> to C:\Program Files\WinEdt. The last opened file is located in
> G:\doc, and always stays open. By default the startup folder
> should be set to the location of the last Opened Document, but
> somehow this is not working. I had to manually use
> "Document-->Set Folder" to reset the current working directory
> to where the opened file is.
>
> The default settings of WinEdt should be intact - I didn't do
> any reconfigurations since WinEdt was installed. So the
> settings should be exactly like what the default is.
>
> Could anybody tell me how to get WinEdt to reset the working
> directory to the location of the last opened file when it
> starts? This affects where the "startup folder" is, I think.
>
> Thanks very much!

Options -> Preferences -> Backup:

In Update Drives you'll see that Drive G is not listed there
(probably because it is a removable drive). In any case you can
add any drive there (eg. C;D;E:F;G or else leave it empty in
order to treat ALL drives as fast ones). This will now work for
this drive...

If I am correct and this is a removable drive then make sure to
close WinEdt before removing it if WinEdt's working directory
(Continue reading)

Simon Speer | 15 Jan 17:07
Picon
Picon

Macro: Replace . with \,

hallo

I'd like to replace all the . in big numbers with \,
Example: 100.000,25~m => 100\,000,25~m

I didn't find a macro on the internet, so I started to compose a question  
which unfortunately led after some experiments with macro recorder to a  
simple solution.
Because most of the e-mail was written already, I'm posting the result.
Maybe this helps somebody and doesn't annoy the rest.

What is does:

find {\.[0-9][0-9][0-9]}
insert \
insert ,
replace {\\\,\.} with {\,}

the macro was saved and is run as often as necessary.

regards
simon

Code:

SetFindStr("\.[0-9][0-9][0-9]");
SetSearchForward(0);
SetSearchCaseSensitive(0);
SetSearchEntire(1);
SetSearchCyclic(1);
(Continue reading)

J Anderson | 17 Jan 11:41
Picon

Show Line Numbers By Default

Is there anyway to have Show Line Numbers ON by default or permanently? The manual method of right-clicking the Cyan Arrow on the left-hand-side border only works on a per-session basis (when I exit WinEdt and come back, I have to set Show Line Numbers again.Thank you!
Neil Curwen | 17 Jan 19:50

Re: Show Line Numbers By Default

Have you tried clicking on menu item "Options" and then clicking on "Save Settings"?
(Having first, manually, invoked line numbers)
 
Regards,
 
Neil

From: J Anderson
Sent: Sunday, January 17, 2010 10:41 AM
Subject: [WinEdt] Show Line Numbers By Default

Is there anyway to have Show Line Numbers ON by default or permanently? The manual method of right-clicking the Cyan Arrow on the left-hand-side border only works on a per-session basis (when I exit WinEdt and come back, I have to set Show Line Numbers again.Thank you!


__________ Information from ESET NOD32 Antivirus, version of virus signature database 4780 (20100117) __________

The message was checked by ESET NOD32 Antivirus.

http://www.eset.com
Simon Speer | 18 Jan 11:25
Picon
Picon

Re: Macro: Replace . with \,

hallo

> I'd like to replace all the . in big numbers with \,
> Example: 100.000,25~m => 100\,000,25~m
>

At Friday, I recorded a macro, today I found this thread: "[WinEdt] reg  
expression query" from 7th Oct 2009 18:39:34.

Now I archive the same with a search&destroy

search: \.\([0-9][0-9][0-9]\)
replace: \\\,\0

thanks

regards
simon

--

-- 
Erstellt mit Operas revolutionärem E-Mail-Modul: http://www.opera.com/mail/


Gmane