<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.visual-prolog.com/index.php?action=history&amp;feed=atom&amp;title=Ide%2FMessages_and_Errors_Window</id>
	<title>Ide/Messages and Errors Window - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.visual-prolog.com/index.php?action=history&amp;feed=atom&amp;title=Ide%2FMessages_and_Errors_Window"/>
	<link rel="alternate" type="text/html" href="https://wiki.visual-prolog.com/index.php?title=Ide/Messages_and_Errors_Window&amp;action=history"/>
	<updated>2026-05-02T15:43:20Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>https://wiki.visual-prolog.com/index.php?title=Ide/Messages_and_Errors_Window&amp;diff=3523&amp;oldid=prev</id>
		<title>GalinaTchekmareva: New page: {{ideNavbar|Messages and Errors Window}} === Messages Window ===  The &#039;&#039;&#039;Messages&#039;&#039;&#039; window displays various progress messages describing important IDE events like: a file or the project i...</title>
		<link rel="alternate" type="text/html" href="https://wiki.visual-prolog.com/index.php?title=Ide/Messages_and_Errors_Window&amp;diff=3523&amp;oldid=prev"/>
		<updated>2013-04-04T11:35:52Z</updated>

		<summary type="html">&lt;p&gt;New page: {{ideNavbar|Messages and Errors Window}} === Messages Window ===  The &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window displays various progress messages describing important IDE events like: a file or the project i...&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{ideNavbar|Messages and Errors Window}}&lt;br /&gt;
=== Messages Window ===&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window displays various progress messages describing important IDE events like: a file or the project is saved, a new project is opened, a module is compiled, a project is built, etc. In the &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window you can see the list of all important IDE events so it contains a history of the IDE execution. The &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window can be scrolled or re-sized at any time to view more events than are visible in the window.&lt;br /&gt;
&lt;br /&gt;
[[Image:Ide_Messages_Window.png]]&lt;br /&gt;
&lt;br /&gt;
It is possible to copy any selected part of text from the &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window to the clipboard.&lt;br /&gt;
               &lt;br /&gt;
Using the right mouse button anywhere in the &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window will bring up a local pop-up menu.&lt;br /&gt;
&lt;br /&gt;
In the &amp;#039;&amp;#039;&amp;#039;Options&amp;#039;&amp;#039;&amp;#039; dialog (you can activate it with the &amp;#039;&amp;#039;&amp;#039;Tools | Options&amp;#039;&amp;#039;&amp;#039; command) it is possible to set:&lt;br /&gt;
&lt;br /&gt;
* the number of lines to remember in the &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window,&lt;br /&gt;
* where the &amp;#039;&amp;#039;&amp;#039;Messages&amp;#039;&amp;#039;&amp;#039; window should be positioned,&lt;br /&gt;
&lt;br /&gt;
If the Messages window is closed, it can be opened again by checking ON the &amp;#039;&amp;#039;&amp;#039;View | Messages Window&amp;#039;&amp;#039;&amp;#039; option.&lt;br /&gt;
&lt;br /&gt;
=== Errors (Warnings) Window ===&lt;br /&gt;
&lt;br /&gt;
The IDE displays this window when error or warning messages are generated by the compiler while compiling Prolog files or by the linker while combine object files, libraries, and resource files into the single target file. If the &amp;#039;&amp;#039;&amp;#039;Errors&amp;#039;&amp;#039;&amp;#039; window appears, it looks like this:&lt;br /&gt;
&lt;br /&gt;
[[Image:Ide_Errors_Window.png]]&lt;br /&gt;
&lt;br /&gt;
Each line contains three parts: &amp;#039;&amp;#039;&amp;#039;Type&amp;#039;&amp;#039;&amp;#039;, &amp;#039;&amp;#039;&amp;#039;Description&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;Filename&amp;#039;&amp;#039;&amp;#039;. The &amp;#039;&amp;#039;&amp;#039;Type&amp;#039;&amp;#039;&amp;#039; column displays type and certain number of the message. For example &amp;quot;&amp;#039;&amp;#039;&amp;#039;e163&amp;#039;&amp;#039;&amp;#039;&amp;quot; means certain error with number 163. The message &amp;quot;&amp;#039;&amp;#039;&amp;#039;w507&amp;#039;&amp;#039;&amp;#039;&amp;quot; means certain warning number 507. You can find the detailed description of this error in the Visual Prolog Help. When you press the &amp;#039;&amp;#039;&amp;#039;F1&amp;#039;&amp;#039;&amp;#039; key and the cursor is positioned on some line inside the &amp;#039;&amp;#039;&amp;#039;Errors (Warnings)&amp;#039;&amp;#039;&amp;#039; window, then the Visual Prolog Help is activated and opens the topic (if any) containing the detailed description of the error reported in the selected line.&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;Description&amp;#039;&amp;#039;&amp;#039; column contains description of the message. The &amp;#039;&amp;#039;&amp;#039;Filename&amp;#039;&amp;#039;&amp;#039; column contains the file name with relative path in which an error or warning has occurred.&lt;br /&gt;
&lt;br /&gt;
When you double-click the line in the &amp;#039;&amp;#039;&amp;#039;Errors&amp;#039;&amp;#039;&amp;#039; window, which contains a compiler error or a warning message, then the IDE opens the referenced source file and puts the cursor on the reported error/warning position.&lt;br /&gt;
&lt;br /&gt;
The lower edge contains full description of the error: full path of the file with position in text, full name of message including number and description. If for some reason &amp;#039;&amp;#039;&amp;#039;F1&amp;#039;&amp;#039;&amp;#039; cannot be used, then you can find the topic with detailed error description if you open the &amp;#039;&amp;#039;&amp;#039;Index&amp;#039;&amp;#039;&amp;#039; tab in the Visual Prolog Help and specify the reported error number, like this &amp;quot;c507&amp;quot;.&lt;/div&gt;</summary>
		<author><name>GalinaTchekmareva</name></author>
	</entry>
</feed>