Search found 84 matches

by jelovirt
Mon Jul 02, 2012 11:18 am
Forum: Common Problems
Topic: Running Oxygen with Java 1.7 on OS X
Replies: 13
Views: 11975

Re: Running Oxygen with Java 1.7 on OS X

FYI, the press release about Apple and Oracle collaboration on Java 7.
by jelovirt
Mon Jul 02, 2012 11:15 am
Forum: Common Problems
Topic: Running Oxygen with Java 1.7 on OS X
Replies: 13
Views: 11975

Re: Running Oxygen with Java 1.7 on OS X

Java 7 is the latest version and perhaps has better performance than 6; also, Java 6 will reach its End of Public Updates in November 2012.

IIRC, Apple will no longer be shipping Java and Oracle has taken over in that sense for OS X, too.
by jelovirt
Sat Jun 30, 2012 10:18 am
Forum: Common Problems
Topic: Running Oxygen with Java 1.7 on OS X
Replies: 13
Views: 11975

Re: Running Oxygen with Java 1.7 on OS X

That is, how can I configure OS X or Oxygen to have Oxygen use Java 1.7.
by jelovirt
Sat Jun 30, 2012 10:08 am
Forum: Common Problems
Topic: Running Oxygen with Java 1.7 on OS X
Replies: 13
Views: 11975

Running Oxygen with Java 1.7 on OS X

I have Oracle Java 1.7 installed on OS X and it's been configured to be the preferred Java version. However, Oxygen 14 still uses Java 1.6.

How can I configure OS X or Oxygen to use Java 1.7?
by jelovirt
Thu Jun 28, 2012 9:57 am
Forum: Common Problems
Topic: Disable indention feature in author mode
Replies: 16
Views: 16770

Re: Disable indention feature in author mode

Using version 14 and if I change a single word in author mode (DITA shortdesc element), the XML is indented. Is there a preference to disable this? The problem is that when Git diffs become difficult to read when the actual change is only a single word, but the whole element content gets intended an...
by jelovirt
Wed Jun 27, 2012 3:32 pm
Forum: Common Problems
Topic: Oxygen 14 + Eclipse Juno
Replies: 5
Views: 3990

Oxygen 14 + Eclipse Juno

Should Oxygen 14 work with Eclipse Juno (4.2)? On OS X the installation seems to fail.
by jelovirt
Sun Jun 10, 2012 7:30 am
Forum: Other Issues
Topic: Eclipse 4.2 support
Replies: 1
Views: 2128

Eclipse 4.2 support

Oxygen 13.2 seems to be somewhat incompatible with Eclipse Juno (4.2). Will Oxygen 14 support Eclipse 4.2?
by jelovirt
Thu Mar 22, 2012 9:53 am
Forum: Common Problems
Topic: Generating HTML5 DOCTYPE with XSLT
Replies: 9
Views: 13982

Re: Generating HTML5 DOCTYPE with XSLT

HTML5 has a DOCTYPE legacy string:

Code: Select all

<!DOCTYPE html SYSTEM "about:legacy-compat">
That can be output with

Code: Select all

<xsl:output doctype-system="about:legacy-compat"/>
by jelovirt
Fri Sep 18, 2009 9:34 am
Forum: Common Problems
Topic: Author allows split element when results will be invalid
Replies: 1
Views: 1988

Author allows split element when results will be invalid

oXygen 11 beta OS X 10.6 Create new DITA concept and open it in Author mode Add one <p> into <conbody> Move caret below <p> and press Enter Select split conbody Author splits <conbody> and this results in invalid document When presenting the drop-down list on Enter press, Author mode should check if...
by jelovirt
Thu Aug 20, 2009 12:28 pm
Forum: Common Problems
Topic: Java Mac OS X 10.5 Update 4 -> Oxygen 9.3 won't launch
Replies: 18
Views: 9976

Re: Java Mac OS X 10.5 Update 4 -> Oxygen 9.3 won't launch

I am sorry, we prefer to send that data and receive logging data from users in private messages. We ask users to contact us via the Technical Support page when logging is needed because we do not want to post data about logging as public posts. Yes, logging info should be sent to you in private mes...
by jelovirt
Thu Aug 20, 2009 9:44 am
Forum: Common Problems
Topic: Java Mac OS X 10.5 Update 4 -> Oxygen 9.3 won't launch
Replies: 18
Views: 9976

Re: Java Mac OS X 10.5 Update 4 -> Oxygen 9.3 won't launch

Create a text file called log4j.properties in the folder [Oxygen-install-folder]/lib with the content: ... Quit Oxygen if it is started, restart Oxygen, reproduce the crash and send us the Oxygen log file [Oxygen-install-folder]/oxygen.log using the Technical Support web page . Could you make this ...
by jelovirt
Fri Aug 07, 2009 11:13 am
Forum: Feature Request
Topic: SVN Client tag/branch dialog improvements
Replies: 1
Views: 2315

SVN Client tag/branch dialog improvements

Syncro SVN Client 4.2, OS X Working Copy has the operation Modify > Branch/Tag... available, but Repository does not. In Repository you can, however, use Copy... to achieve the same result. I think Repository should also have the Branch/Tag... available. The Branch/Tag dialog could also be simplifie...
by jelovirt
Mon Jun 29, 2009 12:22 pm
Forum: Feature Request
Topic: Disable warning when validating XSLT 1.0 with Saxon 9
Replies: 1
Views: 2591

Disable warning when validating XSLT 1.0 with Saxon 9

Oxygen 10.3 If you select Saxon 9 to be the XSLT engine to use for validating XSLT 1.0, you always get an warning message W [Saxon-SA 9.1.0.7] Running an XSLT 1.0 stylesheet with an XSLT 2.0 processor Saxon has a way to disable this when using a TrasformerFactory. Could the same be used to disable t...
by jelovirt
Mon Jun 29, 2009 10:34 am
Forum: Common Problems
Topic: Paste to save dialog in OS X fails
Replies: 1
Views: 2045

Paste to save dialog in OS X fails

OS X 10.5.7 Java 1.5.0_19 oXygen 10.3 dev When I try to paste a string from clipboard to Save dialog's Save As field, the string is pasted to the current document open in the text mode window. Even if the cursor is in e.g. XPath tool bar before selecting save, the text is still pasted to the current...
by jelovirt
Mon Jun 29, 2009 8:29 am
Forum: Feature Request
Topic: Eclipse 3.5
Replies: 2
Views: 2868

Re: Eclipse 3.5

I'm running OS X 10.5.7 and Eclipse 3.5 (Java-EE dist), Oxygen 10.2 installed without any problems from the default update site.

How did Oxygen not work for you with Eclipse 3.5?
by jelovirt
Mon Jun 08, 2009 1:57 pm
Forum: Common Problems
Topic: Message type for Schematron validation
Replies: 5
Views: 5069

Re: Message type for Schematron validation

My interpretation of the difference between assert and report element is that report just a negated assert [1]. The descriptions for them, respectively, are: The natural-language assertion [of assert ] shall be a positive statement of a constraint. The natural-language assertion [of report ] shall b...
by jelovirt
Mon Jun 08, 2009 1:48 pm
Forum: Common Problems
Topic: Message type for Schematron validation
Replies: 5
Views: 5069

Re: Message type for Schematron validation

Regards diagnostics, Oxygen currently shows only the diagnostics message if it is available, ignoring natural-language assertion in assert or report element. My reading of the spec is that diagnostics message is additional information and should not replace the natural-language assertion.
by jelovirt
Mon Jun 08, 2009 11:45 am
Forum: Common Problems
Topic: Message type for Schematron validation
Replies: 5
Views: 5069

Re: Message type for Schematron validation

Noticed that the logic is pretty simple: assert creates errors, report creates warnings.
by jelovirt
Mon Jun 08, 2009 11:20 am
Forum: Common Problems
Topic: Message type for Schematron validation
Replies: 5
Views: 5069

Message type for Schematron validation

Oxygen 10.3 dev When validating a document with an associated Schematron schema, how does Oxygen choose which message type (fatal, error, warning) the validation message is? Currently I have a schema where some messages are reported as error and other are warning, and I can't see the logic Oxygen us...
by jelovirt
Sat May 30, 2009 1:00 pm
Forum: Feature Request
Topic: Hide link URL in Authoring mode with No Tags
Replies: 1
Views: 2714

Hide link URL in Authoring mode with No Tags

Oxygen 10.2 When in Author mode and Tags display mode is No Tags, is there a way to hide the link URL e.g. in DITA xref elements? That is, is there a CSS pseudo-class for the Tags display mode? That would allow you to do something like: *[class~="topic/xref"][href]:before { content:url(&qu...
by jelovirt
Fri May 22, 2009 1:59 pm
Forum: Common Problems
Topic: SVN Client menu allows relocking
Replies: 3
Views: 3101

Re: SVN Client menu allows relocking

Re-examined SVN locking and noticed that locks are not globally visible unless you scan for them. Even so, could the lock or unlock be disable if SVN Client already knows that it's unlocked or locked.
by jelovirt
Fri May 22, 2009 1:51 pm
Forum: Common Problems
Topic: SVN Client menu allows relocking
Replies: 3
Views: 3101

SVN Client menu allows relocking

SVN Client 4.1 If I have a file in a working copy that is locked, this is displayed with the suffix text "[Locked]". Still, the context menu Lock > Lock... is enabled. Could the Lock... item be disabled if the current working set is the one that has the lock? The same applies to Unlock... ...
by jelovirt
Thu May 21, 2009 8:15 am
Forum: Feature Request
Topic: Support for \n and \1 in regular expressions
Replies: 7
Views: 5580

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

Have you any plans on adding support for \n and \t in the search replace in the future releases?
by jelovirt
Wed May 20, 2009 2:55 pm
Forum: Feature Request
Topic: Drag file to DITA Maps Manager map to generate topicref
Replies: 1
Views: 1952

Drag file to DITA Maps Manager map to generate topicref

Oxygen 10.2 Could it be possible to add a feature where files could be dragged into the map in Maps Manager and that would add a topicref element in the map. Use case: User has both Project and DITA Maps Manager views open User drags a file into the map in the Maps Manager A new topicref is created,...
by jelovirt
Wed May 20, 2009 1:36 pm
Forum: Feature Request
Topic: Refactor action to resolve DITA conref
Replies: 5
Views: 4152

Re: Refactor action to resolve DITA conref

I'd vote 1 or 2.
by jelovirt
Wed May 20, 2009 11:50 am
Forum: Feature Request
Topic: Refactor action to resolve DITA conref
Replies: 5
Views: 4152

Re: Refactor action to resolve DITA conref

I was thinking about the naming myself too. Resolve conref may not be clear enough for "normal" users, who may think "but doesn't oXygen already resolve the conref because it's showing it to me". I also worry that users don't understand that when you run the resolving action, it'...
by jelovirt
Wed May 20, 2009 9:36 am
Forum: Feature Request
Topic: Refactor action to resolve DITA conref
Replies: 5
Views: 4152

Refactor action to resolve DITA conref

Oxygen 10.2 In Author view with a DITA document, when you have content that is conreffed, the content is shown in gray background and cannot be edited. Could a context menu Refactoring > Resolve conref that would resolve the conref? One use case: User has two DITA files, task_en-US.dita and task_en-...
by jelovirt
Fri May 08, 2009 6:18 pm
Forum: Feature Request
Topic: Improve SVN integration in Project view
Replies: 2
Views: 2684

Re: Improve SVN integration in Project view

3. Hide .svn folders.
by jelovirt
Fri May 08, 2009 6:15 pm
Forum: Feature Request
Topic: Improve SVN integration in Project view
Replies: 2
Views: 2684

Improve SVN integration in Project view

Oxygen 10.2 When you add an SVN checkout folder into a project, the project view shows .svn folders and the only SVN awareness project view has is that the files' context menu has Team > Open in SVN Client . Could this integration be improved to make working with SVN and project a bit more staight f...
by jelovirt
Fri May 08, 2009 5:35 pm
Forum: Feature Request
Topic: Surround with should remember previous selection
Replies: 1
Views: 2051

Surround with should remember previous selection

Say I have DITA source <p>Press numbers 2 and 6 to continue.</p> and I want to make the numbers in the paragraph uicontrol elements. When I highlight "2" and press cmd+E to Surround with , the list of elements defaults to the first possible element in this context. For repeated task, it wo...