gshakhn / idea-fitnesse

An IntelliJ plugin for Fitnesse.
12 stars 22 forks source link

Symbolic links not supported? #23

Closed RenzoH89 closed 8 years ago

RenzoH89 commented 8 years ago

When opening our FitNesse project in IntelliJ (15), combined with the FitNesse plugin, IntelliJ keeps indexing the project and seems to get stuck in the process. Disabeling the plugin and restarting IntelliJ stops this issue.

One interesting note: The indexing gets stuck on a content.txt page which exists due to a Symbolic link in the corresponding properties.xml of that page. Could this be the cause of this issue?

amolenaar commented 8 years ago

That's weird. This should not happen (obviously ;) ). The page is parsed by the wiki parser, so there may be some relation there.

How can I replay this? Can you share the (stripped down) content and file structure, so I can reproduce this myself?

RenzoH89 commented 8 years ago

Sorry! Would have wanted to get back to you earlier, but I've been out for some time.

Deleted almost all content but it still happens with the content in the attachment. Also tried it on the machines of some of my colleagues, same issue occurs.

ServiceTestSuite2.zip

RenzoH89 commented 8 years ago

Sorry, have to check it again. Just before uploading I deleted some additional content. Now it doens't seem to happen anymore... I'll get back to you after retracing my steps.

RenzoH89 commented 8 years ago

Well, I not sure what happened above, but you should be able to reproduce the issue using this attachment. ServiceTestSuite5.zip

amolenaar commented 8 years ago

Thanks, I'll give it a try.

amolenaar commented 8 years ago

I did some checks. The conflicting line seems to be

|!define ArrangementToOrderAccountNumber {125673051}|
amolenaar commented 8 years ago

I just release 1.4.4. It fixes this issue.

RenzoH89 commented 8 years ago

Very much appreciated!