|
From: SourceForge.net <no...@so...> - 2010-05-25 18:27:18
|
Patches item #1991306, was opened at 2008-06-11 14:26 Message generated for change (Settings changed) made by ezust You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1991306&group_id=588 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: texteditor Group: None >Status: Closed Resolution: None Priority: 5 Private: No Submitted By: Kevin Hunter (hunteke) >Assigned to: Alan Ezust (ezust) Summary: URL syntax highlighting Initial Comment: I don't know if it would be helpful for folks, but I ended up writing this URL mode for jEdit. It's not perfect (noted some things I haven't yet figured out how to do in-file), but it's working well for me. It's nice for me mainly for modifying other mode files to outsource urls to this file. (like the DOT mode file I just submitted.) Relevant catalog entry: <MODE NAME='url' FILE='url.xml' FILE_NAME_GLOB='*.url' /> ---------------------------------------------------------------------- >Comment By: Alan Ezust (ezust) Date: 2010-05-25 11:27 Message: committed 17883. ---------------------------------------------------------------------- Comment By: Kevin Hunter (hunteke) Date: 2009-02-11 04:28 Message: Just kidding. Alan already did what I was going to do (and added an escape). Short of knowing what mode file with which your working, I don't know what's up. Works for me ... ---------------------------------------------------------------------- Comment By: Kevin Hunter (hunteke) Date: 2009-02-11 03:53 Message: Alright, took a quick gander. I've fixed the reference from DOT files, so it should work for them. I'll post an update for the dot.xml file shortly. However, for the example you gave, I don't know why it's not working. I suspect that the mode for the text you were editing did not properly DELEGATE to the url mode. Note that in the dot.xml mode file, the url DELEGATE delineates itself with URL=" and ends with ". ---------------------------------------------------------------------- Comment By: Kevin Hunter (hunteke) Date: 2009-02-11 03:26 Message: Hmm, you're right. It's been since Jul 2008 that I was using DOT files heavily and for which this mode was helping. I haven't changed much, so I wonder if the syntax subsystem got tweaked since then. It *did* work once upon a time. If I get some free time later this week ... ---------------------------------------------------------------------- Comment By: Matthieu Casanova (kpouer) Date: 2009-02-11 01:16 Message: Hi, I tried your patch but it doesn't highlight the url file as expected. Here is an example from my Internet explorer : [DEFAULT] BASEURL=http://www.google.fr/ [InternetShortcut] URL=http://www.google.fr/ Modified=00558C4D298CC901AD ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=300588&aid=1991306&group_id=588 |