mirror of
				https://gitlab.com/freepascal.org/lazarus/lazarus.git
				synced 2025-11-04 12:29:27 +01:00 
			
		
		
		
	examples: comments
git-svn-id: trunk@35040 -
This commit is contained in:
		
							parent
							
								
									57143e7590
								
							
						
					
					
						commit
						18eae4cea8
					
				@ -16,6 +16,19 @@
 | 
			
		||||
  at <http://www.gnu.org/copyleft/gpl.html>. You can also obtain it by writing
 | 
			
		||||
  to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
 | 
			
		||||
  MA 02111-1307, USA.
 | 
			
		||||
}
 | 
			
		||||
{
 | 
			
		||||
ToDos:
 | 
			
		||||
- FPC keyword: context
 | 
			
		||||
- FPC Messages, message, id
 | 
			
		||||
- Other messages: Linker errors, fpcres errors
 | 
			
		||||
- predefined identifiers: cardinal, longint
 | 
			
		||||
- predefined procs: exit, break, continue, writeln
 | 
			
		||||
- help for sources
 | 
			
		||||
- IDE dialogs / wiki:
 | 
			
		||||
- custom dialogs / wiki:
 | 
			
		||||
- fpc compiler options:
 | 
			
		||||
 | 
			
		||||
}
 | 
			
		||||
unit MyIDEHelp;
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -1349,7 +1349,6 @@ function TIDEHelpManager.ShowHelpForSourcePosition(const Filename: string;
 | 
			
		||||
      Dec(IdentStart);
 | 
			
		||||
    KeyWord:=copy(CodeBuffer.Source,IdentStart,IdentEnd-IdentStart);
 | 
			
		||||
    ErrorMsg:='';
 | 
			
		||||
    debugln(['CollectKeyWords ',KeyWord]);
 | 
			
		||||
    if KeyWord[1] = '$' then
 | 
			
		||||
      Result:=ShowHelpForDirective('',FPCDirectiveHelpPrefix+Keyword,ErrorMsg)
 | 
			
		||||
    else if KeyWord[1] = '%' then
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user