Quanta: Difference between revisions

From KDE UserBase Wiki
m (Add Language Bar)
(Minor changes for layout consistency)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Quanta}}
{{Template:I18n/Language Navigation Bar|Quanta}}
[[Image:Quanta.png]]
 
::{|style="text-align:center" cellpadding="2"
|[[Image:Quanta.png]]||'''Full web development with one-click previews'''
|}
 
 
Quanta Plus is a web development tool for the K Desktop Environment. Quanta is designed for quick web development and is rapidly becoming a mature editor with a number of great features.  
Quanta Plus is a web development tool for the K Desktop Environment. Quanta is designed for quick web development and is rapidly becoming a mature editor with a number of great features.  


Line 7: Line 12:
==Tips==
==Tips==
=== Adding Encoding inside Quanta Toolbars ===
=== Adding Encoding inside Quanta Toolbars ===
* Open Quanta Plus
:* Open Quanta Plus
* Go to the Configuration > Configuration Toolbars menu
:* Go to the Configuration > Configuration Toolbars menu
* Select "KatePartView" Toolbar
:* Select "KatePartView" Toolbar
* Add "Encoding" to the right side in clicking on left arrow
:* Add "Encoding" to the right side in clicking on left arrow
* Choose a beautiful icon if you want
:* Choose a beautiful icon if you want
* Click on OK
:* Click on OK


=== How to use kdesvn (SVN) within quanta ===
=== How to use kdesvn (SVN) within quanta ===
* Make sure kdesvn is installed and working
:* Make sure kdesvn is installed and working
* Open Quanta Plus
:* Open Quanta Plus
* Select "Settings > Configure Plugins..."
:* Select "Settings > Configure Plugins..."
* Select "Add..."
:* Select "Add..."
* Fill in values: Name -> kdesvnpart;  
:* Fill in values: Name -> kdesvnpart;  


* Select an icon if desired;
:* Select an icon if desired;
* Output window -> Editor window (I prefer this);
:* Output window -> Editor window (I prefer this);
* File name -> kde3/libkdesvnpart.la;
:* File name -> kde3/libkdesvnpart.la;
* Input -> Project Folder
:* Input -> Project Folder


* Click "OK"
:* Click "OK"
* If loading fails, you can try to set a tick at "Read only part"
:* If loading fails, you can try to set a tick at "Read only part"
* Now kdesvnpart should be listed
:* Now kdesvnpart should be listed
* Close window and swich back to main window
:* Close window and swich back to main window
* Select "Plugins > kdesvnpart" and you will see kdesvn integrated in quanta cool  
:* Select "Plugins > kdesvnpart" and you will see kdesvn integrated in quanta cool  




Line 36: Line 41:
If you wish to have a toolbar icon to call kdesvnpart you have to modify your toolbar
If you wish to have a toolbar icon to call kdesvnpart you have to modify your toolbar


* Select "Settings > Configure toolbars..."
:* Select "Settings > Configure toolbars..."
* Select toolbar "Plugins Toolbar <quanta>"
:* Select toolbar "Plugins Toolbar <quanta>"
* Select kdesvnpart on the left (Available actions) and move it to the right
:* Select kdesvnpart on the left (Available actions) and move it to the right
* Click on "Change icon" and choose the kdesvn program icon
:* Click on "Change icon" and choose the kdesvn program icon
* Click on OK and the new icon appears right now.
:* Click on OK and the new icon appears right now.


==Links==
==Links==
* Project homepage - http://quanta.kdewebdev.org/
:* Project homepage - http://quanta.kdewebdev.org/

Revision as of 14:50, 12 November 2009

Template:I18n/Language Navigation Bar

Full web development with one-click previews


Quanta Plus is a web development tool for the K Desktop Environment. Quanta is designed for quick web development and is rapidly becoming a mature editor with a number of great features.

Quanta shows project and editor

Tips

Adding Encoding inside Quanta Toolbars

  • Open Quanta Plus
  • Go to the Configuration > Configuration Toolbars menu
  • Select "KatePartView" Toolbar
  • Add "Encoding" to the right side in clicking on left arrow
  • Choose a beautiful icon if you want
  • Click on OK

How to use kdesvn (SVN) within quanta

  • Make sure kdesvn is installed and working
  • Open Quanta Plus
  • Select "Settings > Configure Plugins..."
  • Select "Add..."
  • Fill in values: Name -> kdesvnpart;
  • Select an icon if desired;
  • Output window -> Editor window (I prefer this);
  • File name -> kde3/libkdesvnpart.la;
  • Input -> Project Folder
  • Click "OK"
  • If loading fails, you can try to set a tick at "Read only part"
  • Now kdesvnpart should be listed
  • Close window and swich back to main window
  • Select "Plugins > kdesvnpart" and you will see kdesvn integrated in quanta cool


If you wish to have a toolbar icon to call kdesvnpart you have to modify your toolbar

  • Select "Settings > Configure toolbars..."
  • Select toolbar "Plugins Toolbar <quanta>"
  • Select kdesvnpart on the left (Available actions) and move it to the right
  • Click on "Change icon" and choose the kdesvn program icon
  • Click on OK and the new icon appears right now.

Links