1 window for 1 project under os x
Are you missing a feature? Request its implementation here.
-
- Posts: 4
- Joined: Wed Sep 22, 2004 3:04 pm
1 window for 1 project under os x
I am using oxygen under OS X and it is just great! It is all I need for my xml projects!!
The only thing that I think is really missing for the ease of use, is the ability to open several projects into several windows at the same time under os x (I don't know if this already works with other OS). A bit like in xcode. This with Exposé would be perfect!
Regards,
Francois.
The only thing that I think is really missing for the ease of use, is the ability to open several projects into several windows at the same time under os x (I don't know if this already works with other OS). A bit like in xcode. This with Exposé would be perfect!

Regards,
Francois.
-
- Site Admin
- Posts: 2095
- Joined: Thu Jan 09, 2003 2:58 pm
Hi,
All you can do now is to start two instances of oXygen. For this you have to set the com.oxygenxml.MultipleInstances property to true when you start oXygen.
For instance you can edit the oxygenMac.sh startup script to pass the following argument to java:
-Dcom.oxygenxml.MultipleInstances=true
Another possibility will be to edit the Info.plist file inside the oxygen.app application, in Contents folder and change:
to
That should enable the "server" mode of oXygen (by default it works in "desktop" mode when starting a new instance will just pass the command line to the running instance).
Best Regards,
George
All you can do now is to start two instances of oXygen. For this you have to set the com.oxygenxml.MultipleInstances property to true when you start oXygen.
For instance you can edit the oxygenMac.sh startup script to pass the following argument to java:
-Dcom.oxygenxml.MultipleInstances=true
Another possibility will be to edit the Info.plist file inside the oxygen.app application, in Contents folder and change:
Code: Select all
<key>VMOptions</key>
<string>-Xms32M -Xmx180M</string>
Code: Select all
<key>VMOptions</key>
<string>-Xms32M -Xmx180M -Dcom.oxygenxml.MultipleInstances=true</string>
That should enable the "server" mode of oXygen (by default it works in "desktop" mode when starting a new instance will just pass the command line to the running instance).
Best Regards,
George
-
- Posts: 4
- Joined: Wed Sep 22, 2004 3:04 pm
I have just done what you said (I changed both files) but I was unable to start a new instance. if I double-click on the app I get to the first instance. I also tried to do the following in the terminal :
cd /Applications/oxygen\ Folder
./oxygenMac.sh
and I get the message :
Exception in thread "main" java.lang.NoClassDefFoundError: Folder///plugins
./oxygenMac.sh: line 18: -Dcom.oxygenxml.MultipleInstances=true: command not found
Maybe I am not doing the right thing...
cd /Applications/oxygen\ Folder
./oxygenMac.sh
and I get the message :
Exception in thread "main" java.lang.NoClassDefFoundError: Folder///plugins
./oxygenMac.sh: line 18: -Dcom.oxygenxml.MultipleInstances=true: command not found
Maybe I am not doing the right thing...
-
- Posts: 390
- Joined: Thu Jul 01, 2004 12:29 pm
Hi,
Copy this to your oxygenMac.sh file and try to launch <oXygen/> again.
Copy this to your oxygenMac.sh file and try to launch <oXygen/> again.
Code: Select all
#!/bin/sh
# Oxygen Startup script
# (c) 2003 Syncro Soft Ltd.
case "$0" in
/*)
p=$0
;;
*) p=`/bin/pwd`/$0
;;
esac
p=`dirname "$p"`
CP=$p/classes:$p:$p/oxygen.app/Contents/Resources/Java/oxygen.jar:$p/lib/oxygen.jar
java "-Xdock:name=Oxygen"\
-Dcom.oxygenxml.editor.plugins.dir="$p/plugins"\
-Xmx256m\
-Dcom.oxygenxml.MultipleInstances=true\
-cp "$CP" ro.sync.exml.Oxygen $1 $2 $3 $4 $5 $6 $7 $8 $9
-
- Site Admin
- Posts: 2095
- Joined: Thu Jan 09, 2003 2:58 pm
Jump to
- Oxygen XML Editor/Author/Developer
- ↳ Feature Request
- ↳ Common Problems
- ↳ DITA (Editing and Publishing DITA Content)
- ↳ Artificial Intelligence (AI Positron Assistant add-on)
- ↳ SDK-API, Frameworks - Document Types
- ↳ DocBook
- ↳ TEI
- ↳ XHTML
- ↳ Other Issues
- Oxygen XML Web Author
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Content Fusion
- ↳ Feature Request
- ↳ Common Problems
- Oxygen JSON Editor
- ↳ Feature Request
- ↳ Common Problems
- Oxygen PDF Chemistry
- ↳ Feature Request
- ↳ Common Problems
- Oxygen Feedback
- ↳ Feature Request
- ↳ Common Problems
- Oxygen XML WebHelp
- ↳ Feature Request
- ↳ Common Problems
- XML
- ↳ General XML Questions
- ↳ XSLT and FOP
- ↳ XML Schemas
- ↳ XQuery
- NVDL
- ↳ General NVDL Issues
- ↳ oNVDL Related Issues
- XML Services Market
- ↳ Offer a Service