NuSphere Forums Forum Index
NuSphere Forums


Tue Apr 22, 2008 7:02 am
Replies: 8
Views: 5870
Been over a week with no response....is the answer still no?

Mon Apr 14, 2008 3:08 pm
Replies: 8
Views: 5870
Block comments are even worse. PHP cannot handle embedded block comments. For example -


<?php

$i = 0;
$j = 1;
$k = 2;

?>


highlight the 2nd line and Ctrl+Shift+/


<?php ...

Wed Apr 09, 2008 6:54 am
Replies: 5
Views: 4098
Multi-site, international development. One answer is for all developer machines to be set to the same timezone, but this is not always the case. If the timestamp was off by more than 1 hour, I'd wan ...

Wed Apr 09, 2008 6:52 am
Replies: 8
Views: 5870
Sad

That's not what I wanted to hear. This "solution" is so non-intuitive it's ridiculous. You're own comment command, uses // for comments, but you want all other comments to use /* * ...

Sun Apr 06, 2008 1:45 pm
Replies: 8
Views: 5870
Take the following code -


function myFunc()
{
//echo "commented line";
echo "uncomment line";
}


highlight the function and hit, Ctrl-/, and ...

Thu Mar 27, 2008 2:48 pm
Replies: 17
Views: 11052
I'd like to post a suggestion to the devs and a mod for the community for this. I run multiple desktops as well, so I need the "Open In New" functionality. The following registry code will ...

Mon Jan 14, 2008 10:10 am
Replies: 7
Views: 4568
You can easily add multiple key combos for any of the shortcut settings, either for the IDE or Editor.

How?

Mon Jan 14, 2008 10:09 am
Replies: 5
Views: 4098
This would make uploads/downloads working at turtle speed. Are you sure you need it?
Main reason why people are using smart-sync is performance. When date/time stamps and sizes for the files are mat ...

Sat Jan 12, 2008 6:36 pm
Replies: 7
Views: 4568
Shift+Insert, Ctrl+Insert, Shift+Delete are MUCH easier on poor little left pinky. Reminds me of when I used to use Linix/Emacs and how my pinky would throb after an 8 hour work day developing.

Sat Jan 12, 2008 4:48 pm
Replies: 7
Views: 4568
Is switching to the tab itself for a brief moment and looking at the title bar a solution for you?

Ahhh, thanks, I didn't notice that. It is more than sufficient, thanks for informing me of that. ...

Fri Jan 11, 2008 8:40 pm
Replies: 7
Views: 4568

Allow to put the full path of the filename in the file tabs( I have many files in a single website that are index.php, in various subdirectories and having to wait for the tooltip on the file tab to ...

Fri Jan 11, 2008 8:10 pm
Replies: 5
Views: 4098
My web server and my local computer are nearly always in different timezones, so the time check is very inaccurate. Only checking file sizes is not sufficient for those times where replacing code may ...
Page 1 of 1
All times are GMT - 5 Hours