Review Request 122388: Custom Build System human readable defines and include search path for KDevelop kf5/master

Sergey Kalinichev kalinichev.so.0 at gmail.com
Sun Feb 22 07:46:19 UTC 2015


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/122388/#review76418
-----------------------------------------------------------



languages/plugins/custom-definesandincludes/compilerprovider/tests/test_compilerprovider.h
<https://git.reviewboard.kde.org/r/122388/#comment52636>

    No that's not what I meant.
    Do something like this in the **cpp** file:
    
    namespace{
    void testCompilerEntry(SettingsManager, KConfig)
    {
    ....
    }
    
    void testAddingEntry(SettingsManager, KConfig)
    {
    ...
    }
    }
    
    Also note that you don't need the entries and entry parameters here, you can read it from the config file.
    
    Is it clear now?


- Sergey Kalinichev


On Feb. 22, 2015, 9:25 a.m., Salamander Purake wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/122388/
> -----------------------------------------------------------
> 
> (Updated Feb. 22, 2015, 9:25 a.m.)
> 
> 
> Review request for KDevelop.
> 
> 
> Repository: kdevelop
> 
> 
> Description
> -------
> 
> Made the defines and include path lists human readable by removing the QDataStream and QByte types from the save load steps.
> 
> 
> Diffs
> -----
> 
>   languages/plugins/custom-definesandincludes/compilerprovider/settingsmanager.cpp df2c425 
>   languages/plugins/custom-definesandincludes/compilerprovider/tests/test_compilerprovider.h e92ebc0 
>   languages/plugins/custom-definesandincludes/compilerprovider/tests/test_compilerprovider.cpp f9fb7fe 
> 
> Diff: https://git.reviewboard.kde.org/r/122388/diff/
> 
> 
> Testing
> -------
> 
> create/load a custom build system project (${project-name}.kdev4) add defines and includes path to project via in the text file and the dialog. Tested the defines lines inside the source code files and the autocompletion also in the code files.
> 
> 
> Thanks,
> 
> Salamander Purake
> 
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20150222/50d83e59/attachment.html>


More information about the KDevelop-devel mailing list