Warning: session_start(): open(/tmp/sess_kl8ksq0v43vjneocqgvrdcc1i3, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Script Editor openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  .- Knowledge Base  . 

Script Editor

   3.0  

KDE Kommander Script

Score 53%
baranbaran
REMONT Software
Home
Script Editor
zoom


Link:  Link
Downloads:  1224
Submitted:  Jul 25 2006
Updated:  Jul 31 2006

Description:

Develope Scripts - Bash, PHP, Perl, Python. You need installed PHP, Perl or Python in your PC (when would you like to develope these scripts). Here are the buton tips (http://remontsw.czechian.net/download/free/scred/buttons_tips.pdf)




LicenseGPL
Send to a friend
Subscribe
Other  Content  from baran
Report inappropriate content



-

 Security Concerns

 
 by sszmidt on: Jul 25 2006
 
Score 50%

Actually I started to get concerned when I see all these apps. All V.1 and above from the same guy in one day.
I also find a bunch of binary code that's supposed to be images.
This may very well be fine, but it has plenty of warning signs written all over it.


Reply to this

-

 Re: Security Concern

 
 by baran on: Jul 26 2006
 
Score 50%
baranbaran
REMONT Software
Home

Hi.

My 1st version of Script Editor were so easy, or not good with more errors. This is better version with more functions opposite 1st version.

I did give it to this server now, because I did find this server yesterday.


Reply to this

-

 Useless

 
 by sango on: Jul 25 2006
 
Score 50%

What usage have this thing? If i wanna execute a script, i use a real editor. KDE have with kwrite and kate some really good.


Reply to this

-

 Editing

 
 by baran on: Jul 26 2006
 
Score 50%
baranbaran
REMONT Software
Home

Hi,

you right. You can use KWrite, editor in mc or other. If you develope script, you must change rights or coding, save it and then run in other screen. Much steps. Here you set up rights an write. It is a little util for my easy working and I did give it for others (free to use - GPL). Nothing more.
I went from Windows to Linux. I found KOMMANDER in my distro. I did probe it. It is one from my first tests in kommander programming. I did probe kommander, what it can do. Kommander is great SW, but with little mistakes. Can you help me?

1. If you open file "@File.read(text.txt)", it finds this text.txt in root of my home directory (not good, in C++ or in Pascal it can open it from actual directory).
2. I did probe to use condition in condition

@if(.........)
@if(.........)
command
@endif
@if(.........)
command
@endif
@endif


It finished with errors :-(

Can you help me, please?

Thank you for all infos. I am beginner in this programming and all my SW in kommander are test or my utils for easy working, what I did give for others ;-)

Rene


Reply to this

-
.

 Re: Editing

 
 by sequitur on: Jul 26 2006
 
Score 50%
sequitursequitur
Kitty Hooch
Home

One thing you could do is to add toolTip text on your buttons. I'm really not sure what they're doing, and looking at the code briefly I'm not sure what you mean to accomplish. Other than that it looks interesting.

If you go to the Kommander web site you will find our user mailing list where you can ask questions and learn more about how to get more out of Kommander. I recommend it. You can also get info on plugins and development releases if you want to test new features.


Eric Laffoon
kdewebdev (Quanta/Kommander) project lead

Reply to this

-

 Re: Re: Editing

 
 by baran on: Jul 27 2006
 
Score 50%
baranbaran
REMONT Software
Home

Hi,

Thank you very much. I will look at the kommander webs - mailing list. Thanks for info.


Rene


Reply to this

-

 Re: Editing

 
 by sango on: Jul 28 2006
 
Score 50%

> you right. You can use KWrite, editor
> in mc or other. If you develope script,
> you must change rights or coding, save
> it and then run in other screen.

That's not really correct.
I have set utf8 as global encoding, so i can use every language i want without problems. Kate save automaticly as utf8.

Also, i have a collection of snipplets, which i can easily insert into any open file. One snipplet set the shebang for python with an utf8-encoding. So, while i must set a shebang anyway, it's not that great work. But i aggre, this step could be easier.

At least, to use a script, i must allways save it, without any exception. When i wanna use a one-way-script, i hack it directly in my shell, which is always open. And of course, i have some links in the save-dialog to every target-directory, so it goes fast, too.

Oh yeah, and i dosn't set rights. I have set in kate the interpreters as a external applications, so i execute a script with one keystroke. This keystroke set the script as executable and start it in a terminal. So it's after all a easy job.

I aggree that the whole workflowe can be easier in kate, but it's not that big deal that i must use a inferior application with less options and a creepy interface.


Reply to this

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team