Search found 84 matches

by jelovirt
Mon Jun 02, 2008 2:21 pm
Forum: Feature Request
Topic: Support for \n and \1 in regular expressions
Replies: 7
Views: 5591

Re: Support for \n and \1 in regular expressions

I am sorry, you do not need Cmd + Enter in the Find/Replace dialog. \n is accepted as regular expression that matches a newline character if you select the Regular expression checkbox. Yes, but only in find. If you try to use it in replace, e.g. in equivalet to Perl 's/, /\n/' for input 'foo, bar',...
by jelovirt
Mon Jun 02, 2008 9:49 am
Forum: Common Problems
Topic: Plugins with non-XML documents
Replies: 5
Views: 3261

Plugins with non-XML documents

It seems that selection plugins cannot be used with for example plain text or Python files. The context menu has the Plugins menu only for documents that are XML. Could plugin support be extended to non-XML documents too?
by jelovirt
Mon Jun 02, 2008 8:37 am
Forum: Feature Request
Topic: Support for \n and \1 in regular expressions
Replies: 7
Views: 5591

Support for \n and \1 in regular expressions

Currently when you use regular expressions in find/replace, you have to insert newline using Cmd + Enter or using the context menu. More or less all other regular expression languages accept newline as '\n'. Could this be added in a future release? Also, as a personal preference, I'd like to use '\1...
by jelovirt
Tue May 20, 2008 8:38 am
Forum: Other Issues
Topic: Oxygen plugins development kit link is dead
Replies: 3
Views: 3528

Re: Oxygen plugins development kit link is dead

sorin wrote:We placed the plugins development kit on the server at the specified URL. Please try again.
Link works now, but I can't find Plugin.java anywhere, or a JAR file that contained it.

Jarno
by jelovirt
Fri May 16, 2008 8:22 am
Forum: Common Problems
Topic: Shortcut for insert element in Author mode
Replies: 3
Views: 3087

Re: Shortcut for insert element in Author mode

In the text mode press '<' and in the Author mode press the shortcut Alt + / to get a drop-down list with all the elements that can be inserted in the current location of the document. Because of my local keyboard layout, '/' is typed using Shift + 7 . So, when I try Alt + Shift + 7 , I don't get t...
by jelovirt
Mon May 12, 2008 9:22 am
Forum: Common Problems
Topic: Shortcut for insert element in Author mode
Replies: 3
Views: 3087

Shortcut for insert element in Author mode

Sorry if the answer is "RTFM", but I just can't find out what is the keyboard shortcut for 'insert element '. There's a menu command (that can be made a shortcut) for inserting an entity, for inserting various DITA structures, but I can't find one for general element insertation. The 'Elem...
by jelovirt
Mon Apr 14, 2008 2:43 pm
Forum: Feature Request
Topic: Commandline or library diff tool
Replies: 6
Views: 7019

Commandline or library diff tool

While the world is full of XML diff tools, few can out-do Oxygen's diff xml tool. Have you considered making the diff tool a command-line utility or a Java package that only does diffing, no display. That is, a tool that takes in two input files and an output file, and possibility to define a config...
by jelovirt
Wed Apr 02, 2008 12:45 pm
Forum: Feature Request
Topic: Support for ISO Schematron subject attribute
Replies: 3
Views: 4601

Support for ISO Schematron subject attribute

AFAICT Oxygen 9.1 does not implement the subject attribute . Current implementation highlights the context node and while rules can be rewritten to use a different context node, for performance and clarity reasons using subject attribute would be useful. Example from a (simplified) DITA rule: <patte...
by jelovirt
Wed Apr 02, 2008 12:36 pm
Forum: Common Problems
Topic: Setting message level in Schematron
Replies: 1
Views: 2026

Setting message level in Schematron

Does Oxygen 9.1 implement a way to define the message severity level in ISO Schematron schemas? Following the spec, the icon attribute can be used to select a graphical representation of the rule, but Oxygen doesn't use the URL in the icon. What I'm after is a way to define if Oxygen should report t...
by jelovirt
Wed Sep 12, 2007 3:09 pm
Forum: Feature Request
Topic: Sort source action
Replies: 2
Views: 3617

The most common use case I have is when editing non-XML documents, thus markup is not an issue for me. If the sort was to prompt for something, it could have a switch for ignoring whitespace, ignoring markup, key generation (code point, treat at number, natural sort order by language).
by jelovirt
Wed Sep 12, 2007 12:13 pm
Forum: Feature Request
Topic: Sort source action
Replies: 2
Views: 3617

Sort source action

One could implement this as a plugin, but I'd like to see a common text editor feature that sorts selected lines in oXygen. The sort could use the Unicode code points of the characters as the line sort key.
by jelovirt
Wed Jun 20, 2007 12:54 pm
Forum: Common Problems
Topic: ECMAScript format and indent bug on !==
Replies: 2
Views: 4068

ECMAScript format and indent bug on !==

The format and indent function for ECMAScript files formats

Code: Select all

!==
into

Code: Select all

!= =
by jelovirt
Wed Jun 20, 2007 12:45 pm
Forum: Feature Request
Topic: Format dependent indent size
Replies: 1
Views: 4294

Format dependent indent size

I'd like to see able to set the indent size for each format separately, as e.g. in XML I like to use 2 spaces and in Python 4 spaces. Currently I have to either use "detect indent on open" or use the global indent size for all.
by jelovirt
Thu Dec 14, 2006 10:02 am
Forum: Feature Request
Topic: Indent size by file type
Replies: 1
Views: 4815

Indent size by file type

Currently indent size can only be set globally and while I use 2 spaces for all XML documents, I'd like to use 4 spaces for Python documents (as per http://www.python.org/dev/peps/pep-0008/). Thus, I'd like be able to set indent size (and possible default encoding) by file type.
by jelovirt
Thu Nov 02, 2006 11:42 am
Forum: Feature Request
Topic: XSL-FO wysiwyg editor?
Replies: 3
Views: 8065

My two cents are that don't make Oxygen a XSL WYSIWYG editor, direct the development efforts into something that suits Oxygen better. General XML WYSIWYG (e.g. DITA or DocBook) is also something I'd like to keep out of Oxygen, just because I see Oxygen as a development tool, not an XML authoring for...
by jelovirt
Thu Nov 02, 2006 11:37 am
Forum: Feature Request
Topic: Support for XSL 1.1
Replies: 3
Views: 7366

Support for XSL 1.1

XSL 1.1 will soon reach Recommendation status, so I'd like to see support for the new elements and properties in XSL 1.1 in the context sensitive suggestions and XSL file validation.
by jelovirt
Thu Jul 20, 2006 9:13 am
Forum: Feature Request
Topic: Copy result XML in XPath
Replies: 2
Views: 6707

Yes, I can always do that but that would mean I'd have to e.g. switch to XSLT debugger, open the template below, change the expression to copy the stuff I need and then run the transformation. Being able to copy the results of XPath query would just make things faster in some cases. You already have...
by jelovirt
Mon Jul 10, 2006 9:58 am
Forum: Feature Request
Topic: Copy result XML in XPath
Replies: 2
Views: 6707

Copy result XML in XPath

Currently when you save the XPath selection results, you get something like this: SystemID: C:\Program Files\Oxygen XML Editor 7.2\Untitled2.xml Location: 2:0 Description: /foo[1]/@bar - I'd like to see the option to save the XML fragments selected by the expression. Give the source XML <foo bar=&qu...
by jelovirt
Mon Mar 27, 2006 12:39 pm
Forum: Other Issues
Topic: Valid pseudo-attributes for <?oxygen?>
Replies: 1
Views: 6511

Valid pseudo-attributes for <?oxygen?>

Are the valid pseudo-attributes for the processing instruction <?oxygen?> documented somewhere? Specifically I'm looking for switches that can be used to influcen eg. formatting (sort attributes or preserve empty lines) or error reporting (whether to try to compile a stylesheet or not) on single fil...
by jelovirt
Tue Jan 31, 2006 4:50 pm
Forum: Feature Request
Topic: XSLT refactor operation for extracting attributes from LREs
Replies: 2
Views: 5619

XSLT refactor operation for extracting attributes from LREs

I'd like to see an addition to the XSLT refactoring operation list, extracting attributes in Literal Result Elements into xsl:attribute instruction. If you have, say <foo bar="baz"/> The extract attributes would turn this into <foo> <xsl:attribute name="bar">baz</xsl:attribute> <...
by jelovirt
Fri Dec 09, 2005 1:46 pm
Forum: Feature Request
Topic: Debugger output save should remember the last save directory
Replies: 1
Views: 3249

Debugger output save should remember the last save directory

When the user saves the output of the debugger, the save dialog always defaults to the same directory where the source XML is stored. Instead I'd like the dialog to remember the last debugger output save directory.
by jelovirt
Fri Dec 09, 2005 1:43 pm
Forum: Feature Request
Topic: List of available PublicIDs when creating new XML document
Replies: 1
Views: 3325

List of available PublicIDs when creating new XML document

When the user creates a new XML document and selects to use a DTD in the "Create an XML Document" dialog, the PublicID should contain a list of known FPIs in the catalog file. After selecting a PublicID, the SystemID field could be automatically filled in to point to the URI of the DTD in ...
by jelovirt
Tue Oct 11, 2005 9:21 am
Forum: Feature Request
Topic: xsl:use-attribute-sets support
Replies: 1
Views: 3265

xsl:use-attribute-sets support

I'd like to see support for xsl:use-attribute-sets, i.e. have it available in the auto-complete list when addind an attribute to a xsl:element or a literal result element, and have a list of available attribute sets when editing the value of the attribute.