Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign

CC plugin interface redesign

<< < (23/28) > >>

Alpha:

--- Quote from: darmar on January 24, 2014, 06:57:18 pm ---Is it a feature? If yes, I should find a workaround for FortranProject plugin.

--- End quote ---
The intent was for it to be a feature.  Would it work better for you if CCManager only used the calltip fallback if it is whitespace under the mouse?  Or do you want to be able to completely disable it?

darmar:
May be, it would be better to define GetTokenAt with default parameter something like:

std::vector<CCToken> GetTokenAt(int pos, cbEditor* ed, bool fallbackCalltip = true);


Alpha:
Control parameter committed.

oBFusCATed:
Alpha: Can you start preparation of the branch for a push in svn?
To do so:
0. add and push a tag for the current pointer of your branch. This will help if someone has commits on top of your branch.
1. pull the master from my repo
2. checkout your branch
3. git rebase master (or the remote/blabla/master)
4. fix all conflicts
5. git push -f yourbranch

Probably it would be good to try to setup your repo for svn dcommit, so you can push the changes yourself, because if I push them, then I'll be the author in the history.

Alpha:

--- Quote from: oBFusCATed on February 07, 2014, 01:18:30 am ---Alpha: Can you start preparation of the branch for a push in svn? [...]

--- End quote ---
Okay (might have a few delays; sorry, life can get busy :-\ ).
Do you have some details for svn dcommit?  (So far, I have just been using plain git with my branch.)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version