mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 14:49:34 +01:00 
			
		
		
		
	IDE: messages window: menu item save all changed to save all, not only visible
git-svn-id: trunk@13205 -
This commit is contained in:
		
							parent
							
								
									6060a047ed
								
							
						
					
					
						commit
						e7821b7cd3
					
				@ -623,7 +623,7 @@ end;
 | 
			
		||||
procedure TMessagesView.SaveMessagesToFile(const Filename: string);
 | 
			
		||||
// save visible messages to file
 | 
			
		||||
begin
 | 
			
		||||
  SaveStringToFile(Filename, GetVisibleMessagesAsText, []);
 | 
			
		||||
  SaveStringToFile(Filename, MessageLinesAsText(FItems), []);
 | 
			
		||||
end;
 | 
			
		||||
 | 
			
		||||
procedure TMessagesView.SrcEditLinesInsertedDeleted(const Filename: string;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user