Hi, Normally the setup a?b:c works in FM. But when I type {a?b:c; return true;} I get an error message. Is the short version of the if-then-else syntax (?:)...
... As far as I know, the (?:) syntax will only work in pure FM / Filter Factory code. And even if there are cases where it will work in C, it's probably best...
Hi Kohan, Yes, I guess I'm always mixing up those two languages. I prefer to use FM just as a basic platform for creating 8bf's and use the original flexible...
... As far as I know, the (?:) syntax will only work in pure FM / Filter Factory code. And even if there are cases where it will work in C, it's probably best...
Roberto, TextPad ($30 US) and Crimson (freeware) are both excellent editors for code development. This forum in the past has published FM syntax files for...
Hi Jim, Yes, this is all I need for the given example but of course I gave a clear and brief example that didn't work. The actual if-then-else where I got the...
Hi Bill, Hmm, yes, maybe I should switch to an other text editor for that purpose with already available FM syntax highlighting. Actually I always thought of...
... If you're still having problems with lcc-win32, another option might be to try Microsoft's free compiler, Visual C++ Express. You can download it from...
Hi, Does anyone know if any syntax highlighter for either Crimson Or TextPad is available? I can't find it on the respective websites nor in the respective...
Hi Roberto, I've just uploaded a syntax highlighter for Crimson to the files area; this file has been around for quite a while on my own site, but I never got...
... With TextPad at least, there is syntax highlighting for a few languages. Out of the box, there's support for C/C++, Java and HTML. The FM syntax...
Hi Kohan, I just saw on FMML yahoogroups\files a download is available: FfpSyn_v1.6.zip TextPad syntax definitions for fpp (Filtermeister Version 0.4.19);...
Hi Pete, Thanks for uploading! What's your website, by the way? I didn't see anything mentioned in e.g. your yg FMML profile. Roberto ... From: Pete Bailey To:...
Hi Roberto, The site's at www.xero-graphics.co.uk ; enjoy! Pete ... Hi Roberto, The site's at www.xero-graphics.co.uk ; enjoy! Pete Roberto Muscia wrote: Hi...
Hi Pete, Just checked screenshots of Crimson, TextPad, UltraEdit and SCIte Looks as if Crimson and Scite both use four colors for syntax highlighting; more...
Oh, is that coming from you! ??? Actually I have quite a bunch of your plugins installed over here ;-P I'm not the kind of any-plugin-collector guy but for...
Roberto, Usually the number of colors is controlled by the syntax file. I believe that TextPad can use at least seven different colors. In practice, four are...
Hi, I'm surprised no one mentioned the editor notepad++. It's the best free solution in my opinion. http://notepad-plus.sourceforge.net It has "code folding"...
Hi Roberto, Thanks! For the record, I think Crimson can use lots more colours if you want it to - if you take a look at the ffp.key file, you'll see that there...
Kohan, Please do upload the updated one, I use TextPad a lot. As a side note I program for a living in C/C++, I always like to add the following: Red =...
... A pure C syntax highlighter wouldn't recognize those functions, but an up-to-date syntax definition for FilterMeister (FFP) will include those functions....
Hi Mehdi, I was going to say the same. I started making a syntax highlighting file for FM, and I daresay it covers the most common commands. It can also be...
Just a few remarks on the notepad++ highlighting: 1) I downloaded and tested the current version (4.2.2) and it seems the User Define Dialog is much more...
Seems like np++ has a lot of caveats. Makes me think that TextPad and Crimson are superior, since they both do 4) below, and they don't have the problems of...
Hi Alois, good to know what is realizable in FM and what not. In this case I found another solution - not so smart, but better usable (I store the data in a...
Hi Pete, I downloaded and installed the Crimson text editor. Seems it's a convenient editor, allright! Thanks for mentioning it :-P I also downloaded your...
Hi Roberto, It's a long time since I did this, and I seem to remember that I had difficulty figuring out how to make it work. What you need to do (if I ...