You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							19 lines
						
					
					
						
							440 B
						
					
					
				
			
		
		
	
	
							19 lines
						
					
					
						
							440 B
						
					
					
				<AddIn name = "Custom Pad Sample"> | 
						|
 | 
						|
	<Manifest> | 
						|
		<Identity name="SharpDevelop.Samples.CustomPad"/> | 
						|
	</Manifest> | 
						|
	 | 
						|
	<Runtime> | 
						|
		<Import assembly="CustomPad.dll"/> | 
						|
	</Runtime> | 
						|
	 | 
						|
	<Path name = "/SharpDevelop/Workbench/Pads"> | 
						|
		<Pad id       = "CustomPad" | 
						|
		     category = "Main" | 
						|
		     icon     = "PadIcons.Output" | 
						|
		     title    = "Custom Pad" | 
						|
		     class    = "CustomPad.MyCustomPad" | 
						|
		     defaultPosition = "Left" /> | 
						|
	</Path> | 
						|
</AddIn>
 | 
						|
 |