Author |
Message |
Topic: Fonts! Some sizes glitchy with some fonts |
rsl
Replies: 4
Views: 19153
|
Forum: Schooner Posted: Wed Feb 21, 2007 3:31 am Subject: Fonts! Some sizes glitchy with some fonts |
That problem is caused by embedded bitmap.
'msgothic.ttc' use embedded bitmap, font size 10-22.
it need to pass FT_LOAD_NO_BITMAP to FT_Load_Glyph.
or disable TT_CONFIG_OPTION_EMBEDDED_BITMAPS wh ... |
Topic: SharpDevelop plugin |
rsl
Replies: 1
Views: 16989
|
Forum: VSpluginD Posted: Tue Jan 23, 2007 10:54 pm Subject: SharpDevelop plugin |
SharpDevelop is open source IDE written entirely in C#.
I've implemented D Language support for that.
See following link for description
http://www.codeplex.com/SDpluginD
Please Note:
This pl ... |
Topic: Link Error in Debug Mode |
rsl
Replies: 4
Views: 20748
|
Forum: VSpluginD Posted: Fri Jan 12, 2007 11:20 pm Subject: Link Error in Debug Mode |
no progress yet. |
Topic: Link Error in Debug Mode |
rsl
Replies: 4
Views: 20748
|
Forum: VSpluginD Posted: Fri Jan 12, 2007 12:36 am Subject: Link Error in Debug Mode |
That is linker problem.@digitalmars OPTLINK can't handle '+' charactor.
you need to remove "D:\Programme\Parasoft\C++test\bin;" from "Path".
or edit "sc.ini" in dmd ... |
Topic: It doesn't find VS2005 |
rsl
Replies: 3
Views: 19805
|
Forum: VSpluginD Posted: Mon Dec 11, 2006 6:20 pm Subject: It doesn't find VS2005 |
There is property page at [Tools][Options][Project&Settings][VSpluginD Settings]
If you installed dmd compiler other place,
you need to set proper compiler path. |
Topic: It doesn't find VS2005 |
rsl
Replies: 3
Views: 19805
|
Forum: VSpluginD Posted: Mon Dec 11, 2006 12:16 pm Subject: It doesn't find VS2005 |
I find your post at Jul 04 2006.
Sorry for I didn't noticed that.
I've checked VSpluginD installer and find bugs,
in installed VS version checking.
if you are using VS 2005 Team System.
try ... |
Topic: Status Log |
rsl
Replies: 2
Views: 16664
|
Forum: VSpluginD Posted: Sat May 13, 2006 2:23 pm Subject: Status Log |
There are a lot of change in VS SDK April.
so, It'll take times to release next version.
new feature It'll be added.
- change codebase to VSSDK April from Oct RTM.
- bug fixes, fix odd auto inde ... |
Topic: Keep up the good work! |
rsl
Replies: 1
Views: 16104
|
Forum: VSpluginD Posted: Sun Apr 30, 2006 7:33 am Subject: Keep up the good work! |
Sorry for no update for months.
I'll upload next version until next week. that include current svn and VS SDK April codebase. though it has no significant change.
I don't know why breakpoint don ... |
Topic: Bugs |
rsl
Replies: 24
Views: 72465
|
Forum: VSpluginD Posted: Sun Feb 19, 2006 7:01 am Subject: Bugs |
Bug:
When run app from IDE. always executed under bin\Debug\ exe.
it need to be fixed. |
Topic: Status Log |
rsl
Replies: 2
Views: 16664
|
Forum: VSpluginD Posted: Thu Feb 16, 2006 2:04 pm Subject: Status Log |
Now I'm working on redesigning lexer/parser for.
-Update to latest dmd1.47. add support for DDoc.
-Construct more sophisticated parse tree, easy to search inside tree.
-Error handler for error ... |
Topic: Bugs |
rsl
Replies: 24
Views: 72465
|
Forum: VSpluginD Posted: Thu Feb 16, 2006 1:57 pm Subject: Bugs |
Bug:
Wrong syntax colorization for string something like "__\"__".
it need to take into account escape sequence. |
Topic: Bugs |
rsl
Replies: 24
Views: 72465
|
Forum: VSpluginD Posted: Sat Feb 11, 2006 10:29 am Subject: Bugs |
As you say, it don't need to parse entire phobos source every time , it rarely changed. so, it is enough to parse source once and save parse tree.
On my machine 171 files are parsed It takes,
Deb ... |
Topic: Hi, would also like to help |
rsl
Replies: 1
Views: 16318
|
Forum: VSpluginD Posted: Fri Feb 10, 2006 10:13 am Subject: Hi, would also like to help |
Hi, I'm happy to hear you interested in this plugin.
There is instruction how to compile and how to run plugin in prev thread.
After you test current svn version, and want to commit svn some code, ... |
Topic: Bugs |
rsl
Replies: 24
Views: 72465
|
Forum: VSpluginD Posted: Tue Feb 07, 2006 7:05 am Subject: Bugs |
I know it's problem need to be solved.
Currently all source code under ImportPath is parsed in DLanguageServiceImpl constructor.
I'll add project file parsing operation here.
This parsing operati ... |
Topic: Bugs |
rsl
Replies: 24
Views: 72465
|
Forum: VSpluginD Posted: Tue Feb 07, 2006 12:57 am Subject: Bugs |
Sorry, I added it.
TWState is passed to DSymbol::walk method, to gather module scope declaration. |
|