Developer forums (C::B DEVELOPMENT STRICTLY!) > Plugins development

Team System aka Team Block idea

<< < (3/7) > >>

takeshimiya:

--- Quote from: eranif on August 28, 2006, 10:50:32 am ---Hi,

I personnaly use sqlitebrowser

http://sqlitebrowser.sourceforge.net/

But I think i will try sqlitecc
Eran


--- End quote ---

It's almost the same, only made in wxWidgets. :)

mandrav:

--- Quote from: Takeshi Miya on August 28, 2006, 11:13:51 am ---It's almost the same, only made in wxWidgets. :)

--- End quote ---

Yes, only that it uses a very old version of wxSQLite which doesn't even support unicode.

takeshimiya:

--- Quote from: mandrav on August 28, 2006, 11:25:46 am ---
--- Quote from: Takeshi Miya on August 28, 2006, 11:13:51 am ---It's almost the same, only made in wxWidgets. :)

--- End quote ---

Yes, only that it uses a very old version of wxSQLite which doesn't even support unicode.

--- End quote ---
Mmh, I saw an encoding menu showing UTF-8, are you sure?
I hadn't used it with unicode databases before so I don't know.
BTW it shouldn't be that difficult to update it to wxsqlite3 (that will have to be done anyways), or at least aknowledge the author by submitting a feature request.

I would be happy with having the current "non-unicode?" version for the moment.

mandrav:

--- Quote from: Takeshi Miya on August 28, 2006, 11:46:19 am ---
--- Quote from: mandrav on August 28, 2006, 11:25:46 am ---
--- Quote from: Takeshi Miya on August 28, 2006, 11:13:51 am ---It's almost the same, only made in wxWidgets. :)

--- End quote ---

Yes, only that it uses a very old version of wxSQLite which doesn't even support unicode.

--- End quote ---
Mmh, I saw an encoding menu showing UTF-8, are you sure?

--- End quote ---

Yes, return values and arguments of functions are "char*". This fact alone makes it impossible to build without editing everything...


--- Quote from: Takeshi Miya on August 28, 2006, 11:46:19 am ---I would be happy with having the current "non-unicode?" version for the moment.

--- End quote ---

Sure you can. Just go at their site and download. But if you 're going to make a plugin for Code::Blocks, you do need unicode.

Anyway, let's not hijack this thread any longer :).

takeshimiya:

--- Quote from: mandrav on August 28, 2006, 11:58:16 am ---Sure you can. Just go at their site and download. But if you 're going to make a plugin for Code::Blocks, you do need unicode.

--- End quote ---
True :P
The "submit a feature request" route will be better then (only if SF woulnd't give that much 500 - Internal Server Errors :/).


--- Quote from: mandrav on August 28, 2006, 11:58:16 am ---Anyway, let's not hijack this thread any longer :).

--- End quote ---

Right, so back on topic:

MariuszP, about "bugs management", do you plan to make a bugtracking system?
If that's so, a very good (and comfortable) solution would be to make a server-client (C++) C::B bugtracking plugin with an sqlite/mysql backend, and another implementation of the client in PHP, so that the bugtracking data can be viewed from both inside C::B local/remotely and from the web.

I don't know any free bugtracking software that can do that, and I can imagine it will be a very handy addition.

If you're looking after a very popular good inspiration (which seems to do most of the key features do you want to do), check out trac: it's a bugtracking system which integrates extremely nice with SVN, a Wiki, and Roadmap/Timeline management.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version