www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.ide - Code::Blocks 17.2 message : The Parser is still parsing files

reply pascal111 <judas.the.messiah.111 gmail.com> writes:
https://forum.dlang.org/post/bnrpqhvkeuiumnlqomri forum.dlang.org

On Wednesday, 3 October 2018 at 22:53:41 UTC, John R wrote:
 On Ubuntu 18.04.1, I've built myself a latest copy of the Deb 
 files for Code::Blocks 17.12svn0, and installed all

 All seems to work on a Hello World, except I get this message:-

 The Parser is still parsing files. > Reasons:
 - still need to mark files as local

 And I've not found a solution.
 Any suggestions?

 Thx
I've same problem with Code:Blocks under Ubuntu. Any solutions?
Jul 26 2022
parent Tejas <notrealemail gmail.com> writes:
On Wednesday, 27 July 2022 at 00:22:07 UTC, pascal111 wrote:
 https://forum.dlang.org/post/bnrpqhvkeuiumnlqomri forum.dlang.org

 On Wednesday, 3 October 2018 at 22:53:41 UTC, John R wrote:
 On Ubuntu 18.04.1, I've built myself a latest copy of the Deb 
 files for Code::Blocks 17.12svn0, and installed all

 All seems to work on a Hello World, except I get this message:-

 The Parser is still parsing files. > Reasons:
 - still need to mark files as local

 And I've not found a solution.
 Any suggestions?

 Thx
I've same problem with Code:Blocks under Ubuntu. Any solutions?
I strongly suggest leaving Code::Blocks for something more modern and mainstream, since the latest release of Code::Blocks was in 2020 Additionally, take a look at the following post, where a user laments the lack of features/support : https://forums.codeblocks.org/index.php/topic,24885.0.html It used to be pretty popular, but now it's days are gone I suggest moving to VSCode and installing the `code-d` extension for the best/most supported dlang development expierience https://code.visualstudio.com https://marketplace.visualstudio.com/items?itemName=webfreak.code-d
Jul 27 2022