Search found 33 matches

by xinelo
Fri Nov 17, 2017 9:08 pm
Forum: Other Issues
Topic: Diff Tool and White Spaces
Replies: 10
Views: 6030

Re: Diff Tool and White Spaces

I forgot to mention: if I use Characters mode, I get the whitespace highlighted as a difference (often even though I don't see any difference, and even accepting the merge produces dissimilar documents). If I use Auto mode, I get the whole line highlighted, which is even more annoying because I can'...
by xinelo
Fri Nov 17, 2017 9:03 pm
Forum: Other Issues
Topic: Diff Tool and White Spaces
Replies: 10
Views: 6030

Re: Diff Tool and White Spaces

I am also getting this issue when comparing by Characters in Diff Files 18.0, when comparing PHP/HTML files.

A bit annoying.

Cheers, Manuel
by xinelo
Thu Jul 25, 2013 6:47 pm
Forum: Common Problems
Topic: Sorting text in Oxygen
Replies: 3
Views: 1828

Re: Sorting text in Oxygen

I don't have any knowledge to create plugins, so what I normally do is to sort the text in Excel or UltraEdit, and then paste it in Oxgyen to keep working with it.

Cheers, Manuel
by xinelo
Fri Feb 08, 2013 1:51 pm
Forum: Common Problems
Topic: Sorting text in Oxygen
Replies: 3
Views: 1828

Sorting text in Oxygen

Hi there, It might not be very orthodox, but I tend to use Oxygen as my all-purpose editor, and that includes dealing with plain text. Sorry if someone is offended! One of the reasons is its great support for regular expressions. One of the operations that I frequently need to do is to sort lists of...
by xinelo
Fri Jan 04, 2013 10:04 pm
Forum: Common Problems
Topic: non-greedy regexp in Oxygen
Replies: 4
Views: 2986

Re: non-greedy regexp in Oxygen

Thank you very much, Adrian, for that lucid explanation. It seems my expectations were was on a misunderstanding of what non-greedy matching does.

Restricting the scope in the XPath field works fine. Thanks a lot! :)

Cheers, Manuel
by xinelo
Thu Jan 03, 2013 8:25 pm
Forum: Common Problems
Topic: non-greedy regexp in Oxygen
Replies: 4
Views: 2986

Re: non-greedy regexp in Oxygen

Thank you very much for your answer, Adrian. I am using version 14.1, build 201212121012 <- I could have waited a couple of hours... ;) If you paste this code in a document: <trans-unit translate="yes" id="114" reformat="yes" xml:space="default"> <source>15.7 ...
by xinelo
Wed Jan 02, 2013 6:59 pm
Forum: Common Problems
Topic: non-greedy regexp in Oxygen
Replies: 4
Views: 2986

non-greedy regexp in Oxygen

Hi there, Is it possible to use lazy/non-greedy regexp match in Oxygen? I'm trying to match elements "trans-unit" which contain a sub-element "target" which contains the text "REMOVE", for example in: <trans-unit translate="yes" id="114" reformat=&qu...
by xinelo
Fri Jun 17, 2011 2:38 pm
Forum: Common Problems
Topic: oXygen changes file enconding when saving
Replies: 4
Views: 2812

Re: oXygen changes file enconding when saving

In my case, the first time I open the file, oXygen prompts me to choose one from the list of available editors, so as to associate my user-defined extension with the file type. However, I don't have a choice about the encoding. I'll check whether I can add the encoding to the declaration. It seems t...
by xinelo
Thu Jun 16, 2011 12:28 pm
Forum: Common Problems
Topic: oXygen changes file enconding when saving
Replies: 4
Views: 2812

Re: oXygen changes file enconding when saving

Hi Adrian, Thank you very much for your reply! My XML file's declaration is simply: <?xml version="1.0"?> I thought UCS-2 and UTF-16 were the same thing, but it seems they're not. Well, what you explains why the encoding is changed: UCS-2 is not in the list of encodings supported by Oxygen...
by xinelo
Wed Jun 15, 2011 4:12 pm
Forum: Common Problems
Topic: oXygen changes file enconding when saving
Replies: 4
Views: 2812

oXygen changes file enconding when saving

Hi, I am editing a file which is encoded in UCS-2 Little Endian. After editing it, it doesn't work anymore, and I noticed that it might be due to the fact that oXygen changes the encoding to UTF-8 without BOM when saving the file. This is the default behaviour, because I haven't changed any settings...
by xinelo
Fri Oct 22, 2010 2:07 pm
Forum: Common Problems
Topic: Oxygen formats content of text elements
Replies: 4
Views: 2231

Re: Oxygen formats content of text elements

Hi Adrian,

Your answer was great, I learnt a new very important thing. Thanks a lot!

Cheers, Manuel
by xinelo
Thu Sep 23, 2010 8:56 am
Forum: Common Problems
Topic: Oxygen formats content of text elements
Replies: 4
Views: 2231

Re: Oxygen formats content of text elements

I've just realized the format is not clearly kept in my excerpts of code above. I paste them again as code: My document had: <trans-unit id="283395" resname="CAPI" translate="yes" reformat="yes" xml:space="default" approved="no"> <source xm...
by xinelo
Thu Sep 23, 2010 8:53 am
Forum: Common Problems
Topic: Oxygen formats content of text elements
Replies: 4
Views: 2231

Re: Oxygen formats content of text elements

I found the answer myself :)

Preferences | Editor | Format | Format and indent the document on open

However, I still have one doubt. Is it possible somehow to either indent tags but not text contained in one element?

Thanks, xinelo
by xinelo
Thu Sep 23, 2010 12:18 am
Forum: Common Problems
Topic: Oxygen formats content of text elements
Replies: 4
Views: 2231

Oxygen formats content of text elements

I've got an Xliff file that has elements like: <trans-unit id="283395" resname="CAPI" translate="yes" reformat="yes" xml:space="default" approved="no"> <source xml:lang="en">I would like to start with some general questions. Can y...
by xinelo
Tue Apr 20, 2010 10:59 am
Forum: Common Problems
Topic: Inserting whitespace special characters
Replies: 4
Views: 2715

Re: Inserting whitespace special characters

Yep, my version is 10.0. That might be why.

If I use \t all I get is a t (an escaped t?).

I'll install the newest and see.

Thank you very much, Adrian, you have been very helpful!

Cheers, Manuel
by xinelo
Tue Apr 20, 2010 2:42 am
Forum: Common Problems
Topic: Inserting whitespace special characters
Replies: 4
Views: 2715

Re: Inserting whitespace special characters

Hi Adrian, Thanks a lot for your reply! I think you understood. While your answer is not what I was after, it does help me to perform my searches and replaces, as I don't need to copy-paste anymore. However, it would still be handy to be able (to choose) to type the regex instead of entering the cha...
by xinelo
Mon Apr 19, 2010 3:05 pm
Forum: Common Problems
Topic: Inserting whitespace special characters
Replies: 4
Views: 2715

Inserting whitespace special characters

Hi, In Oxygen I can search for whitespace (newlines, tabs, etc.) using regular expressions, but if I want to replace what I find with some of those special characters I can't use the regular expression and I have to use the character itself. Imagine I want to replace a newline with a tab, I search f...
by xinelo
Mon Sep 28, 2009 8:37 pm
Forum: Feature Request
Topic: Another way to describe it
Replies: 3
Views: 2002

Re: Another way to describe it

Oops, I didn't mean to begin a new thread! I thought the title was for my new post, not for a new thread. The forum administrators, feel free to merge both threads. Good, we understood each other :) Sorin, your suggestion is not so usable (you still have one click per pair of files) but it's also qu...
by xinelo
Fri Sep 25, 2009 6:28 pm
Forum: Feature Request
Topic: Another way to describe it
Replies: 3
Views: 2002

Another way to describe it

Humm, it could be seen like that, or almost, it would rather be: "to select the pairs in the Diff Directories window and with one action to start a Diff Files window for ALL pairS of files from the selection". I'd like to do what I do with the DiffFiles but I'd like to be able to select mo...
by xinelo
Fri Sep 25, 2009 5:44 pm
Forum: Feature Request
Topic: Compare several files (content) at the same time
Replies: 4
Views: 2066

Re: Compare several files (content) at the same time

Hi Sorin, Thanks a lot for your reply. Perhaps I didn't explain clearly enough, or perhaps I don't get your point. As far as I can see the DiffFiles tool has the same functionality as the Compare Files tool from Oxygen. What I would like is to be able to select a number of files or all the files in ...
by xinelo
Fri Sep 25, 2009 4:34 pm
Forum: Feature Request
Topic: Compare several files (content) at the same time
Replies: 4
Views: 2066

Compare several files (content) at the same time

This is about the Compare Files tool, not about Compare Directories. I think the Compare Files tool doesn't allow to compare more than one pair of files at once. Would that be possible or feasible? If I have a long lists of pairs of files to compare, it would be too painful to do it one by one. Than...
by xinelo
Fri Sep 04, 2009 8:46 pm
Forum: General XML Questions
Topic: changing color and transparence of tags
Replies: 2
Views: 2131

Re: changing color and transparence of tags

Thanks a lot, Sorin. Indeed, it was just in front of my nose, but I hadn't seen it :o)

Have a good one!
Manuel
by xinelo
Fri Sep 04, 2009 12:30 am
Forum: General XML Questions
Topic: changing color and transparence of tags
Replies: 2
Views: 2131

changing color and transparence of tags

Hi, Quite a long time ago I used oXygen in a way that I would find useful to see mainly content of elements (text), so I configured the editor to see anything which is text in a strong (or normal) font, and anything which is tags in a very dim or transparent color. I had very few tags, so that made ...
by xinelo
Tue Feb 06, 2007 2:55 pm
Forum: Feature Request
Topic: giving colours to tags its content with XPath
Replies: 10
Views: 10970

back to DTDs

True thanks, Sorin, for your help. I've read the relevant parts of the document you sent, as well as other references, and I still don't get my Schema sheets to work. I don't know what to put in them. I don't know either if I must have two extra sheets (one for each prefix) and the original one (wit...
by xinelo
Thu Feb 01, 2007 5:51 pm
Forum: Feature Request
Topic: giving colours to tags its content with XPath
Replies: 10
Views: 10970

Hi Sorin, Thanks again for your kind reply. I'm not too sure I understand what you're trying to tell me. I think I don't know enough (I'm not even sure I understand the concept of namespaces, despite having read about it a lot of times), but let's see. I've tried several things. And I've realized de...
by xinelo
Wed Jan 31, 2007 6:53 pm
Forum: Feature Request
Topic: giving colours to tags its content with XPath
Replies: 10
Views: 10970

Thanks Sorin, But do I not need to declare the prefixes in the XML Schema? I've created a valid XSD schema for the same XML file document I posted earlier (in fact it's the schema that I used before adding the prefixes). The only relevant change is in the root element, in which I included the prefix...
by xinelo
Wed Jan 31, 2007 3:12 pm
Forum: Feature Request
Topic: giving colours to tags its content with XPath
Replies: 10
Views: 10970

Sorry, please ignore the <!ATTLIST document
xmlns CDATA "()"> lines. Ups!
by xinelo
Wed Jan 31, 2007 3:11 pm
Forum: Feature Request
Topic: giving colours to tags its content with XPath
Replies: 10
Views: 10970

I better add an excerpt of my code to help you see my problem: <?xml version="1.0" encoding="UTF-8"?> <!--<document xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="textosxml/hegischema.xsd">--> <document xmlns:t="http:...
by xinelo
Wed Jan 31, 2007 2:58 pm
Forum: Feature Request
Topic: giving colours to tags its content with XPath
Replies: 10
Views: 10970

declare prefixes?

hi, I also needed different colours for differnet sets of tags, so I used prefixes t and c. Now I've got <t:role> coloured as red and <c:role> coloured as magenta. That's fine. However I want to update my DTD or my schema and I don't know how. Well, I can declare two elements t:role and c:role, but ...
by xinelo
Thu Oct 05, 2006 2:43 pm
Forum: General XML Questions
Topic: how to adding tags (semi)automatically?
Replies: 6
Views: 9345

Thanks Sorin,

I'll bear it in mind, although the default position is okay.

Kind regards, xinelo