Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

D Programming Language Support

<< < (12/13) > >>

ollydbg:

--- Quote from: wangdong1226 on January 18, 2011, 02:52:30 am ---I would support this topic also.

We still need the info that does CodeBlocks have some kind of timeschedule for that?

More and more people noticing and will using D in future, and D itself is growing every day.
please notice the stauts under this link: http://www.dsource.org/projects/phobos/timeline

It is strongly recommended that CodeBlocks should fully support D (basicly, it should starting from codecompletion for D. )

--- End quote ---
As I know, no body was working on D codecompletion. :(

You can read the source code about the c/c++ parser in the current implementation of CodeCompletion plugin , and wrote a similar for D parser.  :D

afb:

--- Quote from: bioinfornatics on December 06, 2010, 10:45:50 pm ---some news about D support on codeblocks ?
what is the status?

--- End quote ---

I don't know about anyone working on D2 support for Code::Blocks,
or D code completion. Think the LDC support was somewhat functional ?
(Or at least I haven't seen too many major bug reports about it yet...)
So the current Status Quo will be kept, until someone steps up to develop.

bioinfornatics:
ldc works fine  with codeblock :D

me i a m too busy this time but if someone could contribute forr improve D support he is welcome  :P

bioinfornatics:
i have stopped to works with code::blocks in D programming. now i use geany it is better, syntax hightlighting, autcompletion support all compiler and makefile.

Marenz:
Hello there,

I just created a D project and added all the files. Compilation works fine (using my Makefile) from within codeblocks and also without it (though i get expected linker errors, but nevermind that)

The only thing really not working is the Class/Symbol Browser (The thing under Managment -> Tabs). It shows no symbols at all :(

I know it worked in the past, so I don't understand why it doesn't work anymore.. I am using D1.

I just looked at the terminal when codeblocks is starting and when I open the project.. and it says:


--- Code: ---Loading project file...
Parsing project file...
Loading target debug
Loading target main
Loading project files...
9 files loaded
Done loading project in 1ms
Project's base path: /home/mathias/workspace/Cliff/
Project's common toplevel path: /home/mathias/workspace/Cliff/
Text seems to be pure ASCII!
We use user specified encoding: Unicode 8 bit (UTF-8) (ID: 41)
Final encoding detected: Unicode 8 bit (UTF-8) (ID: 41)
Editor Open
project data set for /home/mathias/workspace/Cliff/src/mod/cliff/Cliff.d
Text seems to be pure ASCII!
We use user specified encoding: Unicode 8 bit (UTF-8) (ID: 41)
Final encoding detected: Unicode 8 bit (UTF-8) (ID: 41)
Editor Open
project data set for /home/mathias/workspace/Cliff/src/core/process/BidAggregator.d
Text seems to be pure ASCII!
We use user specified encoding: Unicode 8 bit (UTF-8) (ID: 41)
Final encoding detected: Unicode 8 bit (UTF-8) (ID: 41)
Editor Open
project data set for /home/mathias/workspace/Cliff/src/main/cliff.d
Top Editor: /home/mathias/workspace/Cliff/src/core/process/BidAggregator.d
Passing list of files to batch-parser.
Create new parser for project 'Cliff'
Unexpected behavior! in project 'Cliff'

--- End code ---

Any pointers?

Oh yea, this is with the latest nightly build: svn 7419

   --Marenz

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version