| View previous topic :: View next topic |
| Author |
Message |
cweiske
Joined: 08 Dec 2005 Posts: 454 Location: Leipzig/Germany
|
|
| Back to top |
|
 |
mrgtk
Joined: 14 Jun 2006 Posts: 13
|
Posted: Tue Jun 20, 2006 2:32 am Post subject: |
|
|
| nice. thanks.. |
|
| Back to top |
|
 |
ron_t
Joined: 11 Dec 2005 Posts: 78 Location: Gatineau, Quebec
|
Posted: Wed Jun 21, 2006 2:41 pm Post subject: |
|
|
| mrgtk wrote: | | Oh, I see. So is there an alternative for running my php-gtk programs from the command line? |
Another alternative (and this may also help with the "which editor" question) is to use Crimson Editor (freeware) as a development tool. Crimson allows you to edit your code and then run it with a keystroke. It's great for the development cycle.
Of course, if you're not using MS Windows, Crimson won't work for you. I'm currently researching a solution on Linux as well.
For more information about Crimson and how to set up a development environment on MS Windows, please check out:
http://www.writingup.com/phpgtk2/0002_setting_up_a_development_environment
Hope this helps.
-Ron T. |
|
| Back to top |
|
 |
cohort
Joined: 07 Feb 2006 Posts: 47
|
Posted: Sat Jun 24, 2006 7:44 am Post subject: |
|
|
| ron_t wrote: | Crimson allows you to edit your code and then run it with a keystroke. It's great for the development cycle.
[...]
I'm currently researching a solution on Linux as well. |
Bluefish editor allows you to add custom menu items, including a 'Run' command
Plus, you can assign a custom keyboard shortcut to your menu item. |
|
| Back to top |
|
 |
ron_t
Joined: 11 Dec 2005 Posts: 78 Location: Gatineau, Quebec
|
Posted: Sat Jun 24, 2006 3:58 pm Post subject: |
|
|
| cohort wrote: | | ron_t wrote: | Crimson allows you to edit your code and then run it with a keystroke. It's great for the development cycle.
[...]
I'm currently researching a solution on Linux as well. |
Bluefish editor allows you to add custom menu items, including a 'Run' command
Plus, you can assign a custom keyboard shortcut to your menu item. |
Thanks, cohort. Bluefish is actually the editor I've been working with. It seems to have the best overall flexibility for what I'm trying to do.
I'm modifying the syntax-highlighting configuration for PHP to include PHP-Gtk2 keywords, etc. I didn't know about the 'run' command, so thanks very much for telling me.
Take care.
-Ron T. |
|
| Back to top |
|
 |
|