Re: Code Formatting/Highlights for GWT Group Postings?

2016-11-06 Thread Joe Corneli
Thanks Jens and Joseph -- useful tips! I wanted to add: "Markdown Here" is also available for Firefox: https://addons.mozilla.org/en-GB/firefox/addon/markdown-here/ -- You received this message because you are subscribed to the Google Groups "GWT Users" group. To unsubscribe from this group and

Re: Code Formatting/Highlights for GWT Group Postings?

2012-07-19 Thread Joseph Lust
I think my daily visits to GitHub just dropped 90%. Thanks! > > Joe -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-web-toolkit/-/dEalpSFWlkwJ. To post to th

Re: Code Formatting/Highlights for GWT Group Postings?

2012-07-19 Thread Jens
Huu...just found "Markdown Here" @ https://chrome.google.com/webstore/detail/elifhakcjgalahccnjkneoccemfahfoa After you have installed it you can write Github-flavoured Markdown into any Textarea ( = Google Groups, Gmail, ...) and then right click into the TextArea and choose "Markdown Toggl

Re: Code Formatting/Highlights for GWT Group Postings?

2012-06-17 Thread Brandon Donnelson
Nice work. One other way to format in github sntax with out enclosing follow with two spaces+ and then triple tick. ```java public void static main(String[] args) {}.. By the way, this might interest you too > http://c.dart-examples.com/reference/gadgets I've created a Google Gadget for gists.

Re: Code Formatting/Highlights for GWT Group Postings?

2012-06-17 Thread Joseph Lust
After using a comment panel in Brian's GoogleGroups for a while to format my posts, and spamming Brian, I've discovered and easier way to format you code for presenting to the GWT posse. 1. Open up any posting/issue/wiki page in GitHub, like this one

Re: Code Formatting/Highlights for GWT Group Postings?

2012-05-10 Thread Brandon Donnelson
I agree with you, I'd love to see some function like that. I like the code tag. What I find works best is using Google Code to render the code in html then I copy and paste it here. I've also done this from google sites, but I like they grey background and code style better when its copied from Go

Re: Code Formatting/Highlights for GWT Group Postings?

2012-05-10 Thread Joseph Lust
Why yes Brandon, That is exactly what I fancy. I was hoping that given the heavy usage of GoogleCode, they'd add a tag to their editor here, but alas, no such luck. What is your formatter of choice that works well with these forums? Sincerely, Joseph -- You received this message because you

Re: Code Formatting/Highlights for GWT Group Postings?

2012-05-08 Thread Brandon Donnelson
Do you mean like this below? public class DatePickerEnhanced extends DatePicker { public static DatePickerEnhanced newInstance() { DefaultMonthSelector monthSelector = new DefaultMonthSelector(); CalendarView view = new DefaultCalendarView(); CalendarModel model = new

Code Formatting/Highlights for GWT Group Postings?

2012-05-03 Thread Joseph Lust
I've seen a few examples of contextually formatted and highlighted code submitted for questions/responses. I was curious how one achieves this in Google Groups as I've seen no facilities for it. Thx. Sincerely, Joseph -- You received this message because you are subscribed to the Google Group