jEdit Community - Resources for users of the jEdit Text Editor
How to Select this?
Submitted by Anonymous on Thursday, 1 July, 2004 - 09:34
Hi, I often have the following problem: I want to select the content of such XML-Tags:
<>P_Hauptmenu1<>
<>P_Kontoinformationen<>
<>P_Zahlungsverkehr<>
<>P_Devisen<>
<>P_Se<>
<>P_Beenden<>
At best with one action. The content starts all at the same column, however it ends in diferent columns. How can I select the content to i.e. delete it? This Problem may also be a couple of variables that get assinged asdf =
alkdfakjdf =
kfkkghjg=
df = 444
alkdjalkje4oihaognoadnigkang = 44
Comment viewing options
Select your preferred way to display the comments and click 'Save settings' to activate your changes.
Try this
by Sparhauk on Thu, 01/07/2004 - 13:42
If your data will always be in the above format (all valid c identifiers with no whitespace), you can use a very simple regular expression. Try this:

Find:(>)(\w+)(<)
Replace:$1$3

That will eliminate the (\w+) (one or more valid c identifiers).

Alternatively, you could do this:

Find:(>)([^<]+?)(<)
Replace:$1$3

But it's a little trickier, since you accepting a much wider range of characters, which for XML shouldn't be a problem. Unless of course, you're using CDATA. Smiling


If you need something smarter, you'll need to write a macro.
User login
Browse archives
« March 2024  
MoTuWeThFrSaSu
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Poll
Are you interested in language packs for jEdit?
Yes, and I could help maintain translations
26%
Yes, I'd like to have translations
32%
Indifferent
35%
No, that'd be bad (please comment)
7%
Total votes: 1093
Syndication
file   ver   dls
German Localization light   4.4.2.1   82338
Context Free Art (*.cfdg)   0.31   46043
JBuilder scheme   .001   18487
BBEdit scheme   1.0   18107
ColdFusion scheme   1.0   18015
R Edit Mode - extensive version   0.1   17461
Advanced HTML edit mode   1.0   16194
Matlab Edit Mode   1.0   16057
jEdit XP icons   1.0   15220
XP icons for jEdit   1.1   14281