Anoop,
A little off topic but have you tested your svn access yet? I can't see
a branch for your work yet so, on the assumption that you need a full
copy of bloodhound to play with, if you have the normal command line svn
client installed you should be able to do something like this:
svn cp https://svn.apache.org/repos/asf/bloodhound/trunk \
https://svn.apache.org/repos/asf/bloodhound/branches/livesyntaxhighlighting
\
-m "creating branch for live syntax highlighting ASF-ICFOSS project"
If that works then you should then be able to check out the code with:
svn co
https://svn.apache.org/repos/asf/bloodhound/branches/livesyntaxhighlighting
and you will then be able to write your code in that branch.
I'll not try to guess your level of expertise in using subversion so if
you need any help, let us know and we can give bits of advice and point
you towards appropriate documentation. You will probably also want to
know how to create a plugin for your work to go in - we have a number of
examples of plugins that will be in the branch that you create, each of
which are named like bloodhound_[something].
You can also use Antonia's GSoC project as a guide. That will not be in
your branch though you can find it here:
https://svn.apache.org/repos/asf/bloodhound/branches/bep_0007_embeddable_objects/
and you can see that Antonia called her plugin
"bloodhound_embedding_plugin" which has all (or at least the vast
majority) of her code in.
Again, please ask whenever you find that there is not enough information
on things.
Cheers,
Gary
On 13/09/13 06:37, Anoop Nayak wrote:
> Thanks Joe. I will try posting the question in a more specific way soon.
>
>
>
> On Thu, Sep 12, 2013 at 11:52 PM, Joachim Dreimann <
> joachim.dreimann@wandisco.com> wrote:
>
>> Anoop,
>>
>> if you don't receive any responses here, please do get in touch with the
>> CodeMirror community. They may be in a better position to help in your
>> current situation:
>> http://codemirror.net/#community
>>
>> Alternatively, lease let us know what your latest progress is and if you
>> can figure out a more specific problem that blocks you from progressing.
>> "I can't understand how the code is working around why it is written in
>> that way." - That seems too generic for anyone here to really answer.
>>
>> Cheers,
>> Joe
>>
>>
>> On 6 September 2013 16:20, Anoop Nayak <anoopknayak@gmail.com> wrote:
>>
>>> Hi devs,
>>>
>>>
>>> I tried looking at the CodeMirror <http://codemirror.net/> project and
I
>>> figured out that I need to write a new
>>> mode<http://codemirror.net/doc/manual.html#modeapi> for
>>> codemirror which can highlight WikiMarkup. And there is already a mode
>> for
>>> tikiMarkup <https://doc.tiki.org/Wiki-Syntax+Text> which is another Wiki
>>> style language as found here
>>> https://github.com/marijnh/CodeMirror/tree/master/mode/tiki. But I can't
>>> understand how the code is working around why it is written in that way.
>>> The next option is to start from scratch which again will consume more
>> time
>>> as I need to learn how a syntax highlighter works and an optimal solution
>>> to it. And so in the process I was trying to understand by the example
>> of a
>>> mode given by the creator of the project itself in here
>>> http://marijnhaverbeke.nl/blog/codemirror-mode-system.html. But again I
>> am
>>> not able to relate it with the tikimarkup mode.
>>>
>>> Could anybody guide me on how to proceed with making a new mode.
>>>
>>> Awaiting a reply soon.
>>>
>>> Regards,
>>>
>>> --
>>> Anoop Nayak
>>>
>>
>>
>> --
>> Joachim Dreimann | *User Experience Manager*
>>
>> WANdisco // *Non-Stop Data*
>>
>> e. joachim.dreimann@wandisco.com
>> twitter @jdreimann <https://twitter.com/jdreimann>
>>
>
>
|