Results 1 to 11 of 11

Thread: First QDevelop plugin

  1. #1
    Join Date
    Jan 2006
    Posts
    156
    Thanked 12 Times in 12 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default First QDevelop plugin

    Hello,
    The first plugin for QDevelop is available here: http://qdevelop.org/plugins. It is a plugin text based on Artistic Style 1.19 which allows to indent and format the text of the current editor.
    This plugin works with version 0.21 of QDevelop under development. This version is avalaible on server http://qdevelop.org or on svn.
    To install it, open the plugin project, then after compilation, copy the file obtained (.so) or (.dll) present in the directory lib in the sub-directory plugins where the QDevelop application is. If this repertory does not exist, it should be created. Example of structure directory under Linux:
    Qt Code:
    1. .
    2. |-- QDevelop-0.21-rev66
    3. | |-- QDevelop
    4. | |-- plugins
    5. | |-- libastyle-plugin.so
    To copy to clipboard, switch view to plain text mode 

    After having started again QDevelop, a new menu “Plugins |Astyle” is added in the principal menu and makes it possible to launch the plugin. The entry menu “Options | Configures plugins | AStyle” is also added and makes it possible to configure the desired style of indentation.

    Thanks
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: First QDevelop plugin

    Good work, keep on going!

  3. #3
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    Unable to fetch the link http://qdevelop.org/astyle-plugin.zip. I am getting a 404 error
    We can't solve problems by using the same kind of thinking we used when we created them

  4. #4
    Join Date
    Jan 2006
    Posts
    156
    Thanked 12 Times in 12 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  5. #5
    Join Date
    May 2006
    Location
    Pune,India
    Posts
    63
    Thanks
    7
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    Quote Originally Posted by sunil.thaha View Post
    Unable to fetch the link http://qdevelop.org/astyle-plugin.zip. I am getting a 404 error
    Same problem with me.

  6. #6
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: First QDevelop plugin

    J-P Nurmi

  7. #7
    Join Date
    Jan 2006
    Posts
    156
    Thanked 12 Times in 12 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    Sorry, you are right. The link is now updated.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  8. #8
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    Do you have a seperate bugtracker for the plugins ? or should I use the same link( http://code.google.com/p/qdevelop/issues/list )
    We can't solve problems by using the same kind of thinking we used when we created them

  9. #9
    Join Date
    Jan 2006
    Posts
    156
    Thanked 12 Times in 12 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    Currently, you can post your requests in this thread.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

  10. #10
    Join Date
    Jan 2006
    Location
    Kerala
    Posts
    371
    Thanks
    76
    Thanked 37 Times in 32 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    For the header File

    Qt Code:
    1. #ifndef DIALOGTEMPLATE_H
    2. #define DIALOGTEMPLATE_H
    3. //
    4. #include "ui_DialogTemplate.h"
    5. //
    6. class DialogTemplate : public QDialog, public Ui::Dialog {
    7. Q_OBJECT
    8.  
    9. public:
    10. DialogTemplate( QWidget * parent = 0, Qt::WFlags f = 0 );
    11. private slots:
    12.  
    13. };
    14.  
    15. #endif
    To copy to clipboard, switch view to plain text mode 
    Bug #1
    1. In the settings of the astyle plugin, Choose custom
    2. In the formatting tab, check the padding lines .... 3. Execute the plugin and the QDevelop crashes

    Bug #2
    1. In the settings of the astyle plugin, Choose custom
    2. In the formatting tab, toggling the checkbox does not bring the contents to the old format
    We can't solve problems by using the same kind of thinking we used when we created them

  11. #11
    Join Date
    Jan 2006
    Posts
    156
    Thanked 12 Times in 12 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: First QDevelop plugin

    Thank you,
    A new project is opened on google code here : http://code.google.com/p/qdevelop-plugins/. The two problems are fixed on this svn.
    QDevelop, an complete Integrated Development Environment for Qt 4: http://qdevelop.org

Similar Threads

  1. plugin loading problem
    By naresh in forum Qt Programming
    Replies: 6
    Last Post: 9th June 2007, 20:05
  2. Testing a custom Plugin
    By maluta in forum Qt Programming
    Replies: 5
    Last Post: 31st October 2006, 16:09
  3. creating table plugin
    By mgurbuz in forum Qt Programming
    Replies: 3
    Last Post: 28th April 2006, 14:50
  4. Application plugin on windows
    By Eyee in forum Qt Programming
    Replies: 2
    Last Post: 22nd March 2006, 18:36
  5. Managing widget plugin in Qt Designer
    By yellowmat in forum Newbie
    Replies: 8
    Last Post: 31st January 2006, 10:58

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.