Copy link to clipboard
Copied
Why is it this forum allows users to insert Java, SQL, HTML and Plain - but no Actionscript?
Copy link to clipboard
Copied
is that a request for an inclusion of filetype to the list?
in the mean time, you could save it in a text file and attach it...
Copy link to clipboard
Copied
Do NOT attach it unless you want it to end up in the virus-checking queue for an indefinite period.
Just use the PLAIN option until they add other syntax highlighting choices. AS is not the only one missing.
BTW, they are researching the option to add more types:
What are some updates as to what is happening in the new forums?
As an alternative, you can actually get away with using the camera icon. It creates a broken link icon in Safari, but users can still click the link.
But do not use the Attach Files feature until they get the queue running faster.
Copy link to clipboard
Copied
I believe that the Camera Icon/image upload was fixed to only allow image files (JPG, PNG, GIF).
Right now, the options in the >> list are what Jive offers.
John
Copy link to clipboard
Copied
adobe-admin wrote:
I believe that the Camera Icon/image upload was fixed to only allow image files (JPG, PNG, GIF).
That's reasonable 🙂
I forgot to mention to the OP that the >> Insert does not always get along well with tabs. Or maybe it is only code that has tabs and spaces in the indents. Best to convert all tabs to spaces prior to pasting. I'll try to repro here, but no guarantees.
on pseudoLingo
put "single tab"
if (two_tabs) then
put "two tabs"
end if
end
on pseudoLingo
put "single tab and a space"
if (two_tabs) then
put "two tabs and two spaces"
end if
end
on pseudoLingo
put "spaces"
if (two_tabs) then
put "two spaces"
end if
end
Oh, yea. TinyMCE seems to default to 5 spaces per tab.
Copy link to clipboard
Copied
Either they fixed the problem I (neglected to) mention, or I simply don't have an editor that does it.
What I have seen is the insertion of the HTML non-breaking space in some people's code - but broken apart with a space. ie: $ nbsp; $nb sp; $nbs p;
Copy link to clipboard
Copied
why on some questions, is the camera feature (insert image) unavailble?
Copy link to clipboard
Copied
Where? Haven't seen that.
Copy link to clipboard
Copied
The only place I've noticed the ghosted camera is in the test forum.
http://forums.adobe.com/community/general/forum_comments/testing
(I'm not in a Web browser to confirm that right now, though.)
Copy link to clipboard
Copied
???
import working.forum;public class AdobeForum {
public AdobeForum() {
webX();
}
}
Heh.
Syntax highlighting isn't working anyway.
If it were, you could use the Java syntax highlighting to probably get pretty close to ActionScript. But yes, Jive sucks, etc etc.
Edit: Oh, okay I guess it is..but it doesn't work in the lame a$$ text box "preview"!!! How worthless.