patch to add support for hex numbers (Spell Checker)

Discussion about CodeLite development process and patches
Gibbon1
CodeLite Expert
Posts: 167
Joined: Fri Jul 22, 2011 5:32 am
Genuine User: Yes
IDE Question: C++
Contact:

patch to add support for hex numbers (Spell Checker)

Post by Gibbon1 »

I couldn't see any other way to send this patch except as an attachment

This patch adds support for hex numbers to the spell checker. Anything of the form 0x1234ABCD or 0x1234abcd won't get highlighted as a spelling error.

(Hope this works)
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: patch to add support for hex numbers (Spell Checker)

Post by eranif »

Patch committed
Eran
Make sure you have read the HOW TO POST thread
Post Reply