Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Port to Qt5 and two fixes. #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

tachometer
Copy link

  • It now compiles under Qt5 (tested on windows).
  • One major fix and one small fix.

CaseInsensitiveEnumerator. If the rename is to be made, the Q_ENUMS must
be fixed as well!
* Small fix in Syntax::Rule::create
@pasnox
Copy link
Owner

pasnox commented Jun 18, 2013

Hi,

Thanks for your interest in QodeEdit.
Before answering your question I must point something out: QodeEdit is
currently in stand by ( not dropped, but stand by ) because I have too much
projet opened that i hsould decide which one I want first finished.
Depending the need, and request the dev can be resumed now with the help of
new incomers dev.
Currently, if i recall correctly, the parser is correctly working, and I was
in the context switching implmenetation ( aka highlighting ).
If you are interested, you can join the project to make it grow / continue
quickly.
The good direction now is the implement the highlighting part using the
context switcher / QSyntaxHighlighter.
If you want to help, you are of course welcomed!

I have somewhat backported your changes without breaking Qt 4 compatibility.
But I did not review the second merge request, becasue i was not able to
understand what u are trying to fix ?

Could you give me some more information ?

PS: Note that you could star the project so I can known people are interested
in some proejcts, this could help me to prioritize the development order.

Best Regards, Filipe

Le mercredi 12 juin 2013 20:50:19 tachometer a écrit :

It now compiles under Qt5 (tested on windows).
One major fix and one small fix.

You can merge this Pull Request by running
git pull https://github.com/tachometer/qodeedit master
Or view, comment on, or merge it at:
#4
Commit Summary

  • Ported to Qt5.
  • Renamed back the DefaultStyle enum to Style since it breaks
    File Changes
    M QodeEdit.pro (2)
    M example.pro (4)
    M example/UIMain.cpp (6)
    M example/UIMain.h (7)
    M example/main.cpp (2)
    M src/Manager.cpp (2)
    M src/QodeEdit.h (2)
    M src/Threading.cpp (2)
    M src/Tools.cpp (10)
    M src/Tools.h (6)
    M src/syntax/Rule.cpp (2)
    M src/theme/Theme.cpp (8)
    M src/theme/Theme.h (4)
    Patch Links:
    https://github.com/pasnox/qodeedit/pull/4.patch
    https://github.com/pasnox/qodeedit/pull/4.diff

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants