[cfaussie] Re: CFbuilder2 thoughts?

2011-06-28 Thread Gavin Baumanis
>From Mike Henkes blog; http://www.henke.ws/post.cfm/Turbo-charging-Eclipse I got the following eclipse.ini settings, which makes my IDE significantly more responsive than the default settings. -nosplash -vmargs -XX:+AggressiveHeap -XX:+AggressiveOpts -XX:+UseParallelOldGC -XX:ParallelGCThreads=

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread Andrew Myers
I'm running it without issue on Win 7 Professional 64bit. One thing I did run into was having to run it as the administrator to install plugins. Have you tried running it as administrator just to be sure? Also have you tried launching it from the command line? Does it give any useful output?

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread ColdGen Internet Solutions
Nothing - don't even get that far. Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620 AUSTRALIA Tel: +61-2-6284-2727 Mob: +61-2-0457-449-016 Email

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread Mark Mandel
How big is the file you are editing? Mark On Wed, Jun 29, 2011 at 3:45 PM, Zac Spitzer wrote: > Hi Mark, > > my desktop is beefy enough, it's a quad core 2.67ghz i5 with > 4gb running on win7 64-bit > > jvm settings I changed are > > -Xmx1024m > -Xms256m > -XX:MaxPermSize=512m > > it runs with

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread ColdGen Internet Solutions
Doesn't work at all for me. Loads up and then just crashes. Windows 7 Ultimate 64-bit - 8Gb RAM. Peter Tilbrook Managing Director, ColdGen Internet Solutions Professional Adobe ColdFusion 9 Application Development President, ACT and Region ColdFusion Users Group PO Box 2247 Queanbeyan, NSW, 2620

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread Kai Koenig
For me it works absolutely fine, Mac OS X 10.6.7 64 bit. -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts -Xms512m -Xmx1024m -XX:MaxPermSize=256m -XX:PermSize=64m -Xdock:icon=../Resources/Eclipse.icns -XstartOnFirstThread -Dorg.eclipse.swt.int

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread Zac Spitzer
Hi Mark, my desktop is beefy enough, it's a quad core 2.67ghz i5 with 4gb running on win7 64-bit jvm settings I changed are -Xmx1024m -Xms256m -XX:MaxPermSize=512m it runs with about 270-360 mb of ram usually assigned I've tried turning off all the syntax checking, but that only helped a littl

Re: [cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread Mark Mandel
I run it on a VM with 2 GB of RAM (Linux host), and 2 CPU cores out of my host's 4 and it runs great, no problems. My VM args are: -vmargs -XX:MaxPermSize=256m -XX:PermSize=64m -Dosgi.requiredJavaVersion=1.5 -Xms256m -Xmx1024m What sort of CPU do you have? I know when I had it running on a single

[cfaussie] CFbuilder2 thoughts?

2011-06-28 Thread Zac Spitzer
How are people finding CFBuilder2? I've been using the trial for a while, even increased the memory to 1gb, but it really doesn't feel stable enough as a primary IDE, I'm finding it often locks up and even simple things like clicking search results don't always actually open the file and scroll to

[cfaussie] Re: Creating A Fast Dropdown List Lookup

2011-06-28 Thread goldcoast_nerd
yep jquery is the way to go here, cfinput autosuggest embeds all the values in the HTML, not ideal. here's the plugin i use -- http://docs.jquery.com/Plugins/autocomplete i would also suggest loading the contents via an ajax request which in turn returns values from a structure or an array if it