~ubuntu-branches/ubuntu/karmic/codelite/karmic

« back to all changes in this revision

Viewing changes to Interfaces/imanager.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-08-15 17:42:43 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090815174243-nlb9ikgigbiybz12
Tags: 1.0.2893+dfsg-0ubuntu1
* debian/rules:
  + Tidy up get-orig-source rule
* debian/control:
  + Bump Standards-Version
  + Change Maintainer email address to @ubuntu.com
  + Drop cdbs build-dependency
* debian/copyright:
  + Update to DEP-5 format
* debian/patches/00_add-fPIC.patch:
  + Dropped, fix upstream
* Closes LP: #413992

Show diffs side-by-side

added added

removed removed

Lines of Context:
279
279
     * @return the found tag or NULL
280
280
     */
281
281
    virtual TagEntryPtr GetTagAtCaret(bool scoped, bool impl) = 0;
282
 
    
 
282
 
283
283
    /**
284
284
     * @brief show a (short) message in the status bar
285
285
     */
303
303
        virtual void StopAndClearQueue() = 0;
304
304
 
305
305
        /**
 
306
         * return true if a compilation is in process (either clean or build)
 
307
         */
 
308
        virtual bool IsBuildInProgress() const = 0;
 
309
 
 
310
        /**
 
311
         * return true if the last buid ended successfully
 
312
         */
 
313
        virtual bool IsBuildEndedSuccessfully() const = 0;
 
314
 
 
315
        /**
306
316
         * @brief return the project name of a file
307
317
         * @param fullPathFileName file to search
308
318
         * @return project name or wxEmptyString if the search failed