Christian(Christian)
- Total activity 45
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 17
-
Edited Can you force HTTP client to treat response as PDF and display preview when Content-Type header is missing in response?
AnsweredHi all,HTTP client can preview PDF files:https://www.jetbrains.com/help/idea/http-client-in-product-code-editor.html#pdfIs there a way to force it to display the preview when the server doesn't sen... -
Created Docs: Reverting changes
AnsweredHi, I need a clarification of the docs, please: The process as explained seems to say that in Manual mode, you submit changes to the DB, which can then be committed or reverted: https://www.jetbrai... -
Created File Resolve Modes not working?
I've tried to understand what Resolve Modes are for. My tl;dr: Playground checks statements individually against the schema, Script mode checks them "in sequence". However, I either got it all wron... -
Created Recognising changes from flyway scirpts in subsequent scripts?
AnsweredHi all, I am using flyway. In one script, I alter table A and add column z. In the next, I insert values into A, but IntelliJ is highlighting z in red - because the column doesn't exist on the serv... -
Created Dry run SQL scripts?
AnsweredHi, is there a way to "dry run" SQL scripts and see their results, without actually changing data or tables on the server? Would I use Manual TX and just not commit them? Kind regards, Christian -
Created Where is Intellij's bundled maven pulling its proxy settings from?
AnsweredWhat proxy settings is the bundled maven using? I don't have anything proxy-related in either the global or user maven settings.xml (overridden in Intellij settings). Yet it manages to pull artifac... -
Created tsconfig import alias paths ignored in nx Angular project when using Optimize Imports
Hi all! I've got an Angular project that is managed with nx, with one app and several libraries. In my tsconfig.base.json, I've got several paths defined, like @myApp/myLib/feature and @myApp/myLib... -
Created JavaScript files generated next to TypeScript files - how do I stop that?
AnsweredHi! I'm working on an Angular project, and IntelliJ constantly generates js files right next to my ts files. But not for all of them. I haven't really found a pattern when it happens - but it is ve... -
Created Open Documentation toolbar in pinned mode by default
AnsweredWhen opening a new project, the documentation toolbar always starts out in floating mode, which is annoying. Is there a way to set the pinned (to sidebar) mode as the default for new projects? -
Created How does IntelliJ Ultimate deploy webapps to Tomcat?
AnsweredHow does IntelliJ Ultimate deploy web apps to Tomcat? In particular, how does it tell Tomcat which files to reload upon change? (I know where the option in IntelliJ is, I want to find out what it d...