<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <pre style="white-space: pre-wrap; color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">On Mon Mar 18 00:35:32 CET 2019
Mattias Gaertner nc-gaertnma at netcologne.de  wrote:

> On Sun, 17 Mar 2019 19:16:40 -0400
> Dmitry Boyarintsev via lazarus <<a href="https://lists.lazarus-ide.org/listinfo/lazarus">lazarus at lists.lazarus-ide.org</a>> wrote:

> ><i> On Sun, Mar 17, 2019 at 4:58 PM Mattias Gaertner via lazarus <
</i>> ><i> <a href="https://lists.lazarus-ide.org/listinfo/lazarus">lazarus at lists.lazarus-ide.org</a>> wrote:
</i>> ><i> 
</i>> ><i> > Ctrl+Space is for parseable Pascal files, Ctrl+W is for all other
</i>> ><i> > files.
</i>> ><i> >  
</i>> ><i> and what's the issue to have Ctrl+Space for both cases?
</i>
> Are you aware that if Ctrl+Space fails it jumps to the syntax error?

You can disable it in IDE options (Codetools -> Identifier Completion -> Miscellaneous -> Jump to error)
You still get the information about the syntax error in the messages window.

You can include word completion in the identifier completion in the IDE options as well (IDE Options -> Codetools -> Identifier Completion -> Include words) - there is a note about it in <a class="moz-txt-link-freetext" href="http://wiki.freepascal.org/Lazarus_2.0.0_release_notes">http://wiki.freepascal.org/Lazarus_2.0.0_release_notes</a> - then you have both cases in Ctrl+Space.

I worked on it.

Ondrej
</pre>
  </body>
</html>