Giter Club home page Giter Club logo

Comments (6)

MahdiSafsafi avatar MahdiSafsafi commented on August 25, 2024

Thank you Memnarch for your feedback.

So this: "pathes": "Source;Source\Includes" should be transformed to : "pathes": "Source\Includes" ?

Mahdi.

from univdisasm.

Memnarch avatar Memnarch commented on August 25, 2024

you can strip the source in front of the include aswell. The filecopy algorythm goes like this:

Folder structure in your repo:
Source\FolderA
Source\FolderC\FolderD
Base specified: Source
Structure that is created by the algorythm in the targetdirectory:
FolderA
FolderC\FolderD

So pathes should be transformed to:
".;Includes"

The dot is a symbol which means the current directory (which is the sourcedirectory of the installed component) and then "Includes" to tell it to use the Includes-subdirectory folder, too.
If you had a folder in Includes you wanted to, you'd add the path "Includes\MyOtherFolder", too. It's all relative :)

from univdisasm.

Memnarch avatar Memnarch commented on August 25, 2024

you have to know, everytime you install a package, a subdirectory with the packagename is created. This directory has these defaultsubfolders:

Bin (here there goes exe, dlls and stuff)
Lib (DCUs compiled during installation if packages or other projects exists)
Source (Thats the folder where it copies your sourcefiles, to)

from univdisasm.

MahdiSafsafi avatar MahdiSafsafi commented on August 25, 2024

So , will this solve the problem ?
//-----------------------------------------
{
"search_pathes":
[
{
"pathes": ".;Includes",
"platforms": "Win32;Win64;OSX32"
}
],
"browsing_pathes":
[
{
"pathes": ".;Includes",
"platforms": "Win32;Win64;OSX32"
}
],

"source_folders":
[
    {
        "folder": "Source",
        "base": "Source",
        "recursive": true,
        "filter": "*;*.*"
    }
]

}

from univdisasm.

Memnarch avatar Memnarch commented on August 25, 2024

Yes this should do the trick. And sorry for the late Reply, was on a festival.

from univdisasm.

MahdiSafsafi avatar MahdiSafsafi commented on August 25, 2024

It's okay don't worry..
And it's nice to hear that you got some fun for yourself.

from univdisasm.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.