Add format ribbon buttons.
This commit is contained in:
		
							
								
								
									
										
											BIN
										
									
								
								gimp/fff.xcf
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								gimp/fff.xcf
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							
							
								
								
									
										
											BIN
										
									
								
								zaaReloaded2/Icons/fff.png
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										
											BIN
										
									
								
								zaaReloaded2/Icons/fff.png
									
									
									
									
									
										Normal file
									
								
							
										
											Binary file not shown.
										
									
								
							| 
		 After Width: | Height: | Size: 1.1 KiB  | 
@@ -24,12 +24,21 @@
 | 
				
			|||||||
    <tabs>
 | 
					    <tabs>
 | 
				
			||||||
      <tab id="zaaReloaded2" label="zaaReloaded2">
 | 
					      <tab id="zaaReloaded2" label="zaaReloaded2">
 | 
				
			||||||
		  <group id="zrlFormatGroup" label="Formatieren">
 | 
							  <group id="zrlFormatGroup" label="Formatieren">
 | 
				
			||||||
			  <button id="zrlFormat" label="Formatieren" image="f.png" onAction="Ribbon_Click" size="large" />
 | 
								  <splitButton id="zrlFormatSplitButton" size="large">
 | 
				
			||||||
 | 
									  <button id="zrlFormat" label="Formatieren" image="f.png" onAction="Ribbon_Click"
 | 
				
			||||||
 | 
											  supertip="Formatiert den ausgewählten Bereich mit dem zuletzt verwendeten Stil." />
 | 
				
			||||||
 | 
									  <menu id="zrlFormatMenu" screentip="Formatierungsmenü" supertip="Öffnet ein Menü mit einem weiteren Befehl.">
 | 
				
			||||||
 | 
										  <button id="zrlChooseFormat" label="Stil auswählen/bearbeiten" image="fff.png" onAction="Ribbon_Click"
 | 
				
			||||||
 | 
											   supertip="Zeigt eine Liste vorhandener Stile an. Stile können bearbeitet, hinzugefügt, gelöscht werden." />
 | 
				
			||||||
 | 
									  </menu>
 | 
				
			||||||
 | 
								  </splitButton>
 | 
				
			||||||
			  <button id="zrlDaniel" label="Daniels Spezial" image="dk.png" onAction="Ribbon_Click" size="large"
 | 
								  <button id="zrlDaniel" label="Daniels Spezial" image="dk.png" onAction="Ribbon_Click" size="large"
 | 
				
			||||||
					  getVisible="Daniel_GetVisible"/>
 | 
										  getVisible="Daniel_GetVisible"/>
 | 
				
			||||||
		  </group>
 | 
							  </group>
 | 
				
			||||||
		  <group id="zrlInfoGroup" label="Info">
 | 
							  <group id="zrlInfoGroup" label="Info">
 | 
				
			||||||
			<button id="zrlAbout" label="Über..." image="i.png" onAction="Ribbon_Click" size="large" />
 | 
								<button id="zrlAbout" label="Über..." image="i.png" onAction="Ribbon_Click" size="large"
 | 
				
			||||||
 | 
										screentip="Über zaaReloaded"
 | 
				
			||||||
 | 
										supertip="Zeigt Informationen über das Add-in an." />
 | 
				
			||||||
        </group>
 | 
					        </group>
 | 
				
			||||||
      </tab>
 | 
					      </tab>
 | 
				
			||||||
    </tabs>
 | 
					    </tabs>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -294,7 +294,9 @@
 | 
				
			|||||||
    <EmbeddedResource Include="VERSION" />
 | 
					    <EmbeddedResource Include="VERSION" />
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <EmbeddedResource Include="Ribbon.xml" />
 | 
					    <EmbeddedResource Include="Ribbon.xml">
 | 
				
			||||||
 | 
					      <SubType>Designer</SubType>
 | 
				
			||||||
 | 
					    </EmbeddedResource>
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <Resource Include="Icons\i.png" />
 | 
					    <Resource Include="Icons\i.png" />
 | 
				
			||||||
@@ -305,6 +307,9 @@
 | 
				
			|||||||
  <ItemGroup>
 | 
					  <ItemGroup>
 | 
				
			||||||
    <Resource Include="Icons\dk.png" />
 | 
					    <Resource Include="Icons\dk.png" />
 | 
				
			||||||
  </ItemGroup>
 | 
					  </ItemGroup>
 | 
				
			||||||
 | 
					  <ItemGroup>
 | 
				
			||||||
 | 
					    <Resource Include="Icons\fff.png" />
 | 
				
			||||||
 | 
					  </ItemGroup>
 | 
				
			||||||
  <PropertyGroup>
 | 
					  <PropertyGroup>
 | 
				
			||||||
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
 | 
					    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
 | 
				
			||||||
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
 | 
					    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user