Search found 88 matches

by RBVanDyke
Tue Feb 25, 2020 3:45 am
Forum: Feature Request
Topic: Make Format and indent remove spaces from blank lines?
Replies: 4
Views: 2963

Re: Make Format and indent remove spaces from blank lines?

OK so Format and Indent evidently does tidy up blank lines that contain spaces.

So maybe we should delete this entire topic. I'd delete it if I could... :)
by RBVanDyke
Fri Feb 21, 2020 5:48 am
Forum: Feature Request
Topic: Make Format and indent remove spaces from blank lines?
Replies: 4
Views: 2963

Re: Make Format and indent remove spaces from blank lines?

A bit more info. One use case is that oXygen XML Editor creates blank lines containing SPACE characters when pasting indented text. If there are blank lines, oXygen puts spaces into those lines ala auto-indent or the like. As I said, I have some REGEX that deletes the vestigial spaces. But it would ...
by RBVanDyke
Thu Feb 20, 2020 7:13 pm
Forum: Feature Request
Topic: Make Format and indent remove spaces from blank lines?
Replies: 4
Views: 2963

Re: Make Format and indent remove spaces from blank lines?

And now that I'm thinking about it, other structured text editors such as Visual Studio Code can be configured to remove spaces from blank lines when a file is Saved. I find that behavior very convenient...
by RBVanDyke
Thu Feb 20, 2020 7:05 pm
Forum: Feature Request
Topic: Make Format and indent remove spaces from blank lines?
Replies: 4
Views: 2963

Re: Make Format and indent remove spaces from blank lines?

A small addition to my original suggestion. I initially thought that auto-indent was putting SPACE characters in blank lines. That may or may not be true. The other possible culprit seems to be pasting indented text that includes blank lines(?) In any event, I periodically end up with blank lines th...
by RBVanDyke
Thu Feb 20, 2020 6:27 pm
Forum: Feature Request
Topic: Make Format and indent remove spaces from blank lines?
Replies: 4
Views: 2963

Make Format and indent remove spaces from blank lines?

For oXygen XML Editor 22. IF I use blank lines to make a topic's structure a bit easier to navigate visually, THEN auto indentation or some other tool/process sometimes puts SPACE characters into blank lines(?) The problem then becomes that IF a blank line contains spaces, THEN Preferences -> Editor...
by RBVanDyke
Thu Feb 20, 2020 2:28 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to insert a TopicID?
Replies: 2
Views: 2858

Re: How to insert a TopicID?

Thanks Radu. It was a bit un-obvious where to find it. But now that I have it works. Cheers, Riley SFO
by RBVanDyke
Wed Feb 19, 2020 9:58 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: How to insert a TopicID?
Replies: 2
Views: 2858

How to insert a TopicID?

I suspect my question has been asked and answered before but Search isn't returning a previous instance. So I'll ask (again)... In a DITA topic file, IF I want to insert a new / fresh value for the topic's ID, how (besides Quick Fix) can I do that? For example, I have an empty ID spec ala id="&...
by RBVanDyke
Mon Jan 20, 2020 7:27 pm
Forum: XML Schemas
Topic: Need help deciding between DITA and DOCBOOK
Replies: 7
Views: 6875

Re: Need help deciding between DITA and DOCBOOK

Thanks as always Radu. Riley, SFO...
by RBVanDyke
Mon Jan 20, 2020 7:23 pm
Forum: DITA (Editing and Publishing DITA Content)
Topic: Warning for keyref in ditamap?
Replies: 1
Views: 793

Warning for keyref in ditamap?

For oXygen XML Editor 21.1, dita-ot-3.4. This isn't so much a problem as it is something I'd like to understand. In the DITA-OT map file customization.ditamap oXygen XML Editor 21.1 displays a warning about the line with the keyref . <?xml version="1.0" encoding="UTF-8"?> <!DOCTY...
by RBVanDyke
Mon Jan 06, 2020 6:34 pm
Forum: Common Problems
Topic: Indent == 2 spaces, but oXygen inserts 4 spaces...
Replies: 2
Views: 1242

Re: Indent == 2 spaces, but oXygen inserts 4 spaces...

Thanks Radu.

That fixed it. Good "trick" to know...

Cheers & thanks 'gain,
Riley
SFO
by RBVanDyke
Fri Jan 03, 2020 4:10 am
Forum: Common Problems
Topic: Indent == 2 spaces, but oXygen inserts 4 spaces...
Replies: 2
Views: 1242

Indent == 2 spaces, but oXygen inserts 4 spaces...

For: oXygen XML editor 21.1, build 2019120214 OpenJDK Runtime Environment (build 1.8.0_232-8u232-b09-0ubuntu1~16.04.1-b09) Linux Mint 18.3, 32-bit I have screenshots but can't insert them into this post. In Preferences -> Editor -> Format -> Indent -> Indent size I have specified 2 . And (re-)applie...
by RBVanDyke
Thu Jan 02, 2020 12:53 am
Forum: XML Schemas
Topic: Need help deciding between DITA and DOCBOOK
Replies: 7
Views: 6875

Re: Need help deciding between DITA and DOCBOOK

What about the different DITA formatting options such as XSL-FO and CSS? I've believe I've just collided with this issue. I've been creating DocBook content as a learning exercise. It appears that getting nicely formatted and branded PDF out of DocBook requires one to go cave-diving into the XSL-FO...
by RBVanDyke
Wed Jan 01, 2020 10:55 pm
Forum: XSLT and FOP
Topic: Cannot transform DocBook topic to PDF?
Replies: 1
Views: 1407

Cannot transform DocBook topic to PDF?

------ For <oXygen/> XML Editor 21.1, build 2019120214. I receive errors when trying to generate a one-page DocBook 5.1 topic as PDF. I've only just begun exploring DocBook. So the problem may simply be my inexperience. The DocBook topic's XML validates without error Transformation Scenario == XML w...
by RBVanDyke
Sun Sep 08, 2019 4:14 am
Forum: Feature Request
Topic: Enhance REGEX find/replace to support change to/from uppercase/lowercase?
Replies: 2
Views: 2256

Re: Enhance REGEX find/replace to support change to/from uppercase/lowercase?

Actually another extremely(!) good tool for developing REGEX is regex101.com . I just used it to convert a lowercase character to uppercase. Example excerpt follows. Target text (excerpt): <td>kill REGEX (case-sensitive find): <td>([a-z]) REGEX substitution: <td>\U$1 Result: <td>Kill For information...
by RBVanDyke
Sun Sep 08, 2019 3:51 am
Forum: Feature Request
Topic: Enhance REGEX find/replace to support change to/from uppercase/lowercase?
Replies: 2
Views: 2256

Enhance REGEX find/replace to support change to/from uppercase/lowercase?

Currently running oXygen XML Editor 21.1. In oXygen, I'd like to be able to use REGEX find/replace to change case ala this example: https://stackoverflow.com/questions/20742076/regex-replace-uppercase-with-lowercase-letters I understand only a few REGEX engines support upper to lower or lower to upp...
by RBVanDyke
Sat Mar 30, 2019 12:21 am
Forum: XSLT and FOP
Topic: Getting debugging view to show context node?
Replies: 2
Views: 1731

Re: Getting debugging view to show context node?

Thanks as always, Adrian.

Good to know my question will contribute to tidying up the HELP page a bit, too.

Cheers, Riley SFO
by RBVanDyke
Fri Mar 29, 2019 2:50 am
Forum: XSLT and FOP
Topic: Getting debugging view to show context node?
Replies: 2
Views: 1731

Getting debugging view to show context node?

For oXygen 21. As part of learning XSLT I'm doing examples from a book. But oXygen XML, debug view, Nodes/Values Set panel isn't displaying the transform's context node . Here's the target XML: <?xml version="1.0" encoding="UTF-8"?> <menu> <appetizers title="Work up an Appet...
by RBVanDyke
Wed Feb 27, 2019 10:20 pm
Forum: Feature Request
Topic: Tile Editors Horizontally or Vertically: Enable to rearrange edited files (by mouse)
Replies: 5
Views: 4690

Re: Tile Editors Horizontally or Vertically: Enable to rearrange edited files (by mouse)

For oXygen XML Editor 21, Java-based Linux version. It seems that tiling editors vertically places the editing windows in the order they were opened (versus alphabetically)? Also, when I've tried drag-and-drop'ing tiled editor windows, all I've been able to achieve is UN-tiling the editors. That is,...
by RBVanDyke
Tue Feb 26, 2019 5:45 am
Forum: Other Issues
Topic: Cannot float or move the "Transformation problems" panel?
Replies: 2
Views: 1481

Cannot float or move the "Transformation problems" panel?

oXygen XML Editor 21, Java-based "other" version to enable running on Linux Mint 32-bit. When I run a transformation scenario, oXygen XML Editor 21 displays a Transformation problems panel at the right side of the program's workspace. Unlike other panels or view that I can dock in other po...
by RBVanDyke
Thu Feb 21, 2019 10:57 pm
Forum: Other Issues
Topic: Git add-on not signed?
Replies: 1
Views: 1198

Git add-on not signed?

For oXygen XML Editor 20.1, fully updated. I used the information in this page -- https://www.oxygenxml.com/doc/versions/20.1/ug-editor/topics/git-addon.html -- to install the Git add-on. So far it works nicely. BUT when I installed it, oXygen XML warned me that the add-on wasn't signed. I this morn...
by RBVanDyke
Thu Nov 15, 2018 10:07 pm
Forum: Feature Request
Topic: Add "Compiling to Sass Stylesheets" (and editor mode)?
Replies: 6
Views: 4725

Re: Add "Compiling to Sass Stylesheets" (and editor mode)?

I'll note that as of today, oXygen XML version 20.1 help still returns results for Compiling LESS Stylesheets to CSS but nothing for Sass...
by RBVanDyke
Fri Apr 13, 2018 6:45 am
Forum: SDK-API, Frameworks - Document Types
Topic: mising toolbar icon
Replies: 3
Views: 3387

Re: mising toolbar icon

Can someone please point we less sophisticated users to the information needed to "create (or copy from some place) your own icon for it and set it to the action"?

Thanks,
Riley
SFO
by RBVanDyke
Fri Apr 13, 2018 5:43 am
Forum: Other Issues
Topic: Linux 32-bit (via JRE), oXygen 20, "Show in Explorer" opens in Archive Manager
Replies: 1
Views: 1656

Linux 32-bit (via JRE), oXygen 20, "Show in Explorer" opens in Archive Manager

For oXygen XML Editor version 20, Linux Mint 32-bit, JRE version 8. (I'm loving using Linux and love being able to run oXygen XML on it.) OK, but I have one problem. In my Linux system have a physical project folder / directory. As in not aliased, not linked-to. IF in the Caja file manager I double-...
by RBVanDyke
Fri Jun 16, 2017 8:33 pm
Forum: Feature Request
Topic: Wrap/unwrap selected text in an element
Replies: 11
Views: 11622

Re: Wrap/unwrap selected text in an element

Howdy: The good news is that the CTRL+e shortcut is exactly what I'm looking for. The less good news is that it took me two days to find it. That's because I searched oXygen XML Editor (19) online help, and tried filtering Options > Preferences > Menu Shortcut Keys -- for the word wrap . Don't know ...
by RBVanDyke
Fri Oct 21, 2016 9:18 pm
Forum: Other Issues
Topic: Clicking "Add [table] Column After" can break XHTML structure
Replies: 3
Views: 2990

Re: Clicking "Add [table] Column After" can break XHTML structure

sorin_carbunaru wrote:...the problem related to the insertion of a new table column from the rightmost existing one in XHTML has been fixed in the newly released oXygen 18.1.
Yep -- just verified that it now works as expected.

Cheers & thanks,
Riley
SFO
by RBVanDyke
Wed Jun 01, 2016 12:48 am
Forum: Feature Request
Topic: Add "Compiling to Sass Stylesheets" (and editor mode)?
Replies: 6
Views: 4725

Add "Compiling to Sass Stylesheets" (and editor mode)?

For oXygen XML Editor 18. Per my experiments and the oXygen XML 18 online help topic Compiling LESS Stylesheets to CSS , oXygen XML 18 supports LESS compilation. Yay! Q: Is there any chance of getting Sass added to the list of supported editor modes AND CSS preprocessors? Q: Might a version 18 user ...
by RBVanDyke
Tue May 24, 2016 12:03 am
Forum: Feature Request
Topic: Open With -> External Tool -> [tool spec]?
Replies: 3
Views: 2742

Re: Open With -> External Tool -> [tool spec]?

So basically what you want would be that in the Project view, when you right click to have a submenu with all already defined external tools. After you invoke one of them the editor variables like cfd, cfdu, cf.... should be expanded based on the current project selected file and not on the current...
by RBVanDyke
Sat May 21, 2016 1:35 am
Forum: Feature Request
Topic: Open With -> External Tool -> [tool spec]?
Replies: 3
Views: 2742

Open With -> External Tool -> [tool spec]?

Currently using oXygen XML Editor 18 (great product). Would it make sense to add the ability to more easily open a particular file in a previously defined External Tool ? To give but one example, I have a couple of different Web browser profiles that I use to verify the appearance and operation of X...
by RBVanDyke
Thu May 19, 2016 6:50 pm
Forum: Other Issues
Topic: XHTML Author mode and SVG images display?
Replies: 2
Views: 5312

Re: XHTML Author mode and SVG images display?

Radu:

Thanks! As always, great answer, very helpful...

Cheers & thanks 'gain,
Riley
by RBVanDyke
Wed May 18, 2016 9:37 pm
Forum: Other Issues
Topic: XHTML Author mode and SVG images display?
Replies: 2
Views: 5312

XHTML Author mode and SVG images display?

For oXygen XML Editor, version 18. Should I expect oXygen XML Editor 18 to properly display SVG images when working in Author mode? I'm using oXygen to edit an XHTML 1.1 page that both the W3C validator and oXygen 18 validate without errors. (oXygen is, by the way, overall a very nice XHTML and CSS ...