From f0fc8d158d60822d265457c612e99710fa4c63e7 Mon Sep 17 00:00:00 2001 From: bremner Date: Sun, 26 Oct 2008 20:18:36 -0400 Subject: --- doc/todo/syntax_highlighting/discussion.mdwn | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 doc/todo/syntax_highlighting/discussion.mdwn (limited to 'doc/todo/syntax_highlighting/discussion.mdwn') diff --git a/doc/todo/syntax_highlighting/discussion.mdwn b/doc/todo/syntax_highlighting/discussion.mdwn new file mode 100644 index 000000000..e6a73ba26 --- /dev/null +++ b/doc/todo/syntax_highlighting/discussion.mdwn @@ -0,0 +1,3 @@ +sourcehighlight is annoyingly slow, but it does support wiki directives +in comments. See [here](http://www.cs.unb.ca/~bremner/teaching/java_examples/snippet/ListMerge/) +for an example (tags). -- cgit v1.2.3 From 5e9f24bebc6e1568905b0cd1963f67c5be607729 Mon Sep 17 00:00:00 2001 From: Jason Blevins Date: Mon, 27 Oct 2008 01:03:37 -0400 Subject: Thoughts --- doc/todo/syntax_highlighting/discussion.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/todo/syntax_highlighting/discussion.mdwn') diff --git a/doc/todo/syntax_highlighting/discussion.mdwn b/doc/todo/syntax_highlighting/discussion.mdwn index e6a73ba26..adae9c1fb 100644 --- a/doc/todo/syntax_highlighting/discussion.mdwn +++ b/doc/todo/syntax_highlighting/discussion.mdwn @@ -1,3 +1,12 @@ sourcehighlight is annoyingly slow, but it does support wiki directives in comments. See [here](http://www.cs.unb.ca/~bremner/teaching/java_examples/snippet/ListMerge/) for an example (tags). + +* * * * * + +I think having the option to choose source code page types from the +dropdown list is definitely a feature. This gives users an easy way +to contribute programs (say `.pl` files) or code snippets (like, for +example, the Elisp area of the EmacsWiki). Actually, would there any +other way to create a `.pl` file without write access to the +repository? --[[JasonBlevins]] -- cgit v1.2.3 From 9fb259af50b4b7ed27610902b15d5a16a47988ef Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 27 Oct 2008 14:47:42 -0400 Subject: responses --- doc/todo/syntax_highlighting/discussion.mdwn | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc/todo/syntax_highlighting/discussion.mdwn') diff --git a/doc/todo/syntax_highlighting/discussion.mdwn b/doc/todo/syntax_highlighting/discussion.mdwn index adae9c1fb..76f92aacc 100644 --- a/doc/todo/syntax_highlighting/discussion.mdwn +++ b/doc/todo/syntax_highlighting/discussion.mdwn @@ -2,6 +2,10 @@ sourcehighlight is annoyingly slow, but it does support wiki directives in comments. See [here](http://www.cs.unb.ca/~bremner/teaching/java_examples/snippet/ListMerge/) for an example (tags). +> I think that is just a result of it expanding directives, and wikilinks, +> everywhere in the file, which is generally a possible problem.. +> --[[Joey]] + * * * * * I think having the option to choose source code page types from the @@ -10,3 +14,8 @@ to contribute programs (say `.pl` files) or code snippets (like, for example, the Elisp area of the EmacsWiki). Actually, would there any other way to create a `.pl` file without write access to the repository? --[[JasonBlevins]] + +> Well, you can upload them as an attachment if the wiki is configured to +> allow it. Having them in the drop down becomes a problem when there are +> so many wacky extensions in there that you can't find anything. +> --[[Joey]] -- cgit v1.2.3 From 2ff8ffcc56fe5b0f45d841abae224fdea4f70e9e Mon Sep 17 00:00:00 2001 From: "http://www.cse.unsw.edu.au/~willu/" Date: Mon, 27 Oct 2008 18:45:22 -0400 Subject: Note sourcecode plugin doesn't pollute drop-down menu --- doc/todo/syntax_highlighting/discussion.mdwn | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/todo/syntax_highlighting/discussion.mdwn') diff --git a/doc/todo/syntax_highlighting/discussion.mdwn b/doc/todo/syntax_highlighting/discussion.mdwn index 76f92aacc..7a4095c65 100644 --- a/doc/todo/syntax_highlighting/discussion.mdwn +++ b/doc/todo/syntax_highlighting/discussion.mdwn @@ -19,3 +19,8 @@ repository? --[[JasonBlevins]] > allow it. Having them in the drop down becomes a problem when there are > so many wacky extensions in there that you can't find anything. > --[[Joey]] + +>> I should just note that the +>> [[sourcecode|todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion]] +>> plugin only adds the file extensions listed in the config. This shouldn't cause +>> massive drop-down menu pollution. -- [[Will]] -- cgit v1.2.3