Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Up 20 21 #4

Merged
merged 14 commits into from
May 29, 2024
Merged

Up 20 21 #4

merged 14 commits into from
May 29, 2024

Conversation

extio1
Copy link
Owner

@extio1 extio1 commented May 28, 2024

Commands for copy, paste characters. Command for save, load document using boost::serialization (>=1.8.0!)

@extio1 extio1 force-pushed the up-20-21 branch 2 times, most recently from 31cf79d to 297be0a Compare May 29, 2024 07:54
tatyanakrivonogova and others added 14 commits May 29, 2024 19:31
Serialization of Document, Page, Column, Row, Character works
Now all of them use shared_ptr to get Document instance, not &
Load of classes Document, Page, Column, Row, Character
Bug when:

Executor(3) e
Do(c1)
/ c1
Do(c2)
/ c1 c2
Do(c3)
/ c1 c2 c3
Undo()
/ c1 c2 .c3
Undo()
/ c1 .c2 .c3
Do(c4)
/ c1 c4 .c3
Redo() --> It execute c3, but mustnt do this

Now: it do nothing on such Redo()
Added downloading of boost and it usage in build and test
@extio1 extio1 merged commit a7bd785 into dev May 29, 2024
3 checks passed
@extio1 extio1 deleted the up-20-21 branch May 29, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants