Search found 176 matches

by honyk
Tue Sep 22, 2009 12:44 pm
Forum: Feature Request
Topic: Author mode - clicking between two adjacent tags
Replies: 6
Views: 2877

Re: Author mode - clicking between two adjacent tags

Hello George,

nice announcement. I've tried it in this version, but I've registered no visible change. It can be easily tested with this DocBook code fragment:

Code: Select all

<para><emphasis>first</emphasis><emphasis>second</emphasis></para>
Jan
by honyk
Tue Sep 22, 2009 10:33 am
Forum: Feature Request
Topic: Author mode - rows and column manipulation
Replies: 1
Views: 1381

Author mode - rows and column manipulation

Hello,

It is not possible to select the whole column/row in a table and move it up/down or left/right. It also cannot be copied. If values in one column have to be copied into another table, they must be picked up one by one. Is there planned any improvement in this?

Jan
by honyk
Tue Sep 22, 2009 10:19 am
Forum: Feature Request
Topic: Author mode - DocBook - clean up table attributes
Replies: 4
Views: 2487

Author mode - DocBook - clean up table attributes

Hello, probably disputable from view of versioning/change tracking, but it would be nice to add some feature, which would clean up table attributes if something in table would changed - added, changed, deleted: row, column, cell or any of the values. I have in mind mainly two attributes - colnum and...
by honyk
Tue Sep 22, 2009 10:04 am
Forum: Common Problems
Topic: Author mode - inserting table column fails
Replies: 2
Views: 1662

Author mode - inserting table column fails

Hello, it is not possible to insert a column into some tables (via the toolbar icon). Two tables are almost the same (in Text mode), but the same operation performed on one of them is succesful while fails on the other one. Here is example: <informaltable> <tgroup cols="2"> <colspec colwid...
by honyk
Mon Sep 21, 2009 6:21 pm
Forum: Other Issues
Topic: Author mode - file dialog issue during image inserting
Replies: 1
Views: 1256

Author mode - file dialog issue during image inserting

Hello,

when inserting an image and changing the view in the Open File dialog (via toolbar's pop-up menu list/thumbnails/…etc.) on Windows Vista OS, the dialog itself sometimes disappears temporarily. Maybe it is not connected directly, but after restart of Oxygen these symtoms disappear.

Jan
by honyk
Mon Sep 21, 2009 5:58 pm
Forum: Feature Request
Topic: Spell check - remember results
Replies: 1
Views: 1319

Spell check - remember results

Hello,

it would be nice to remember spell check results - repeated spell check of an open file does not check everething again - only updated strings.

Jan
by honyk
Mon Sep 21, 2009 5:54 pm
Forum: Feature Request
Topic: Spell check - casing after abbreviations
Replies: 10
Views: 6535

Re: Spell check - casing after abbreviations

Hello,

I should add I have checked option Case Sensitive in Spell Check's preferences. Looking into Help now I see there is probably wrong description for this option (functionality is inverted). I have English language set.

Jan
by honyk
Mon Sep 21, 2009 5:16 pm
Forum: Feature Request
Topic: Spell check - repeated word deletion
Replies: 2
Views: 1821

Spell check - repeated word deletion

Hello,

when spell check underlines a repeated word, it would be nice to have the Delete option in the context menu (like in MS Word).

Jan
by honyk
Mon Sep 21, 2009 5:12 pm
Forum: Feature Request
Topic: Spell check - for selected text only
Replies: 1
Views: 1274

Spell check - for selected text only

Hello,

spell check should work also only for a selected text. Now it always starts at the beginning of a document...

Jan
by honyk
Mon Sep 21, 2009 5:09 pm
Forum: Other Issues
Topic: Author mode - stretched images after inserting
Replies: 1
Views: 1388

Author mode - stretched images after inserting

Hello,

a freshly inserted image is sometimes deformed/stretched. Only to toggle the view several times (Author/Text) helps. Could this behaviour be eliminated? Thanks in advance.

Jan
by honyk
Mon Sep 21, 2009 5:06 pm
Forum: Feature Request
Topic: Spell check - casing after abbreviations
Replies: 10
Views: 6535

Spell check - casing after abbreviations

Hello,

it would be nice if spell check knew that after "e.g.", "etc." or "i.e." it is ok to continue with lower case characters.

Jan
by honyk
Mon Sep 21, 2009 4:57 pm
Forum: Feature Request
Topic: Author mode - clicking between two adjacent tags
Replies: 6
Views: 2877

Author mode - clicking between two adjacent tags

Hello, it is not possible to click between two tags if there is no space between them (if you want to insert there an element, for example). You can select one or other, but nothing between. You have to use arrow keys instead. I know there is possibility to instert element before this selected one, ...
by honyk
Wed Sep 02, 2009 12:59 pm
Forum: Feature Request
Topic: Editor - predefined templates for inserting
Replies: 4
Views: 2272

Re: Editor - predefined templates for inserting

Wow, I wasn't aware of it! Excellent functionality, as usual. Thanks for quick response.
by honyk
Wed Sep 02, 2009 10:23 am
Forum: Feature Request
Topic: Editor - predefined templates for inserting
Replies: 4
Views: 2272

Editor - predefined templates for inserting

Hello, it would be nice to have possibility to specify custom templates (code fragments), which could be pasted similarly to other developer tools (Netbeans) - by writing short abbreviation (defined) and pressing Tab. For me it would be useful for identity transform in xslt templates. I use it very ...
by honyk
Fri Aug 28, 2009 2:05 pm
Forum: Other Issues
Topic: Author mode - custom action - insert fragment before caret
Replies: 7
Views: 3463

Re: Author mode - custom action - insert fragment before caret

Ok, one image is better than hundreds of words:
Image
Image
If &nbsp; fragment is inserted, cursor (caret) is placed into entity, not after fragment, just before Euro sign in this case.
by honyk
Fri Aug 28, 2009 9:23 am
Forum: Other Issues
Topic: Author mode - custom action - insert fragment before caret
Replies: 7
Views: 3463

Re: Author mode - custom action - insert fragment before caret

Thanks, so back to my original question, is there any settings which could be used to insert my fragment '&nbsp;' before caret? If XPath is necessary, how to construct it for position somewhere in text? I think self::text() is not sufficient (Oxygen complains 'self::text()' has no result).
by honyk
Thu Aug 27, 2009 4:28 pm
Forum: Common Problems
Topic: Open file in the same instance of Author
Replies: 5
Views: 2629

Re: Open file in the same instance of Author

I've tested ports using MS utility PortQry. If Author is running, it occupies port 30009. If another file is opened, no new port is created, but this file is opened in another instance. If Author is closed, port is released. So I think there is no problem to occupy port, but to communicate with it l...
by honyk
Thu Aug 27, 2009 4:05 pm
Forum: Other Issues
Topic: Author mode - custom action - insert fragment before caret
Replies: 7
Views: 3463

Re: Author mode - custom action - insert fragment before caret

insertLocation as well as insertPosition are empty. I've also tried insertPosition set to Before, but as it is written in note: 'If the XPath expression is not defined this argument is ignored'. To tell the truth, it is not very clear if by XPath it is meant insetLocation value or XPath Expression (...
by honyk
Thu Aug 27, 2009 3:54 pm
Forum: Common Problems
Topic: Open file in the same instance of Author
Replies: 5
Views: 2629

Re: Open file in the same instance of Author

Thanks for explanation. We have tried to switch Windows Defender off (our Antivirus has not blocking mechanisms), but issue still persist. Is there something other what can prevent opening port for Oxygen? Alternatively, is there any diagnostic utility for detection of ports state?
by honyk
Thu Aug 27, 2009 2:25 pm
Forum: Other Issues
Topic: Author mode - custom action - insert fragment before caret
Replies: 7
Views: 3463

Author mode - custom action - insert fragment before caret

Hello, I've tried to make custom action for inserting non-breaking space entity in my DocBook document. I've used default ro.sync.ecss.extensions.commons.operations.InsertFragmentOperation with attribute 'fragment' set to '&nbsp;'. It places entity, but after caret, not before it. This method of...
by honyk
Thu Aug 27, 2009 11:58 am
Forum: Common Problems
Topic: Open file in the same instance of Author
Replies: 5
Views: 2629

Open file in the same instance of Author

Hello, xml files are associated with Oxygen Author so when they are double clicked in Windows explorer, they are opened in Author. While to almost all users new document is opened in running instance, there is one PC with Vista 32bit, where each document is opened in separate instance. Now it is wor...
by honyk
Thu Aug 27, 2009 11:22 am
Forum: Feature Request
Topic: Author mode - go to bookmark shortcut
Replies: 1
Views: 1277

Author mode - go to bookmark shortcut

Hello,

it would be nice to support also numbers on number pad for jumping to bookmarks. Now only numbers on default part of keyboard are supported (Vista) what is quite unusual for me.

Jan
by honyk
Wed Aug 26, 2009 7:43 pm
Forum: Feature Request
Topic: Author mode - support list-style-image in css
Replies: 3
Views: 2230

Author mode - support list-style-image in css

Hello, when editing nested lists the standard square/circle are hard to distinguish from text. The only method I think is feasible is to use own images, but list-style-image property of CSS styles is not supported in Oxygen. Is support of this planned in near future? Is there other way how to change...
by honyk
Wed Aug 26, 2009 7:06 pm
Forum: Feature Request
Topic: XSLT Debugger perspective - Format & Indent for Output text
Replies: 3
Views: 1931

Re: XSLT Debugger perspective - Format & Indent for Output text

Hello,

very often also context is important. In case of many nested tags provided as single line it is difficult to find ancestor or siblings. As formatting is not possible, I'll try to set indent=yes in XSLT template for temporary use.

Jan
by honyk
Wed Aug 26, 2009 6:35 pm
Forum: Common Problems
Topic: Help file font size
Replies: 14
Views: 5367

Re: Help file font size

Ok, font size is Ok now. Thanks.
by honyk
Wed Aug 26, 2009 6:33 pm
Forum: Other Issues
Topic: Author mode - reformatting during save
Replies: 9
Views: 3898

Re: Author mode - reformatting during save

Dear Sorin, thank you very much for this answer, it helped me lot in my understanding this problem. Now it is clear as day. I think it is not necessary to set all bookinfo elements into block, some of them are better inline. Important for me is the fact that we should insist on saving our document i...
by honyk
Wed Aug 26, 2009 3:29 pm
Forum: Other Issues
Topic: Author mode - reformatting during save
Replies: 9
Views: 3898

Re: Author mode - reformatting during save

I probably don't know mechanism of wrapping elements during saving well. I've thought if element is specified in css as block, it will always begin on separate line (be wrapped). What I am trying to express is if bookinfo > title is defined as block element, why it is saved in form of <bookinfo><tit...
by honyk
Wed Aug 26, 2009 2:48 pm
Forum: Feature Request
Topic: XSLT Debugger perspective - Format & Indent for Output text
Replies: 3
Views: 1931

XSLT Debugger perspective - Format & Indent for Output text

Hello, it would be nice to have any possibility to indent outputed text if debugger is used. My output cannot be indented by default (requirement of next processing) so it is in form of one very long line of text. If I need locate some text in this line, I have to copy all the result, switch to Edit...
by honyk
Wed Aug 26, 2009 12:38 pm
Forum: Feature Request
Topic: Author mode - show progress when opening large file
Replies: 5
Views: 3026

Re: Author mode - show progress when opening large file

I was probably wrong with search results, it has happened in different situation, but by clicking on content in bottom panel (validation?). But now I understand why progress is not displayed. My file is far below 200 kB, BUT it contains XIncludes to other files, so if displaying reffered content is ...
by honyk
Wed Aug 26, 2009 11:37 am
Forum: Common Problems
Topic: Find/Replace in files deletes my files!
Replies: 1
Views: 1462

Find/Replace in files deletes my files!

Hello, I've found quite dangerous behaviour of Oxygen feature Find/Replace in Files. Find/Replace in Files has the default setting, i.e. these options are checked: Search also in tags Make backup files with extension BAK Recurse subdirectories Other options are unchecked. I use Specified path to def...