asynts 
								
							 
						 
						
							
							
							
							
								
							
							
								f005548d56 
								
							 
						 
						
							
							
								
								Spreadsheet: Use new format functions.  
							
							... 
							
							
							
							In a few places I also simplified a few format strings:
    -outln("{} item{}", items, items.size() == 1 ? ' ' : 's');
    +outln("{} item(s)", items);
In my opinion this is more readable and in some places it incorrectly
wrote '0 item' which is "fixed" now. In other places the placeholder
space looked weird. 
							
						 
						
							2020-10-06 15:28:39 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									AnotherTest 
								
							 
						 
						
							
							
							
							
								
							
							
								7465c51ef2 
								
							 
						 
						
							
							
								
								Base+LibGUI+Spreadsheet: Add icons for Spreadsheet  
							
							... 
							
							
							
							Also adds a Spreadsheet.af. 
							
						 
						
							2020-08-27 10:27:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									AnotherTest 
								
							 
						 
						
							
							
							
							
								
							
							
								cb7fe4fe7c 
								
							 
						 
						
							
							
								
								Spreadsheet: Add support for multiple sheets  
							
							... 
							
							
							
							This also refactors the js integration stuff to allow sheets to
reference each other safely. 
							
						 
						
							2020-08-27 10:27:20 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									AnotherTest 
								
							 
						 
						
							
							
							
							
								
							
							
								3320bb45d1 
								
							 
						 
						
							
							
								
								Spreadsheet: Add "Save As"  
							
							
							
						 
						
							2020-08-25 09:46:28 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									AnotherTest 
								
							 
						 
						
							
							
							
							
								
							
							
								fdf0660064 
								
							 
						 
						
							
							
								
								Spreadsheet: Implement state-preserving saves and loads  
							
							
							
						 
						
							2020-08-25 09:46:28 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									AnotherTest 
								
							 
						 
						
							
							
							
							
								
							
							
								4c65bd3731 
								
							 
						 
						
							
							
								
								Spreadsheet: Add back the menubar  
							
							
							
						 
						
							2020-08-24 19:15:07 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									AnotherTest 
								
							 
						 
						
							
							
							
							
								
							
							
								3a07f6e345 
								
							 
						 
						
							
							
								
								Spreadsheet: Document runtime functions and add a help window  
							
							... 
							
							
							
							...that can automatically generate documentation pages from the objects. 
							
						 
						
							2020-08-24 18:21:33 +02:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									AnotherTest 
								
							 
						 
						
							
							
							
							
								
							
							
								a6ebd29aa5 
								
							 
						 
						
							
							
								
								Spreadsheet: Start making a spreadsheet application  
							
							
							
						 
						
							2020-08-24 18:21:33 +02:00