2011/1/23 Olek <aleksander.nas...@gmail.com>: > Pros: > 1. Yes, it uses Swing. I have even stared writting it in Clojure, but > startup time was too long, not acceptable for lightweight text editor. > 2. Yes, it is. I've carefully studied Mac's TextEdit, NetBeans and > Eclipse and merged theirs ideas. > > Cons: > 1. Yeah, I haven't implemented highligting yet. The cost (time and > work) of implementation would be higher than profits I would get. For > me more important were brackets matching and highlighting occurences > of selected word.
In Fiji's script editor, we use RSyntaxTextArea (an extended JTextArea) with an extended TokenMaker to support clojure. Basically, all the hard work is already done by RSyntaxTextArea from the rsyntaxtextarea.jar library. Comes with parenthesis matching, labeling of white space, etc. Albert -- http://albert.rierol.net -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en