-
I used 1.0.6 APTEditor. My workspace's default encoding is GBK (Eclipse Preference\General\Workspace\Text file encoding)
The APTEditor doesn't render the file in View tab, and no any error messages.
If I switched the workspace encoding to ISO-8859-1 or others, it works well.
I'm not sure it is a bug or other problem.
2009-08-05 05:12:10 UTC by wanghaic
-
s1LnrA kboaqttwupkq, [url=http://nxfusbybjbmb.com/]nxfusbybjbmb[/url], [link=http://ucywuubrcbcz.com/]ucywuubrcbcz[/link], http://nbgcluqadejp.com/.
2009-03-22 10:57:30 UTC by nobody
-
Hi Silvano,
Just remove the extension to the file and see. It will work.
Just type [../../images/screen]
This will work. APT doesn't expect the file extension for images. So, we don't need to give that.
2008-12-24 11:25:34 UTC by subbums
-
I think the problem exists with "normal" relative paths too. I had the same problem and tried to duplicate the images folder so that the link used should be correct [../images/myimage.png] but it didn't work either.
2008-09-01 15:08:55 UTC by mhanisch
-
It crushed my Eclipse instannce (Eclipse 3.3.1)
The error was:
org.eclipse.ui.PartInitException: Invalid Input: Must be IFileEditorInput
at apteditor.editors.MultiPageEditor.init(MultiPageEditor.java:174)
at org.eclipse.ui.internal.EditorManager.createSite(EditorManager.java:794)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:643)
at...
2008-08-12 12:54:47 UTC by nobody
-
APTEditor 1.0.6 on Eclipse 3.4.
After editing apt file on "edit" pane and then saving, "view" pane doesn't show the latest rendered contents. It seems rendering event isn't triggered by saving event.
2008-07-13 15:51:55 UTC by tadayosi
-
Hi Silvano,
APT Editor currently only supports the syntax of aptconvert (the original apt spec). Support for Maven Doxia apt parser is in progress. I recommend that you add your email address to the mailing list so you'll be notified as soon as it's ready.
Math.
2008-06-22 15:38:16 UTC by avoinemt
-
Hi
I have an APT file with relative path names to images, like
[../../images/screen.jpg]
Those links resolve correctly when I build the site documentation with Maven,
but APTeditor complains about "cannot find graphics named ..."
What kind of paths are supported?
Silvano.
2008-06-21 09:02:17 UTC by maffeis
-
It would be useful if an eclipse plug-in update site is provided for the plug-in.
2008-04-05 22:59:29 UTC by bindul
-
The error mentioned is due to the difference between Maven Doxia's (in the context of a Maven project) and Pixware's (in apt editor) parsers which treat image declaration tokens differently. APT Editor does not currently support Doxia's syntax but may do in the future. The item is closed but is considered a vote for feature request: [ 1748505 ] Maven Mode - View Pane (add support for Maven).
2008-02-07 16:42:48 UTC by avoinemt