C B

- Total activity 35
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
-
C B created a post, Behat test: Navigation
When I have a Behat/Cucumber test description (i.e. a *.feature file containing Gherkin), PhpStorm colors all the lines containing steps (“Given”, “When” etc.). When I move the mouse over one of th... -
C B created a post, Git: Commit only some lines?
In my eyes, being able to commit only changes in some lines of a file and leaving other changes in the very same file to a later commit is one of the most appealing features of Git. However, I did ... -
C B created a post, Escaping backslashes in Live Templates
I am trying to define a live template which uses the enum() function to let me choose from a list of possible values when expanding the template. This works very well, except one thing: one of the ... -
-
C B created a post, Fix for ignored Return key after 4.0.3 upgrade
Hi,today I upgraded to 4.0.3 and noticed that the Return key stopped working in the editor: Pressing Return simply didn’t do anything noticeable. (Mac OS X 10.6.8)If you have the same problem, open... -
-
C B created a post, Using pipes in an external tool
Hi,I am trying to use a pipe in an “External tool” as I would like to use an exectuable that takes input only from stdin (pbcopy on Mac OS X).This is what I entered into the dialog for diagnostic r... -
C B commented, -
C B created a post, Doc comments for closures in an array?
Hi,let’s imagine I have an array of Closures, such as this:$closure = array( function() { /* do something */ }, function() { /* do something else */ }, function() { /* do yet another thing */... -