Tagged Questions

1
vote
1answer
44 views

Is there a Bugmonkey script to copy code from a code snippet?

Is there a way with bugmonkey to add a copy button to the top right of every code snippet that will copy the code without the line numbers?
1
vote
1answer
56 views

Vertical Scroll Bars In Code Snippets

I'm using BugzScout for automated error reporting from our website, and populating the extra field with a lot of the defined error fields. Some of these can take up a lot of vertic …
2
votes
3answers
106 views

Code Snippet: Specify language?

Is there any way to explicitly tell the code snippet what language the code is in? It doesn't seem to correctly auto-identify SQL, resulting in some very odd syntax highlighting. I …
1
vote
2answers
69 views

Code Snippets for all users

I love the Code Snippets plugin and use it a lot. Of course it has its issues. But the main thing I would like to see is: enable it for all users, even those not logged in. So tha …
8
votes
2answers
249 views

Code Snippets plugin improvements

There is a new "Code Snippets" plugin for FogBugz 8. Is there any way to customize the CSS style of text it produces? Any way to disable the horizontal separetion lines it produc …
5
votes
1answer
270 views

Can I have collapsible code blocks?

Case with large blocks of code can be too long to read comfortably. Then it would be nice to be able to 'collapse' the code block. Is that possible?
1
vote
1answer
387 views

Syntax Highlighting support for code snippets

Hello, I had the pleasure of attending the FogBugz and Kiln World tour in Israel, and I asked Joel a question regarding syntax highlighting support, unfortunately I didn't quite h …
11
votes
1answer
346 views

Wiki. Inline code blocks.

Hi, is it possible to add the ability to place code blocks inline in wiki pages, without inserting "code snippet"? The reason is it would be much more convenient to edit code righ …
0
votes
1answer
150 views

Code Snippet plugin does not like TABs

Today I noticed that the (otherwise wonderful) Code Snippet plugin doesn't handle TAB characters as I think it should: This is three TAB separated text columns. I used Chrome. …
0
votes
0answers
21 views

Add explicit language support to code snippets

Apparently, there's no official way to tell a code snippet what language it's in. Although with Michel and Ben's pointers I've hacked together a script to do it, this is a basic fe …
1
vote
1answer
72 views

Is it possible to add a new programming language syntax highlighting into the code snippet widget in wiki?

Hello. We are using FB OnDemand. Our company is programming a russian ERP system which has its own programming language. Is it somehow possible that the syntax of this language is …
0
votes
1answer
276 views

Can “Code Snippets” plugin recognize <code> as well as [code]?

Hi, With FB 7.x, I wrote a BugMonkey script that converts a bugevent (case entry) strings in between <code> </code> to a monospace font - and remove the <code> & …
2
votes
1answer
202 views

Edited “Code Snippet” in Wiki isn’t being saved

I edited a code snippet in a Wiki article and saved it, but when I went to view it, the contents of the code snippet were unchanged. My Machine Windows 7 x64 Google Chrome 7.0.5 …
1
vote
0answers
124 views

Selection to snippet replacement text [closed]

I have this snippet with replacement text: [code] [[text]] [/code] I often have some text in the edit box to wrap [code] around. Currently, I have to insert the snippet (which s …