faq
flatforty
contribute
subscribe
configure
search
rdf
main
parent
|
fish://
by Ian on Monday 21/Apr/2003, @21:15
|
A large reason I use quanta is because the KDE open dialog has support for SCP with the fish:// protocol. It means you can work with the files of any computer with SCP as if they were on your machine. I've always thought that KDE's Open/Save dialog box was one of KDE strongest points, it is definitedly one of those little things that can make a big difference. I really wish GTK would come up with a better one, as there some GTK programs that I still use.
The other nifty thing about quanta is the code completion for PHP. I wish I had that when I was doing Ada development (its what we learn in our introductory Computer Science courses.) Features like that, where you don't have to figure out some dialog box or use a wizard but our integrated into the editor itself are often the most valuable. |
|
|
The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: fish://
by nac on Monday 21/Apr/2003, @23:36
|
Gtk 2.4 will finally have a new Open/Save dialog (with everything that should be in a modern O/S dialog).
|
[
Reply To This | View ]
|
Re: fish://
by AC on Tuesday 22/Apr/2003, @01:25
|
Fish does not use scp.
|
[
Reply To This | View ]
|
Re: fish://
by Iuri Fiedoruk on Tuesday 22/Apr/2003, @05:01
|
Humm... I think it does...
There is no word about scp in their homepage (http://ich.bin.kein.hoschi.de/fish/), but
at apps.kde.com they say it does support scp...
|
[
Reply To This | View ]
|
Re: fish://
by Eric Laffoon on Tuesday 22/Apr/2003, @06:05
|
I seem to remember that it is SSH/SCP too. I'm not sure how you would transfer the files with SSH alone.
|
[
Reply To This | View ]
|
Re: fish://
by Mike Hearn on Tuesday 22/Apr/2003, @06:51
|
I think programs that just use SSH basically connect then do a cat on a file, ie simple shell manipulation.
Keep up the good work. Quanta looks like the best bet for a GUI web designer :)
|
[
Reply To This | View ]
|
Re: fish://
by AC on Tuesday 22/Apr/2003, @08:23
|
Fish installs a perl script on the host which implements a simple protocol for file operations. No scp involved.
|
[
Reply To This | View ]
|
Re: fish://
by Stephan on Tuesday 22/Apr/2003, @15:07
|
Yes, if you want scp, you can use sftp:// (AFAIK) instead, works very well
|
[
Reply To This | View ]
|
|
PHP Code completion
by McTrex on Tuesday 22/Apr/2003, @06:33
|
I must be missing something, but in my version of Quanta I can't use PHP code completion. I'm using Quanta Plus 3.1. Maybe someone can tell me where to find it?
Thanx in advance,
McTrex
|
[
Reply To This | View ]
|
Re: PHP Code completion
by Andras Mantia on Tuesday 22/Apr/2003, @13:13
|
Well, it definetely should be there. Try the following(s):
<?
a<--press CTRL-SPACE
$(if you have other variables, they should pop up)
abs(<--press CTRL-SPACE
?>
and similar combinations.
Andras
|
[
Reply To This | View ]
|
Re: PHP Code completion
by McTrex on Wednesday 23/Apr/2003, @00:38
|
Thanx a lot, I didn't search enough, sorry!
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|
|