CodeIgniter Forums
Suggest a WYSIWYG editor for use with CodeIgniter - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: Suggest a WYSIWYG editor for use with CodeIgniter (/showthread.php?tid=18372)

Pages: 1 2 3


Suggest a WYSIWYG editor for use with CodeIgniter - El Forum - 05-06-2009

[eluser]ReGeDa[/eluser]
NetBeans.org for PHP - good platform for CI. It works!


Suggest a WYSIWYG editor for use with CodeIgniter - El Forum - 05-06-2009

[eluser]Dam1an[/eluser]
@ReGeDa: Are you able to get full autocomplete in Netbeans?
using Eclipse, I can only get autocomplete to work with helpers or classes that I extend
Classes loaded using the loader don't come up in autocomplete, as it doesn't understand the way CI loads them Sad


Suggest a WYSIWYG editor for use with CodeIgniter - El Forum - 05-06-2009

[eluser]n0xie[/eluser]
[quote author="Dam1an" date="1241664597"]@ReGeDa: Are you able to get full autocomplete in Netbeans?
using Eclipse, I can only get autocomplete to work with helpers or classes that I extend
Classes loaded using the loader don't come up in autocomplete, as it doesn't understand the way CI loads them Sad[/quote]
Here you go (I use Netbeans as IDE too)
http://ellislab.com/forums/viewthread/94145/


Suggest a WYSIWYG editor for use with CodeIgniter - El Forum - 05-06-2009

[eluser]Dam1an[/eluser]
Thanks n0xie
I've been meaning to look into netbeans as v7 looks so much better for PHP then v6 was (they came late to the PHP party, so v6 was their first attempt)


Suggest a WYSIWYG editor for use with CodeIgniter - El Forum - 02-03-2010

[eluser]viisik[/eluser]
[quote author="ReGeDa" date="1241661382"]NetBeans.org for PHP - good platform for CI. It works![/quote]

Does Netbeans have autocomplete features also for Codeigniter,

do you need to install Codeigniter plugin for Netbeans or it recognizes Codeigniter as already built-in there