digitalmars.D.ide - any IDE using D's HTML capabilities
- qwerty (2/2) Mar 18 2010 Sometimes a picture is that much clearer an explanation than plain text ...
- Ary Borenszweig (2/4) Mar 18 2010 Descent has a ddoc view. Is that something like what you are looking for...
- qwerty (4/9) Mar 18 2010 Not sure, I think not, but when I tried to change the view to ddoc I got...
- qwerty (3/5) Mar 18 2010 That means,, in normal view, you see the images, tables and other html e...
- Ary Borenszweig (2/8) Mar 18 2010 Ah, you can get that by hovering the function name (or name reference).
- qwerty (2/3) Mar 18 2010 I was thinking about inline;) but nice anyways. How do I add an image?
- Ary Borenszweig (5/10) Mar 18 2010 If it's inline how do you edit it? Like a wysiwyg editor for each ddoc
- qwerty (5/17) Mar 18 2010 You would edit it in the html edit mode or right click on the element(su...
- Ary Borenszweig (3/21) Mar 18 2010 In the source code. I think you can type (in a ddoc region) $ and it
- qwerty (4/7) Mar 18 2010 Just generated my first ddoc! :D
Sometimes a picture is that much clearer an explanation than plain text and with D's html capabilities it should be possible to, transparent to the user, add a picture or table in between code. Any IDE exploring such actions?
Mar 18 2010
qwerty wrote:Sometimes a picture is that much clearer an explanation than plain text and with D's html capabilities it should be possible to, transparent to the user, add a picture or table in between code. Any IDE exploring such actions?Descent has a ddoc view. Is that something like what you are looking for?
Mar 18 2010
Ary Borenszweig Wrote:qwerty wrote:Not sure, I think not, but when I tried to change the view to ddoc I got this: Could not create the view: org.eclipse.swt.browser.Browser.setJavascriptEnabled(Z)V I was thinking along the lines of insert-html/picture/table and edit-html/image/table and a html view which shows the code+html.Sometimes a picture is that much clearer an explanation than plain text and with D's html capabilities it should be possible to, transparent to the user, add a picture or table in between code. Any IDE exploring such actions?Descent has a ddoc view. Is that something like what you are looking for?
Mar 18 2010
qwerty Wrote:I was thinking along the lines of insert-html/picture/table and edit-html/image/table and a html view which shows the code+html.That means,, in normal view, you see the images, tables and other html elements. eg. an image above a function explaining the function visually.
Mar 18 2010
qwerty wrote:qwerty Wrote:Ah, you can get that by hovering the function name (or name reference).I was thinking along the lines of insert-html/picture/table and edit-html/image/table and a html view which shows the code+html.That means,, in normal view, you see the images, tables and other html elements. eg. an image above a function explaining the function visually.
Mar 18 2010
Ary Borenszweig Wrote:Ah, you can get that by hovering the function name (or name reference).I was thinking about inline;) but nice anyways. How do I add an image?
Mar 18 2010
qwerty wrote:Ary Borenszweig Wrote:If it's inline how do you edit it? Like a wysiwyg editor for each ddoc comment you have in your source code? Seems a little heavy. I guess you can put an image using an img html tag, not sure if that will work though.Ah, you can get that by hovering the function name (or name reference).I was thinking about inline;) but nice anyways. How do I add an image?
Mar 18 2010
Ary Borenszweig Wrote:qwerty wrote:You would edit it in the html edit mode or right click on the element(sugar) I know nothing about ddoc and thus was only thinking about adding html elements and enveloping the code within code tags. Maybe some eclipse macros could make what you mention less heavy?Ary Borenszweig Wrote:If it's inline how do you edit it? Like a wysiwyg editor for each ddoc comment you have in your source code? Seems a little heavy.Ah, you can get that by hovering the function name (or name reference).I was thinking about inline;) but nice anyways. How do I add an image?I guess you can put an image using an img html tag, not sure if that will work though.Where?
Mar 18 2010
qwerty wrote:Ary Borenszweig Wrote:In the source code. I think you can type (in a ddoc region) $ and it will bring the list of macros. Probably there's on named I for images.qwerty wrote:You would edit it in the html edit mode or right click on the element(sugar) I know nothing about ddoc and thus was only thinking about adding html elements and enveloping the code within code tags. Maybe some eclipse macros could make what you mention less heavy?Ary Borenszweig Wrote:If it's inline how do you edit it? Like a wysiwyg editor for each ddoc comment you have in your source code? Seems a little heavy.Ah, you can get that by hovering the function name (or name reference).I was thinking about inline;) but nice anyways. How do I add an image?I guess you can put an image using an img html tag, not sure if that will work though.Where?
Mar 18 2010
Ary Borenszweig Wrote:In the source code. I think you can type (in a ddoc region) $ and it will bring the list of macros. Probably there's on named I for images.Just generated my first ddoc! :D I is italic, me thinks. But this isn't really what I meant, ddoc is not really for the programming while programming. The images I meant were more like comments, for me as the programmer of that code.
Mar 18 2010