Ok I figured out what's going wrong. The commas are messing things up because notepad++ treets it as part of the expression.Cool story bro...
What exactly is your question? There are lots and lots of forum threads, web pages, blogs, and tutorials on user defined languages in notepad++ available via google:
www.google.com/search?q=notepad%2B%2B+user+defined+language
mov r0, r1
Instead of Notepad++, try this superior, excellent app for your syntax highlighting:
Arachnophilia
It's better.
Except that it's also Java and ugly as hell. And the webpage doesn't even say if it does ARM ASM syntax highlighting out of the box so if he's going to have to write a highlighting "theme" for it why not stick with Notepad++ or something that really is better like gvim?
Except that it's also Java <cut>
I don't undertand what you mean by that. Please explain.
Do you think a Java layer between the OS and the app is a bad thing?
If so, why?
My experience with Java applications is that they perform sluggishly and have ugly UIs that don't adhere to the conventions of any of the OSes the programs run on.
My experience with Java applications is that they <cut> don't adhere to the conventions of any of the OSes the programs run on.
But what you're complaining about is the very point and strength of Java, independence from the idiosyncrasies of some particular os, so the app that sits atop Java is freely portable across various os's.
That's its strength, not a weakness.
But what you're complaining about is the very point and strength of Java, independence from the idiosyncrasies of some particular os, so the app that sits atop Java is freely portable across various os's.
That's its strength, not a weakness.
I use jedit as I prefer the interface over notepad++. It does assembly ARM syntax highlighting, but I usually use it for SQL, ASP, javascript and html coding. I love it because I can write a sql proc and with a few mouse gestures I can install the proc on a test server, grant execute, test it, then install it on production, all without leaving jedit.
Plus, it has a soduku plugin that comes in useful when code is compiling.
I used jedit for awhile. Definitely one of the better Java editors, but even so it still has a strange UI, or did at the time. I also found it fairly pokey, but again this was a few years ago.
But what you're complaining about is the very point and strength of Java, independence from the idiosyncrasies of some particular os, so the app that sits atop Java is freely portable across various os's.
That's its strength, not a weakness.
Not really when you consider there are a thousand different ways to get the same benefits while not feeling slow or looking like crap. Want to escape OS idiosyncrasies? There are TONS of cross-platform libraries for languages like C and C++.
Java isn't a bad language, and I'm sure that it can be used to make tools that don't look/feel like crap (freemind comes to mind when I think of a well written java app) the problem is that java has a lot of crappy developers who use it as their language of choice. These crap developers would write crap in whatever language they got their hands on.