The class icon has changed - class

I have a problem with my classes in Intellij.
The icon class has changed and It doesn't work some small possibilities. Who Knows about thatenter image description here. Thank you
I Don't know when happened that exactly, because I didn't get some error during coding. I saw that it doesn't show prediction code for en shortcut f.ex psvm and I opened project window and I saw that the icon has changed. Maybe I accepted wrong some changes but I don't know what was...
Thank you

Related

What is this thing in Visual Studio Code called and how to disable it

sorry that I don't know how to refer to it. Pls see the image. When I type in vscode, this annoying popup keeps blocking my view to see the code above. I am new in this so I need to refer to the previous lines. maybe when I am more experienced, I don't need to do this anymore. But right now, I want to disable it! Could anyone tell me what it is and how to disable it? Thanks!

vscode git changes are stuck as fully expanded

I'm having a problem where whenever I make a change in vscode, it is shown fully expanded with the previous change also shown (I realize this description is less than clear, so I've included an image below). If anyone knows how to fix this I'd appreciate it.
For anyone else confused by this, I figured out the solution. For some reason my file was open in the working tree. I'm not sure how I did this, but the problem was fixed by closing the file tab, and reopening the file from the explorer

Changing icons order of VSCode status bar

I'd like to change my VSCode status bar's icons order but I don't know how to do it.
I saw only one solution but it was outdated and it didn't work.
Thanks!
Welcome to StackOverflow.
Short of creating your own VS Code extension, there isn't a easy solution to this problem yet. This is, however, a work-in-progress feature which you can track here.
I hope this helps :)

How to setting up EditBox

Im trying to set up EditBox in LiClipse for python but nothing I do makes it work. I feel like I've tried everything but maybe I missed something. Can anyone who was able to set it up explain how they did it?
I'm trying to get it to look like this:
I did some messing around and I found the answer! You need to select the category to the right that is associated with your language (or whatever category you want to store the layout in) and press the add button on the bottom left to add the file type. Simply type in your file type (for example if using the language C in script Test.c type *.c) and press OK, then from there your all set! You can customize the format in the categories tabs above to make yours look unique or more suited for your needs. Hope this helped anyone else confused about setting up EditBox :)
Image of solution:<- Click b/c I cant post pictures yet lol
My Suggestion For a Good Configuration (Using LiClipse Dark Theme): <- Click Me :D

Eclipse shows only te function selected in outline

Maybe I've broke some stuff in settings or something like this but Eclipse starts to show in editor ONLY the function/method that chosen in outline pane. No other code showing in editor. Unchecking "Link with editor" was not helpful. Once thing is helping is reopening of file. But once clicking something in Outline pane all code except chosen function disappearing again so Outline becomes quite useless pane.
Does somebody knows where I could turn off such behavior to make it acting as it was - just jumping to selected function but not hide other code.
Thanks in advance! And sorry for my english.
Sorry everybody for posting so silly question. However, maybe it would be helpful for somebody to know - just found why Eclipse was acting like I've described.
Settings->Javascript->Editor->Only show the selected element. Uncheck this.
Don't even know why it needs such strange settings option...
Thanks again!