Edoardo Luppi

Results 354 comments of Edoardo Luppi

What I'll do here is just allow customizing how many tokens can be extracted from recently used ones and VCS. Currently it's fixed to 15 max. So potentially you could...

The big problem is the footer parser does not work correctly with two separate words as of now. I think for this to work correctly we'd need to wait that...

Also, to be complete: the docs states > BREAKING-CHANGE MUST be synonymous with BREAKING CHANGE, when used as a token in a footer. So you can safely use the currently...

Hi @raphw! I'm hitting the same problem. > As a possible work around, one could create a subclass Could you expand a bit on this? Are you saying this should...

@raphw thanks. This kind of multi-module issue is making me go crazy. It's much more noticeable when you run a CI pipeline. If you start with projects `a` and `b`,...

Hi @laeubi, thanks for the quick answer. So, I think we need to find an easier Tycho project to test with IDEA, MAT seems too complicated. Would https://github.com/eclipse/tycho/tree/master/demo/itp01 be ok?...

Ok I'll try to wrap my head around what you wrote, thanks 😄 Regarding PDE, IntellIJ supports PDE using the [eclipse-pde-partial](https://github.com/JaneWardSandy/eclipse-pde-partial-idea) plugin, but Tycho support is needed to support automatic...

@laeubi so what you're saying is that I could run Maven via command line and then use the standard PDE support in IntelliJ?

@laeubi oh ok! I mean, the plugin I linked supports reading the target configuration file and the manifest, and is capable of generating the correct IntelliJ module structure (I have...

I'm doing some progress with debugging the demo project. That project points to `https://download.eclipse.org/releases/2022-06/` ``` eclipse p2 https://download.eclipse.org/releases/2022-06 ``` And the P2 resolver uses some suffixes to look into the...