Quanta: Difference between revisions

From KDE UserBase Wiki
(Markup edit)
(Marked this version for translation)
Line 2: Line 2:


{|class="tablecenter vertical-centered"
{|class="tablecenter vertical-centered"
|[[Image:Quanta.png]]||<translate>'''Full web development with one-click previews'''</translate>
|[[Image:Quanta.png]]||<translate><!--T:1-->
'''Full web development with one-click previews'''</translate>
|}
|}


<translate>
<translate>
<!--T:2-->
'''Quanta Plus''' is a web development tool for the KDE software users. '''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 KDE software users. '''Quanta''' is designed for quick web development and is rapidly becoming a mature editor with a number of great features.  


<!--T:3-->
[[Image:Quanta-screenshot-de.png|thumb|400px|center|Quanta shows project and editor]]
[[Image:Quanta-screenshot-de.png|thumb|400px|center|Quanta shows project and editor]]


==Tips==
==Tips== <!--T:4-->


=== Adding Encoding inside Quanta Toolbars ===
=== Adding Encoding inside Quanta Toolbars === <!--T:5-->


<!--T:6-->
* Open '''Quanta Plus'''
* Open '''Quanta Plus'''
* Go to the <menuchoice>Configuration -> Configuration Toolbars</menuchoice> menu
* Go to the <menuchoice>Configuration -> Configuration Toolbars</menuchoice> menu
Line 21: Line 25:
* Click on <menuchoice>OK</menuchoice>
* Click on <menuchoice>OK</menuchoice>


=== How to use kdesvn (SVN) within '''Quanta''' ===
=== How to use kdesvn (SVN) within '''Quanta''' === <!--T:7-->


<!--T:8-->
* Make sure '''kdesvn''' is installed and working
* Make sure '''kdesvn''' is installed and working
* Open '''Quanta Plus'''
* Open '''Quanta Plus'''
Line 30: Line 35:




<!--T:9-->
* Select an icon if desired;
* Select an icon if desired;
* <menuchoice>Output window -> Editor window</menuchoice> (I prefer this);
* <menuchoice>Output window -> Editor window</menuchoice> (I prefer this);
Line 36: Line 42:




<!--T:10-->
* Click <menuchoice>OK</menuchoice>
* Click <menuchoice>OK</menuchoice>
* If loading fails, you can try to set a tick at <menuchoice>Read only part</menuchoice>
* If loading fails, you can try to set a tick at <menuchoice>Read only part</menuchoice>
Line 44: Line 51:




<!--T:11-->
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


<!--T:12-->
* Select <menuchoice>Settings -> Configure toolbars...</menuchoice>
* Select <menuchoice>Settings -> Configure toolbars...</menuchoice>
* Select toolbar <menuchoice>Plugins Toolbar <quanta></menuchoice>
* Select toolbar <menuchoice>Plugins Toolbar <quanta></menuchoice>
Line 52: Line 61:
* Click on <menuchoice>OK</menuchoice> and the new icon appears right now.
* Click on <menuchoice>OK</menuchoice> and the new icon appears right now.


==Links==
==Links== <!--T:13-->


<!--T:14-->
:* Project homepage - http://quanta.kdewebdev.org/
:* Project homepage - http://quanta.kdewebdev.org/


<!--T:15-->
[[Category:Development]]
[[Category:Development]]
</translate>
</translate>

Revision as of 13:38, 21 September 2010

Full web development with one-click previews

Quanta Plus is a web development tool for the KDE software users. 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