Skip to content

Pull Request to create/update 'rebased/RES-711' branch#76

Open
iText-CI wants to merge 14 commits intodevelopfrom
RES-711
Open

Pull Request to create/update 'rebased/RES-711' branch#76
iText-CI wants to merge 14 commits intodevelopfrom
RES-711

Conversation

@iText-CI
Copy link
Contributor

Programmatically created Pull Request to automatically keep merge branch to develop up-to-date

@iText-CI iText-CI assigned iText-CI and marcoandries and unassigned iText-CI Apr 27, 2023
@marcoandries marcoandries removed their assignment Apr 27, 2023
@iText-CI iText-CI assigned iText-CI and unassigned iText-CI Apr 27, 2023
Minothor added 2 commits May 15, 2023 13:35
…ng and clean-up for DRY results required.

CacioCavallo removed in favour of existing CI Headless solution.

Signed-off-by: Nick Boyd <nick.boyd@itextpdf.com>
Signed-off-by: Nick Boyd <nick.boyd@itextpdf.com>
Minothor added 3 commits May 15, 2023 13:56
Signed-off-by: Nick Boyd <nick.boyd@itextpdf.com>
Fixed Plugin Version issues

Added java.awt and sun.awt paths to the reflection opening rules during testing.

Signed-off-by: Nick Boyd <nick.boyd@itextpdf.com>
…efault constructor to Undo/Redo Test class.

Signed-off-by: Nick Boyd <nick.boyd@itextpdf.com>
@Minothor Minothor self-assigned this May 22, 2023
Copy link

@Jawan5 Jawan5 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request

/**
* @see java.util.Observer#update(java.util.Observable, java.lang.Object)
*/
// TODO: Work out why the PDF Object appears to be updated before it even gets to this point...
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this still relevant?

public int addTreeNodeDictChild(PdfObjectTreeNode parent, PdfName key, int index) {
PdfObjectTreeNode child = PdfObjectTreeNode.getInstance((PdfDictionary) parent.getPdfObject(), key);
public int addTreeNodeDictChild(PdfObjectTreeNode parent, PdfName key, int index, PdfObject childValue) {
// PdfObjectTreeNode child = PdfObjectTreeNode.getInstance((PdfDictionary) parent.getPdfObject(), key);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove commented out lines. They are tracked in git history

}else if(parent.isArray()){
// TODO: Is the TreeNode driven by the PdfObject or visa versa?
// TreeNode drives the Object, but Object determines the table view...
PdfArray parentArray = (PdfArray)parent.getPdfObject();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This doesn't do anything?

@Minothor
Copy link

Minothor commented Jun 8, 2023

Apologies for the Force-Push forgot to squash before push.

}

private void extractEditData(RupsEvent editEvent) {
// TODO: Maybe we can add some granularity to these events?
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaeldemey is this ToDo worth keeping in for future brainstorming or best removed for cleanliless?

Signed-off-by: Nick Boyd <nick.boyd@itextpdf.com>
@iText-CI iText-CI assigned iText-CI and unassigned iText-CI Jul 6, 2023
@iText-CI iText-CI assigned iText-CI and unassigned iText-CI Aug 9, 2023
@iText-CI iText-CI assigned iText-CI and unassigned iText-CI Aug 17, 2023
@iText-CI iText-CI assigned iText-CI and unassigned iText-CI Sep 6, 2023
@iText-CI iText-CI self-assigned this Sep 15, 2023
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.

5 participants