fredvs / ideU

The ide. Universal.
GNU General Public License v2.0
63 stars 9 forks source link

CTRL-Click on FreePascal units and identifiers #17

Closed circular17 closed 4 years ago

circular17 commented 4 years ago

When doing CTRL-Click on Classes in the uses clause, it doesn't go to the file.

I have set the path of FPC source correctly in general settings: C:\lazarus\fpc\3.0.4\source\

Is there something else to set up?

fredvs commented 4 years ago

Hello.

Did you read the MSE issue? https://github.com/mse-org/mseide-msegui/issues/3#issuecomment-612633690 https://github.com/mse-org/mseide-msegui/issues/3#issuecomment-612637277

circular17 commented 4 years ago

Oh I see. I forgot about that as it was not in context because we were talking about MSE files.

So if I understand, I need to add directories both in the Make directories and the Debugger directories. Seems redundant to me but not a big deal.

fredvs commented 4 years ago

Yes because this are 2 different things. And how much you add directories in the Search directory list, how more work you ask to the computer.

If you have a fast one, no problem. But if you add for example in the search list all the directories of fpc source, CTRL+Click will search in all the list and it could take some time.

In the Make directory list, you do not need to add the directories of fpc because it is done by the fpc.cfg.

circular17 commented 4 years ago

Alright