Search the web
Sign In
New User? Sign Up
FMML · FilterMeister plug-in discussion group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 6755 - 6784 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
6755
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 (?:)...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
2:11 pm
6756
... 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...
Kohan Ikin
syneryder
Offline Send Email
Sep 2, 2007
3:02 pm
6757
Hi Roberto, The RGB handler does not use those braces. It does not use return true. And it does not end each line with a semi-colon. R: ctl(3)>0?...
Jim Clatfelter
jimclatfelter
Offline Send Email
Sep 2, 2007
3:16 pm
6758
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
4:53 pm
6759
... 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...
Martijn van der Lee
mwvdlee
Offline Send Email
Sep 2, 2007
5:05 pm
6760
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...
Bill MacBeth
macbethbill
Offline Send Email
Sep 2, 2007
5:26 pm
6761
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
5:36 pm
6762
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
5:57 pm
6763
... 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...
Kohan Ikin
syneryder
Offline Send Email
Sep 2, 2007
6:01 pm
6764
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
7:04 pm
6765
You can find the syntax highlighting files here - they're not part of the default installation package for those programs: ...
Kohan Ikin
syneryder
Offline Send Email
Sep 2, 2007
7:21 pm
6766
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...
Pete Bailey
xerographics...
Offline Send Email
Sep 2, 2007
7:24 pm
6767
... 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...
Kohan Ikin
syneryder
Offline Send Email
Sep 2, 2007
7:26 pm
6768
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);...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
8:56 pm
6769
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:...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
9:01 pm
6770
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...
Pete Bailey
xerographics...
Offline Send Email
Sep 2, 2007
9:21 pm
6771
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
9:23 pm
6772
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 Muscia
roberto_muscia
Offline Send Email
Sep 2, 2007
9:33 pm
6773
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...
Bill MacBeth
macbethbill
Offline Send Email
Sep 2, 2007
9:53 pm
6774
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"...
extrabigmehdi
Offline Send Email
Sep 2, 2007
10:38 pm
6775
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...
Pete Bailey
xerographics...
Offline Send Email
Sep 2, 2007
10:52 pm
6776
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 =...
Eric von Bayer
eric_bayer
Offline Send Email
Sep 3, 2007
3:33 am
6777
... A pure C syntax highlighter wouldn't recognize those functions, but an up-to-date syntax definition for FilterMeister (FFP) will include those functions....
Kohan Ikin
syneryder
Offline Send Email
Sep 3, 2007
3:53 am
6778
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...
jazzscriveyn
Offline Send Email
Sep 3, 2007
11:13 am
6779
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...
jazzscriveyn
Offline Send Email
Sep 3, 2007
12:45 pm
6780
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...
Bill MacBeth
macbethbill
Offline Send Email
Sep 3, 2007
4:55 pm
6781
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...
simpelfilter
Offline Send Email
Sep 3, 2007
11:00 pm
6782
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...
Roberto Muscia
roberto_muscia
Offline Send Email
Sep 4, 2007
4:56 pm
6783
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 ...
Pete Bailey
xerographics...
Offline Send Email
Sep 4, 2007
10:20 pm
6784
Hi, how can I get the paths of the Windows User Shell Folders with FM? All these paths are stored in the registry at ...
simpelfilter
Offline Send Email
Sep 5, 2007
8:14 pm
Messages 6755 - 6784 of 9969   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help