|
Revision 4
(checked in by gregmac, 2 years ago)
|
Further info files for scite-codeigniter API integration
|
| Line | |
|---|
| 1 |
SCiTE-CodeIgniter API Integration |
|---|
| 2 |
http://www.ciforge.com/trac/ciforge/wiki/SciteApi |
|---|
| 3 |
|
|---|
| 4 |
Download scite at: http://www.scintilla.org/SciTE.html |
|---|
| 5 |
|
|---|
| 6 |
Put the following files into your Scite directory (eg, |
|---|
| 7 |
C:\Program Files\Scintilla Text Editor): |
|---|
| 8 |
|
|---|
| 9 |
php.api |
|---|
| 10 |
php.properties |
|---|
| 11 |
php-codeigniter.api |
|---|
| 12 |
|
|---|
| 13 |
Take the contents of user.preferences, and add it to your |
|---|
| 14 |
"User options file" (Options menu > Open User Options file). |
|---|
| 15 |
|
|---|
| 16 |
That SHOULD be all you need to do. There's probably some better |
|---|
| 17 |
places to put the options and a better way to set this up, |
|---|
| 18 |
but Scite seems somewhat tempermental about where things have |
|---|
| 19 |
to go. If you figure out a better way, email me. |
|---|
| 20 |
|
|---|
| 21 |
If you have the php interpreter installed on your system, you |
|---|
| 22 |
should also be able to press F5 and have it actually compile and |
|---|
| 23 |
run the current file. This can be pretty handy for debugging, |
|---|
| 24 |
but since it's not a full-blown webserver, the environment can be |
|---|
| 25 |
quite different (And I doubt full-blown CodeIgniter will run at |
|---|
| 26 |
all like this). |
|---|
| 27 |
|
|---|
| 28 |
Suggestions/comments to greg at mtechsolutions.ca, or gregmac on |
|---|
| 29 |
www.codeigniter.com/forum. |
|---|
| 30 |
|
|---|
| 31 |
- Greg MacLellan |
|---|