User forums > Using Code::Blocks

" Syntax highlighting support moved to files"

(1/2) > >>

tom0769:
Hi,

I've just downloaded the new version of c::b.
Looks great, nice job!!! :D

Where are the files to customize the syntax highlightning?
How can i integrate win32 help file?
How can i make the debugger watches show hex instead of octal values?
This is useful if you want to debug data streams (I'm currently working on a CD/DVD copying tool)?

Cheers
Tom

mandrav:

--- Quote from: tom0769 on July 26, 2005, 08:50:31 am ---Where are the files to customize the syntax highlightning?

--- End quote ---

In share/CodeBlocks/lexers.
Take a look at the existing ones to see how it's done.
A quickly-written topic that describes the procedure roughly is here.


--- Quote from: tom0769 on July 26, 2005, 08:50:31 am ---How can i integrate win32 help file?

--- End quote ---

You need the help plugin which is not in the distribution. Ceniza is the maintainer and he provides binaries for that every once in a while.
When the code is stable and usable, we 'll provide it too in the downloads page.


--- Quote from: tom0769 on July 26, 2005, 08:50:31 am ---How can i make the debugger watches show hex instead of octal values?
This is useful if you want to debug data streams (I'm currently working on a CD/DVD copying tool)?

--- End quote ---
It's not implemented yet, sorry.

Yiannis.

tom0769:
Hi,

I tried the code formatter plugin, which has obviously improved since last release.
It works great, so that i can have my custom settings working.

Furthermore I want to add a couple (~100) of  keywords to the list.
What is the best way to do so?

I want to populate the settings made on a WinXP computer to Win2k computer.
The function "Settings-Import/export configuration doesn't seem to work?
I tried to export/import the registry key, but this works only for XP.
Do I miss something, or is this in progress?


Tom

mandrav:

--- Quote from: tom0769 on July 26, 2005, 01:22:53 pm ---Hi,

I tried the code formatter plugin, which has obviously improved since last release.
It works great, so that i can have my custom settings working.

--- End quote ---

Thank Ceniza for it ;)


--- Quote from: tom0769 on July 26, 2005, 01:22:53 pm ---Furthermore I want to add a couple (~100) of  keywords to the list.
What is the best way to do so?

--- End quote ---

What list?
If you 're talking about the language keywords, click "Edit keywords" in the editor configuration dialog.


--- Quote from: tom0769 on July 26, 2005, 01:22:53 pm ---I want to populate the settings made on a WinXP computer to Win2k computer.
The function "Settings-Import/export configuration doesn't seem to work?
I tried to export/import the registry key, but this works only for XP.
Do I miss something, or is this in progress?

--- End quote ---

Configuration importing is not implemented yet. Sorry.

Yiannis.

kagerato:

--- Quote from: tom0769 on July 26, 2005, 01:22:53 pm ---I want to populate the settings made on a WinXP computer to Win2k computer.
The function "Settings-Import/export configuration doesn't seem to work?
I tried to export/import the registry key, but this works only for XP.
--- End quote ---

You can export the data using regedit to a .reg file, then import it on any machine later.  The key is HKEY_CURRENT_USER\Software\Code::Blocks.  Make sure that CodeBlocks and the compiler are using the same paths on the same partition for each machine, though.

Navigation

[0] Message Index

[#] Next page

Go to full version