Resize the splitter padding & Intelij plugin not working correctly [message #1852372] |
Thu, 12 May 2022 04:29  |
Eclipse User |
|
|
|
Hi all,
So i have a java Scout22 application and i wanted to know 2 things.
1) Is it possible to reduce the whitespace between the splitter and the other components. As you can see in picture 1 the whitespace between the table and the splitter is really big. Is there a easy way to reduce that? We tried it with css but the result was not really working.
2) I am using intellij to code the scout application. Now i have the newest scout plugin for intellij (12.0.0.2111151344). It appears that since i am using Scout22 the plugin seems to not work correctly. I can generate pages and forms but it only generates the client classes. It doesnt generate the formData classes or Services. Now my question is, is that intended or did i do something wrong?
Thank you all for your help,
Luis
|
|
|
|
|
|
|
|
|
|
|
Re: Resize the splitter padding & Intelij plugin not working correctly [message #1852767 is a reply to message #1852766] |
Fri, 03 June 2022 05:51   |
Eclipse User |
|
|
|
Hi Luis
The error is "Cannot start platform due to 33 invalid config properties: [key1, key2, key3, key4, key5, key6, key7, key8, key9, key10, key11, key12, key13, key14, key15, key16, key17, key18, key19, key20, key21, key22, key23, key24, key25, key26, key27, key28, key29, key30, key31, key32, key33]". So it seems you have properties in your config.properties files which actually don't exist in the application?
So either remove those unused properties from your config files or (if they are used somewhere else) implement an IConfigurationValidator which marks them as valid.
Still I don't know the relation to the removed dependency. And why it worked before.
Anyway adding a server dependency to the shared module seems quite dangerous to me, as this dependency is then also available in the client (which results in a server&client mix). Or are you using the serverbridge module and only use one WAR file?
Kind regards
Mat
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.07280 seconds