Forum

Home » development » Miscellaneous » First Symfony plugin for Eclipse  (5) 3 Vote(s)
icon2.gif  First Symfony plugin for Eclipse [message #39981] Wed, 21 November 2007 09:59 Go to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
First attempt to build a Symfony plugin for Eclipse.

This plugin enables all the Symfony command-line actions from Eclipse. On top of that it has a YAML editor and validator.

http://noy.cc/symfoclipse/

And don't forget to click the Google Ads Laughing
Re: First Symfony plugin for Eclipse [message #40424 is a reply to message #39981 ] Tue, 27 November 2007 23:49 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
From some emails I received it appeared like windowz users had some problems using the plugin, so I dusted an old windowz laptop and did some debugging. A new version is now available for download.

If there are any Mac users out there I would like to get their feedback as well.
Re: First Symfony plugin for Eclipse [message #40459 is a reply to message #39981 ] Wed, 28 November 2007 12:37 Go to previous messageGo to next message
wurm007  is currently offline wurm007
Messages: 2
Registered: November 2007
Location: The Netherlands
Junior Member
Hi All

Great plugin works well on linux
But is still gives a error when i try it under windows.
I use symfoclipse version 1.1.1
Cannot run program "symfony.bat" (in directory "C:\eclipse\workspace\test"): CreateProcess error=2, Het systeem kan het opgegeven bestand niet vinden
Executing: symfony clear-cache

symfony.bat exsist in the corresponding directory so thats strange.
Does anybody now what when wrong here

[Updated on: Wed, 28 November 2007 12:39]

Re: First Symfony plugin for Eclipse [message #40461 is a reply to message #40459 ] Wed, 28 November 2007 12:45 Go to previous messageGo to next message
FlatPredator  is currently offline FlatPredator
Messages: 102
Registered: May 2006
Location: In between
Senior Member
Windows cannot find the "binary" of symfony. Try to add the folder where symfony.bat resides to the PATH-environment-variable. Now windows knows where to look ... Smile
Re: First Symfony plugin for Eclipse [message #40467 is a reply to message #39981 ] Wed, 28 November 2007 13:04 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
I also just received news that there are some problems on Eclipse 3.2. Well... Thats where the support ends, Eclipse 3.3 (or newer stable release).
Re: First Symfony plugin for Eclipse [message #40469 is a reply to message #39981 ] Wed, 28 November 2007 13:10 Go to previous messageGo to next message
wurm007  is currently offline wurm007
Messages: 2
Registered: November 2007
Location: The Netherlands
Junior Member
Adding the PATH Variable did the trick
btw i am using eclipse 3.3

[Updated on: Wed, 28 November 2007 13:12]

Re: First Symfony plugin for Eclipse [message #40517 is a reply to message #39981 ] Wed, 28 November 2007 20:08 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
Version 1.1.2 is available for download.
Fixing file locking by the YAML validator on windowz.
Re: First Symfony plugin for Eclipse [message #40530 is a reply to message #40517 ] Thu, 29 November 2007 03:16 Go to previous messageGo to next message
neonard0  is currently offline neonard0
Messages: 10
Registered: September 2007
Location: Popayán - Cauca - Colomb...
Junior Member

Hi Alon !

I installed the 1.1.2 and now my problems on ubuntu 7.10 are gone. Nice work
You told me about ideas, so one idea is to group the options on the menu like the submenu that groups the commands about plugins and propel, those options outside in the main manu are a little annoying, so I personally think that is a good idea to create a new group called symfony in the menu and put there the options like "Clear Cache", "Clear Controller", etc.

Again it's a nice work congratulations.

oooh one more thing, havent you though about creating a parser for yml files, I dont know if this is usefull or just leave the way it is now. I told you i was thinkin about doing my own eclipse plugin for symofny, and i was thinkin create a parser using Antlr, I think in the future i can help you with that.
Re: First Symfony plugin for Eclipse [message #40546 is a reply to message #40530 ] Thu, 29 November 2007 11:05 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
The plug-in does include a YAML parser/validator.
You might need to enable it from the global/project preferences.
index.php/fa/466/0/

  • Attachment: yml.jpg
    (Size: 107.14KB, Downloaded 2691 time(s))

[Updated on: Thu, 29 November 2007 11:08]

icon3.gif  Re: First Symfony plugin for Eclipse [message #40558 is a reply to message #40546 ] Thu, 29 November 2007 13:18 Go to previous messageGo to next message
chr1se  is currently offline chr1se
Messages: 31
Registered: November 2007
Location: Birmingham, UK
Member
Had to finally create a forum account mainly to acknowledge this plugin.

wow! i thought I thought i'd be part of a long queue of people thanking you for such an awesome plugin!...but then again it was only released lastweek.
Perhaps putting it in the wiki might help generate abit of traffic because I dont think many pips know of this yet.

Nevertheless, this plugin is definately a timesaver (my switching between eclipse and the cli days are finally over!) and a great addition to the symfony package

Keep them coming!!
Thumbs Up
icon14.gif  Re: First Symfony plugin for Eclipse [message #40571 is a reply to message #40546 ] Thu, 29 November 2007 15:31 Go to previous messageGo to next message
neonard0  is currently offline neonard0
Messages: 10
Registered: September 2007
Location: Popayán - Cauca - Colomb...
Junior Member

About the parser I haven't seen, I dont now why I was'nt working after installing, now I checked and it just perfect. You are OneI step in front of my ideas. Laughing
Re: First Symfony plugin for Eclipse [message #40641 is a reply to message #40558 ] Fri, 30 November 2007 09:18 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
chr1se wrote on Thu, 29 November 2007 13:18

Had to finally create a forum account mainly to acknowledge this plugin.

wow! i thought I thought i'd be part of a long queue of people thanking you for such an awesome plugin!...but then again it was only released lastweek.
Perhaps putting it in the wiki might help generate abit of traffic because I dont think many pips know of this yet.

Nevertheless, this plugin is definately a timesaver (my switching between eclipse and the cli days are finally over!) and a great addition to the symfony package

Keep them coming!!
Thumbs Up


Thanks,
But I'm not looking for people thanking me. However, it will be nice to know if people are using the plug-in and that my effort was not for nothing. Any feedback on the current release and ideas for future functionality are welcomed.
Re: First Symfony plugin for Eclipse [message #40646 is a reply to message #39981 ] Fri, 30 November 2007 10:10 Go to previous messageGo to next message
jojo_mm  is currently offline jojo_mm
Messages: 2
Registered: October 2006
Location: Poland, Lublin
Junior Member
I've found a little bug.

When I try to include in my YAML file a polish diactric symbol like ą, ć, ś etc. the validation of file fails. It is marked as containing erros but it doesn't mark the line where the error occurs. Also in "Problems" view I get an exception:
org.jvyaml.YAMLException: At 230 we found: ś. Special characters are not allowed

Just to be clear my YAML has only 12 lines, not 230.
Re: First Symfony plugin for Eclipse [message #40647 is a reply to message #40646 ] Fri, 30 November 2007 10:26 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
jojo_mm wrote on Fri, 30 November 2007 10:10

I've found a little bug.

When I try to include in my YAML file a polish diactric symbol like ą, ć, ś etc. the validation of file fails. It is marked as containing erros but it doesn't mark the line where the error occurs. Also in "Problems" view I get an exception:
org.jvyaml.YAMLException: At 230 we found: ś. Special characters are not allowed

Just to be clear my YAML has only 12 lines, not 230.


230 is the character count.
You can probably avoid this errors (which are real errors according to YAML specifications) by quoting the strings ("ąćś").

Otherwise please submit your yml file and I'll take a look at that.
Re: First Symfony plugin for Eclipse [message #40650 is a reply to message #40647 ] Fri, 30 November 2007 10:38 Go to previous messageGo to next message
jojo_mm  is currently offline jojo_mm
Messages: 2
Registered: October 2006
Location: Poland, Lublin
Junior Member
The string is quoted. Also when the string is commented out validation gives the same error. Here is sample YAML file to reproduce error:
all:
  blogs_on_main_page: 5
  blogs_per_page:     5

  #ąęśćżźńó
  contact_mail_subject: "ąęśćżźńó"

Re: First Symfony plugin for Eclipse [message #40653 is a reply to message #40650 ] Fri, 30 November 2007 10:52 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
Please take a look at the YAML specifications regarding special characters: http://yaml.org/spec/current.html#id2517668
Re: First Symfony plugin for Eclipse [message #40744 is a reply to message #39981 ] Mon, 03 December 2007 10:32 Go to previous messageGo to next message
phptub  is currently offline phptub
Messages: 48
Registered: August 2006
Location: hyderabad
Member

have autocompletion feature?


Muhammad Asif Ali
Geeni

_________________________
Re: First Symfony plugin for Eclipse [message #40745 is a reply to message #40744 ] Mon, 03 December 2007 10:41 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
phptub wrote on Mon, 03 December 2007 10:32

have autocompletion feature?


Not yet. What autocompletion would you like to see?
Re: First Symfony plugin for Eclipse [message #40747 is a reply to message #39981 ] Mon, 03 December 2007 10:45 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
Version 1.2.0 is available for download.
It includes some bug fixes and a new preferences page for the YAML editor.

index.php/fa/479/0/

  • Attachment: yml.jpg
    (Size: 71.30KB, Downloaded 2256 time(s))

[Updated on: Wed, 05 December 2007 07:34]

Re: First Symfony plugin for Eclipse [message #40748 is a reply to message #40745 ] Mon, 03 December 2007 10:49 Go to previous messageGo to next message
phptub  is currently offline phptub
Messages: 48
Registered: August 2006
Location: hyderabad
Member

auto completion for symfony libraries.
I am not sure is there any editor out which supports auto completion for symfony libraries


Thanks


Muhammad Asif Ali
Geeni

_________________________
Re: First Symfony plugin for Eclipse [message #40749 is a reply to message #40748 ] Mon, 03 December 2007 10:51 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
PDT which is required for Symfoclipse is doing fine job for autocompletion.
Re: First Symfony plugin for Eclipse [message #40752 is a reply to message #40749 ] Mon, 03 December 2007 10:57 Go to previous messageGo to next message
phptub  is currently offline phptub
Messages: 48
Registered: August 2006
Location: hyderabad
Member

ok..i will try the PDT

Thanks


Muhammad Asif Ali
Geeni

_________________________
Re: First Symfony plugin for Eclipse [message #40778 is a reply to message #39981 ] Mon, 03 December 2007 15:39 Go to previous messageGo to next message
chickenkiwi  is currently offline chickenkiwi
Messages: 6
Registered: December 2006
Location: Béthune, France
Junior Member
Hi all,

Maybe a silly question since I cannot find anything about this on the Internet, but I got this error: Symfoclipse (1.2.0) requires plug-in "org.eclipse.php.core". How can I get this lib?

I'm using Eclipse 3.3 with PHPEclipse 1.1.8.

Thanks,
Nicolas
Re: First Symfony plugin for Eclipse [message #40779 is a reply to message #39981 ] Mon, 03 December 2007 15:55 Go to previous messageGo to next message
Dia_FR  is currently offline Dia_FR
Messages: 21
Registered: October 2007
Location: France
Junior Member
May be because Eclipse PDT is said to be required and you are using PHPEclipse ?

al_n, thanks for this plugin, very usefull and "time-saver"

have been using it today on Windows, didn't encounter bug for the moment
icon9.gif  Re: First Symfony plugin for Eclipse [message #40780 is a reply to message #39981 ] Mon, 03 December 2007 16:04 Go to previous messageGo to next message
chickenkiwi  is currently offline chickenkiwi
Messages: 6
Registered: December 2006
Location: Béthune, France
Junior Member
Sorry about that, thought I had read all requirements...

Thanks anyway!
Re: First Symfony plugin for Eclipse [message #40783 is a reply to message #39981 ] Mon, 03 December 2007 16:47 Go to previous messageGo to next message
Dia_FR  is currently offline Dia_FR
Messages: 21
Registered: October 2007
Location: France
Junior Member
line numbers disappeared in yml files, is it normal ?
is there a way to bring them back ?
(usefull to select a whole line in 1 click)

[Updated on: Mon, 03 December 2007 16:49]

Re: First Symfony plugin for Eclipse [message #40833 is a reply to message #39981 ] Tue, 04 December 2007 11:52 Go to previous messageGo to next message
disturbed  is currently offline disturbed
Messages: 4
Registered: April 2006
Junior Member
YAML editor tested on "Zend Studio Neon - Beta" on Windows, it seems it works Smile, thanks!!! Very Happy

al_n wrote on Mon, 03 December 2007 10:41

phptub wrote on Mon, 03 December 2007 10:32

have autocompletion feature?

Not yet. What autocompletion would you like to see?

al_n wrote on Mon, 03 December 2007 10:51

PDT which is required for Symfoclipse is doing fine job for autocompletion.


Sometimes you need to refresh project so cache files are indexed for autocompletion... maybe this plugin could monitor cache dir and refresh it when needed? Surprised

[Updated on: Tue, 04 December 2007 11:54]


http://i118.photobucket.com/albums/o83/disturbedHR/userbar/disturbedHR-wb.gif
Re: First Symfony plugin for Eclipse [message #40891 is a reply to message #40783 ] Tue, 04 December 2007 22:24 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
Dia_FR wrote on Mon, 03 December 2007 16:47

line numbers disappeared in yml files, is it normal ?
is there a way to bring them back ?
(usefull to select a whole line in 1 click)


This was fixed, please download version 1.2.1. You might need to run eclipse with the "-clean" option once to get it back.
Re: First Symfony plugin for Eclipse [message #40897 is a reply to message #40891 ] Wed, 05 December 2007 04:34 Go to previous messageGo to next message
PaoloC68  is currently offline PaoloC68
Messages: 3
Registered: December 2007
Junior Member
Sorry Guys,

but I cannot run Symfoclipse, I'm new to eclipse and I cannot understand where to configure the PATH variable for finding symfony.
I'm running on OS X Leopard, PDT installed, and I got symfony in the $PATH so from the terminal I can successfully run symfony without to type the whole path.
But the eclipse console doesn't get it, where to configure that path?


Crying or Very Sad
Re: First Symfony plugin for Eclipse [message #40903 is a reply to message #40897 ] Wed, 05 December 2007 07:27 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
PaoloC68 wrote on Wed, 05 December 2007 04:34

Sorry Guys,

but I cannot run Symfoclipse, I'm new to eclipse and I cannot understand where to configure the PATH variable for finding symfony.
I'm running on OS X Leopard, PDT installed, and I got symfony in the $PATH so from the terminal I can successfully run symfony without to type the whole path.
But the eclipse console doesn't get it, where to configure that path?


Crying or Very Sad

Symfony should be available for execution by Eclipse. Which means that the executable should be available on the system path.
I'm not familiar with OSX but I think it is similar to Linux. On Linux if you install Symfony using PEAR a Symfony executable script will be installed at "/usr/bin/symfony". This path is system wide accessible by default. If you install Symfony from a sandbox or from svn or any other way you should configure such a script yourself.
icon14.gif  Re: First Symfony plugin for Eclipse [message #40942 is a reply to message #40891 ] Wed, 05 December 2007 13:25 Go to previous messageGo to next message
Dia_FR  is currently offline Dia_FR
Messages: 21
Registered: October 2007
Location: France
Junior Member
al_n wrote on Tue, 04 December 2007 22:24

Dia_FR wrote on Mon, 03 December 2007 16:47

line numbers disappeared in yml files, is it normal ?
is there a way to bring them back ?
(usefull to select a whole line in 1 click)


This was fixed, please download version 1.2.1. You might need to run eclipse with the "-clean" option once to get it back.



it's ok, thanks
Re: First Symfony plugin for Eclipse [message #40951 is a reply to message #40903 ] Wed, 05 December 2007 14:41 Go to previous messageGo to next message
PaoloC68  is currently offline PaoloC68
Messages: 3
Registered: December 2007
Junior Member
al_n wrote on Wed, 05 December 2007 07:27


Symfony should be available for execution by Eclipse. Which means that the executable should be available on the system path.
I'm not familiar with OSX but I think it is similar to Linux. On Linux if you install Symfony using PEAR a Symfony executable script will be installed at "/usr/bin/symfony". This path is system wide accessible by default. If you install Symfony from a sandbox or from svn or any other way you should configure such a script yourself.


I've added the path to the .profile file so the command line interface like bash can find it but not the eclipse environment, why? Is there anybody that uses the plugin on a mac?

Thanks
Re: First Symfony plugin for Eclipse [message #40952 is a reply to message #40951 ] Wed, 05 December 2007 14:45 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
PaoloC68 wrote on Wed, 05 December 2007 14:41

al_n wrote on Wed, 05 December 2007 07:27


Symfony should be available for execution by Eclipse. Which means that the executable should be available on the system path.
I'm not familiar with OSX but I think it is similar to Linux. On Linux if you install Symfony using PEAR a Symfony executable script will be installed at "/usr/bin/symfony". This path is system wide accessible by default. If you install Symfony from a sandbox or from svn or any other way you should configure such a script yourself.


I've added the path to the .profile file so the command line interface like bash can find it but not the eclipse environment, why? Is there anybody that uses the plugin on a mac?

Thanks


I received emails from mac users using the plug-in with success. Unfortunately I am not a mac user myself so its kind of difficult to say ...
Re: First Symfony plugin for Eclipse [message #40963 is a reply to message #40952 ] Wed, 05 December 2007 15:59 Go to previous messageGo to next message
pixelslut  is currently offline pixelslut
Messages: 38
Registered: October 2006
Member
al_n wrote on Wed, 05 December 2007 08:45

PaoloC68 wrote on Wed, 05 December 2007 14:41

al_n wrote on Wed, 05 December 2007 07:27


Symfony should be available for execution by Eclipse. Which means that the executable should be available on the system path.
I'm not familiar with OSX but I think it is similar to Linux. On Linux if you install Symfony using PEAR a Symfony executable script will be installed at "/usr/bin/symfony". This path is system wide accessible by default. If you install Symfony from a sandbox or from svn or any other way you should configure such a script yourself.


I've added the path to the .profile file so the command line interface like bash can find it but not the eclipse environment, why? Is there anybody that uses the plugin on a mac?

Thanks


I received emails from mac users using the plug-in with success. Unfortunately I am not a mac user myself so its kind of difficult to say ...


Would it be possible for you to ask them how theyve set things up?

I have a pear install and its not working. Ive tried adding the path to .bash_profile with no change. Then i tried moving my .bash_profile settings to .bashrc instead thinking that maybe eclipse ignored the profile, but that surely it would pick up .bashrc.

I dont understand it at all. It works perfectly on my Linux laptop, and my Mac desktop has nearly identical path settings and a pear install just like my mac.
Re: First Symfony plugin for Eclipse [message #40981 is a reply to message #40963 ] Wed, 05 December 2007 18:10 Go to previous messageGo to next message
pixelslut  is currently offline pixelslut
Messages: 38
Registered: October 2006
Member
Figured it out!

Ok for some reason when you do a pear install on OS X (at least when using an entropy php package) it just makes a symlink:
ln -s /usr/bin/symfony /usr/local/php5/lib/php/data/symfony/bin/symfony.php


Under linux the same install actually makes the file /usr/bin/symfony the contents of which look something like this:

#!/usr/bin/env php
<?php

/*
 * This file is part of the symfony package.
 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

// project exists?
if (file_exists('config/config.php'))
{
  include('config/config.php');
}

if (!isset($sf_symfony_lib_dir))
{
  if (is_readable(dirname(__FILE__).'/../../lib/VERSION'))
  {
    // SVN
    $sf_symfony_lib_dir  = realpath(dirname(__FILE__).'/../../lib');
    $sf_symfony_data_dir = realpath(dirname(__FILE__).'/..');
  }
  else
  {
    // PEAR
    $sf_symfony_lib_dir  = '/usr/share/php/symfony';
    $sf_symfony_data_dir = '/usr/share/php/data/symfony';

    if (!is_dir($sf_symfony_lib_dir))
    {
      throw new Exception('Unable to find symfony libraries');
    }
  }
}

include($sf_symfony_data_dir.'/bin/symfony.php');


As you can see this file contains the shebang and different logic, which at the end includes the symfony.php file.

So what i did was to rm the link /usr/bin/symfony and repelace it with the contents of this file, making the proper path changes tot he shebang, $sf_lib_dir, and $sf_data_dir.

Then change the ownership and permissions of the file:
sudo chown root:wheel /usr/bin/symfony
sudo chmod 755 /usr/bin/symfony


Restarted Eclipse and all is well.

Now i dodnt know if this difference in setup is because of OS X, or because im not using a standard php installtion but rather the Entropy package.

In any event these modifications seemed to solve the issue.

here is what my /usr/bin/symfony looks like now:
#!/usr/local/php5/bin/php
<?php

/*
 * This file is part of the symfony package.
 * (c) 2004-2006 Fabien Potencier <fabien.potencier@symfony-project.com>
 * 
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

// project exists?
if (file_exists('config/config.php'))
{
  include('config/config.php');
}

if (!isset($sf_symfony_lib_dir))
{
  if (is_readable(dirname(__FILE__).'/../../lib/VERSION'))
  {
    // SVN
    $sf_symfony_lib_dir  = realpath(dirname(__FILE__).'/../../lib');
    $sf_symfony_data_dir = realpath(dirname(__FILE__).'/..');
  }
  else
  {
    // PEAR
    $sf_symfony_lib_dir  = '/usr/local/php5/lib/php/symfony';
    $sf_symfony_data_dir = '/usr/local/php5/lib/php/data/symfony';

    if (!is_dir($sf_symfony_lib_dir))
    {
      throw new Exception('Unable to find symfony libraries');
    }
  }
}

include($sf_symfony_data_dir.'/bin/symfony.php');

[Updated on: Wed, 05 December 2007 18:15]

Re: First Symfony plugin for Eclipse [message #40986 is a reply to message #40981 ] Wed, 05 December 2007 18:58 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
I'm glad its working for you. This info could be useful for other users, thanks.
Re: First Symfony plugin for Eclipse [message #40990 is a reply to message #40986 ] Wed, 05 December 2007 20:46 Go to previous messageGo to next message
PaoloC68  is currently offline PaoloC68
Messages: 3
Registered: December 2007
Junior Member
al_n wrote on Wed, 05 December 2007 18:58

I'm glad its working for you. This info could be useful for other users, thanks.


following this logic and using macports I've done this:
sudo ln -s /opt/local/bin/symfony /bin/symfony

and everything seems ok.

Thanks
Re: First Symfony plugin for Eclipse [message #41454 is a reply to message #39981 ] Tue, 11 December 2007 19:39 Go to previous messageGo to next message
KRavEN  is currently offline KRavEN
Messages: 192
Registered: May 2007
Senior Member
This is very nice. I've been wanting a decent YAML editor for a long time. Thank you!

Would it be possible to add the symfony menu to the main toolbar so you can use it in any view? More to the point I'd like to be able to right click the toolbar, choose custom perspective, click the commands tab, and see a symfony command group with applicable Menubar details and Toolbar Details.
Re: First Symfony plugin for Eclipse [message #41550 is a reply to message #41454 ] Wed, 12 December 2007 15:00 Go to previous messageGo to next message
al_n  is currently offline al_n
Messages: 320
Registered: May 2006
Location: The Netherlands
Faithful Member
KRavEN wrote on Tue, 11 December 2007 19:39

This is very nice. I've been wanting a decent YAML editor for a long time. Thank you!

Would it be possible to add the symfony menu to the main toolbar so you can use it in any view? More to the point I'd like to be able to right click the toolbar, choose custom perspective, click the commands tab, and see a symfony command group with applicable Menubar details and Toolbar Details.


I see what you want this can be handy for frequently used commands like 'clear-cache', I will look into this. At the moment I'm busy gathering ideas for future release as well as fixing any bugs I'm coming across.
Re: First Symfony plugin for Eclipse [message #41856 is a reply to message #41550 ] Mon, 17 December 2007 14:27 Go to previous messageGo to previous message
UnrealMinds  is currently offline UnrealMinds
Messages: 25
Registered: May 2007
Location: Germany
Junior Member

@al_n:

when comes your website up again?
- I get no response.



CU Sveni Wink
Previous Topic:Problem with Oracle
Next Topic:blockUI plugin not working
Goto Forum:
  

powered by FUDforum - copyright ©2001-2004 FUD Forum Bulletin Board Software