outliner-users Mailing List for Java Outline Editor (JOE)
Status: Beta
Brought to you by:
maynardd
You can subscribe to this list here.
| 2002 |
Jan
|
Feb
|
Mar
|
Apr
(2) |
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(5) |
|---|
|
From: Stanley K. <St...@St...> - 2002-12-28 18:36:26
|
Hi Frank > When editing a node's text the delete key erases two characters instead > of one! > ... > This occurs on Win XP SP1, with both JVM 1.4.0_02 and JVM 1.4.1_01. I'm afraid I don't have my XP box running, nor JVM 1.4x. But I should have 'em up later this week. This doesn't occur on 98 SE running JVM 1.3x. Stan |
|
From: Frank H. <Fra...@fr...> - 2002-12-28 16:45:01
|
I gave JOE a spin today and I love it! There is one blatant problem though... When editing a node's text the delete key erases two characters instead of one! For example, when I create a node and add text by typing "ab" and then hit delete both characters disappear. The "a" is actually still in the data structure, but just isn't displayed. I know this because if I collapse/expand the "a" reappears again. This occurs on Win XP SP1, with both JVM 1.4.0_02 and JVM 1.4.1_01. I suspect this has something to do with the Swing/AWT, because I've seen similiar behaviour in the Naked Objects Object Development framework which is AWT based. Has anyone else seen this occur, and are there any known fixes? |
|
From: Maynard D. <ma...@or...> - 2002-12-04 19:47:43
|
Yep, one of the things I never got around to doing was setting up the open/import dialog so that it switches the open format based on the extension of the file selected. The opposite does work though where selecting a format during a save/export automatically updates the file extension. Hopefully I'll have some time over the holidays to start working on the outliner again since I haven't touched it since the 1.8.9.2 release many months ago. At 11:10 AM 12/4/2002 -0600, Pete Prodoehl wrote: >I believe you have to choose the file format you want to open the file as, >either OPML or plaintext, before you open it. Sounds like it may have >opened it as plaintext. > >As for the usability of this feature, it leaves a lot to be desired :/ > > >Pete > >vh...@in... wrote: >>I saved my outline to an OPML file. When I re-opened the file, rather than >>see an outline I saw raw XML. Shouldn't I still see an outline? >>Vincent > > > >------------------------------------------------------- >This SF.net email is sponsored by: Microsoft Visual Studio.NET >comprehensive development tool, built to increase your productivity. Try a >free online hosted session at: >http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en >_______________________________________________ >Outliner-users mailing list >Out...@li... >https://lists.sourceforge.net/lists/listinfo/outliner-users Maynard Demmon - Content Engineer - Organic Inc. ma...@or... |
|
From: Pete P. <pet...@cy...> - 2002-12-04 17:11:10
|
I believe you have to choose the file format you want to open the file as, either OPML or plaintext, before you open it. Sounds like it may have opened it as plaintext. As for the usability of this feature, it leaves a lot to be desired :/ Pete vh...@in... wrote: > I saved my outline to an OPML file. When I re-opened the file, rather than > see an outline I saw raw XML. Shouldn't I still see an outline? > > Vincent > > |
|
From: <vh...@in...> - 2002-12-03 23:27:31
|
I saved my outline to an OPML file. When I re-opened the file, rather than see an outline I saw raw XML. Shouldn't I still see an outline? Vincent |
|
From: Brad M. <bma...@wo...> - 2002-06-11 21:54:21
|
I'm getting exceptions when I try to export my outline to the web. -I've place outliner.php in the root directory of my website, -set $basedir = "outlines" in outliner.php3 -created the directory "outlines" with 777 permissions -modified the application preferences->File protocol->Remote URL = http://workzen.userworld.com/outliner.php Here is the exception I get with the above configuration: FileSystemView.getShellFolder: f=workzen.userworld.com java.io.FileNotFoundException: I:\outlines\outliner\workzen.userworld.com (Could not parse file path) at sun.awt.shell.Win32ShellFolder.<init>(Win32ShellFolder.java:175) at sun.awt.shell.Win32ShellFolder.<init>(Win32ShellFolder.java:183) at sun.awt.shell.Win32ShellFolderManager.createShellFolder(Win32ShellFolderMana ger.java:30) at sun.awt.shell.ShellFolder.getShellFolder(ShellFolder.java:199) at javax.swing.filechooser.FileSystemView.getShellFolder(FileSystemView.java:45 9) at javax.swing.filechooser.FileSystemView.getSystemDisplayName(FileSystemView.j ava:141) at javax.swing.plaf.basic.BasicFileChooserUI$BasicFileView.getName(BasicFileCho oserUI.java:991) at javax.swing.plaf.metal.MetalFileChooserUI.installComponents(MetalFileChooser UI.java:216) at javax.swing.plaf.basic.BasicFileChooserUI.installUI(BasicFileChooserUI.java: 130) at javax.swing.plaf.metal.MetalFileChooserUI.installUI(MetalFileChooserUI.java: 152) at javax.swing.JComponent.setUI(JComponent.java:445) at javax.swing.JFileChooser.updateUI(JFileChooser.java:1701) at javax.swing.JFileChooser.setup(JFileChooser.java:345) at javax.swing.JFileChooser.<init>(JFileChooser.java:320) at javax.swing.JFileChooser.<init>(JFileChooser.java:311) at com.organic.maynard.outliner.OutlinerFileChooser.<init>(OutlinerFileChooser. java:79) at com.yearahead.io.WebFilePHPFileProtocol.lazyInstantiation(WebFilePHPFileProt ocol.java:64) at com.yearahead.io.WebFilePHPFileProtocol.selectFileToSave(WebFilePHPFileProto col.java:77) at com.organic.maynard.outliner.ExportFileMenuItem.exportOutlinerDocument(Expor tFileMenuItem.java:81) at com.organic.maynard.outliner.ExportFileMenuItem.actionPerformed(ExportFileMe nuItem.java:64) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1767) at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButto n.java:1820) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:4 19) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257) at javax.swing.AbstractButton.doClick(AbstractButton.java:289) at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1 |
|
From: Stanley K. <St...@Ja...> - 2002-04-15 16:51:51
|
Hi Joseph > I'm new here, and I wonder if there is a way to select a range of lines in > order to do a group indent? ============== To select a range (contiguous set) of nodes (AKA lines) : [1] Click to select the starting node of the range. [2] Shift-click to select the ending node of the range. ============== To select a discontiguous set of nodes: [1] Ctrl-click to add a line to the selection set. ============== To deselect a node that's a member of either a contiguous or discontiguous set of nodes: [1] Ctrl-click to remove the node from the set: ============== Hope that helps. Lemme know if further info's needed. Stan Krute |
|
From: Joe P. <jPo...@cd...> - 2002-04-15 14:51:40
|
I'm new here, and I wonder if there is a way to select a range of lines in order to do a group indent? Thanks, Joseph Polanik |