Posted in | Posted on 07-11-2007 | 6,263 views
Mark Drew has released the code for SnipEx. This allows anyone to setup a Snippets server for Eclipse. How is this useful? You can now browse the entire CFLib library directly from Eclipse. No more need to ignore my annoying ads. Just add:
http://www.cflib.org/snipex/snipex.cfc
As a SnipEx server. I noticed that the node shows up blank, but when you expand it, you will see all the CFEclipse Libraries and UDFs. You can then click for a description or double click to insert a UDF. How freaking cool is that?
I'm going to be doing a bit of work on the XML when I can. I noticed the libraries are not sorted so I'll try to fix that.



You say,"Just add: http://www.cflib.org/snipex/snipex.cfc", but you don't say where to add it.
http://trac.cfeclipse.org/cfeclipse/wiki/SnipEx
Cheers!
(snipex createdAt="" id="" name="CFLib" updatedAt="")
Or maybe it's a Mac thing? I'm on WinXP?
I noticed it doesn't show up in this screenshot on Mark Drew's site:
http://www.markdrew.co.uk/blog/enclosures/snipex_5...
CFEclipse 1.3.1.5 and eclipse 3.3 getting a Null argument error.
Is that the way it's supposed to be?
Blame the darn XMLFormat bug. There is a "high" character that is being ignored by XMLFormat, and therefore breaking the XML. This is one bug that didn't get fixed in CF8 that I really wished they would have fixed. :(
http://www.cflib.org/snipex/snipex.cfc?libid=5
Just wanted to bring it your your attention if you were not aware ;). Also thanks for making this available.
http://www.cflib.org/snipex/snipex.cfc
Datasource cflib could not be found.
Resources:
* Enable Robust Exception Information to provide greater detail about the source of errors. In the Administrator, click Debugging & Logging > Debug Output Settings, and select the Robust Exception Information option.
* Check the ColdFusion documentation to verify that you are using the correct syntax.
* Search the Knowledge Base to find a solution to your problem.
Browser Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.7) Gecko/2009030422 Ubuntu/8.10 (intrepid) Firefox/3.0.7
Remote Address 130.71.136.59
Referrer http://www.coldfusionjedi.com/index.cfm/2007/7/11/...
Date/Time 20-Mar-09 02:53 PM
This is fabulous but I can't get the UtilityLib to load anything after the Magic8Ball. I cleared my SnipEx cache and reloaded the SnipEx code and still no luck.
http://cflibextension.riaforge.org/
Would love to use ColdFusion Builder but I can't seem to get it to wrap source code. I don't like horizontal scrolling when I code and some code can't be broken across several lines manually.
Here ya go: http://www.terrenceryan.com/blog/index.cfm/2009/7/...
Error Occurred While Processing Request
Invalid CFML construct found on line 160 at column 25.
ColdFusion was looking at the following text:
for
The CFML compiler was processing:
A script statement beginning with for on line 160, column 25.
A script statement beginning with { on line 157, column 65.
A script statement beginning with for on line 157, column 17.
A script statement beginning with public on line 147, column 9.
The error occurred in C:\ColdFusion9\wwwroot\CFLib Browser\handlers\components\builderHelper.cfc: line 160
158 : var fieldOb = tableOb.field[x];
159 : var field = {};
160 : for(var key in fieldOb.xmlAttributes) {
161 : field[key] = fieldOb.xmlAttributes[key];
162 : }
[Add Comment] [Subscribe to Comments]