Typo3 missing page type icons - typo3

For my new typo3 page I want to add several pages and links. Unfortunately on my fresh 4.5 (I tried 4.7 as well) installation the icons in the page module for the different page types ar missing.
How can I get this icons?

They are 'hidden' under the icon with green plus (left top corner at your screenshot), click it first.

Related

TYPO3 toggle drag in wizard?

I have one TYPO3 10.4 installation which shows a plus at the toolbar in the module-docheader(?) and it toggles the "drag in wizard". Perhaps it's activated because this site has the GridElements extension. It doesn't work (dragging the content elements to a backend content row), except for the GridElements.
How can I get rid of it?
There is a global setting disableDragInWizard in the extension settings in the Install Tool

Accessing SDK Wizard/installing additional drivers in MCUXpresso after initial project creation

Is there a way to re-access the SDK Wizard after the initial time you configure a project? Basically, at that point it lets you select which drivers you want and includes them in a drivers folder. However, as time went on I found that I need to add more drivers than I originally planned for. How do I select additional drivers to incorporate from the SDK after initial project creation?
I found it the information at the following link, in "add/remove components":
https://mcuoneclipse.com/2017/11/25/eclipse-mcuxpresso-ide-10-1-with-integrated-mcuxpresso-configuration-tools/
If the link breaks -
In the Project window view, there is a small icon that looks like a yellow square with perpendicular lines through it.
Click on the project so it is highlighted, then you will be able to click the square icon which says "Manage SDK Components" if you hover over it.
Once you click that, you can select/deselect components you wish to add/remove, respectively.

eclipse thumbnails, what do the additions mean?

Sorry for my vague question, but I'm missing the words to be more to the point. That's part of my question.
I'm using Eclipse Mars. Several views display little images next to, e.g., project names. Furthermore, these images are enriched by additional graphical features, depending on the properties and states of the entities they are attached to. So,
How are these images called?
How are the additions called?
How do I find out, what a specific addition means?
For example, I have no clue about the meaning of the strange antlers on the bottommost image in the following screen.
They are called 'decorations' or 'decorators'. They are added by various plugins to provide additional information about the file / folder / projects. Decorations can also be added to the beginning or end of the label text.
For example the first three projects in your image are Java projects (small J at the top right), they are under source control (bottom right image) and they all have some warnings about problems (warning sign at the bottom left).
You can control the display of many of these images in the Preferences in the 'General > Appearance > Label Decorations' page. Other decorations are controlled in other preference pages specific to the plugin that provides them (for example 'Team > SVN > Label Decorations').
Because they are added by many plugins it is hard to give a list of what they all mean. This answer lists some of them.
Plugins use the org.eclipse.ui.decorators to declare decorations.
I'm not sure but my guess is the 'strange antlers' decoration are because you have an ANTLR project.
Here's the official icon reference for the basic icons and decorators.
Plugins (including standard plugins) will add additional decorations. For example, the ones used by Git are listed in Preferences>Team>Git>Label Decorations, along with a key. You can enable/disable plugin-specific decorations in Preferences>General>Appearance>Label Decorations.
The antlers in your selected icon are from the ANTLR plugin. So that project is an ANTLR project (as well as being a Git-tracked project that causes a warning, per the other icons).
I hope that helps!

VSCode Extension Icons?

Just installed VSCode and went to install some extensions and noticed that no icons were showing up associated with the extensions. Yes I know thats of no real consequence but it just really stood out compared to the screen shots on the vscode page.
This is what is shown as a screen shot on the vscode page:
This is what I see in vscode:
I found the fix was as simple as dragging the window splitter and making it larger. Icons will then appear. The view was simply too compact for the icons apparently.

TYPO3 site properties do not appear

In Typo3 (I am extremely new to it) I just set up a new installation. Under Template I inserted a few lines of TypoScript (which works) into a template on the "Home"-page in the tree.
Now, in the "Sites"-mode, I added some pages to the "Home"-page. When I click
on a page in this mode,
on the edit icon in list mode for a specific site in tree
the right side appears grey where normally I should see some properties.
The installation is installed by the hoster. Why is it?