Bug: snapping to lines
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Paul - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Bug: snapping to lines
Hello!
I just upgraded to build 385 Snapping to mid-point no longer works with lines on build 385.
Here are my settings: As you can see in the following gif snapping to mid-point no longer works for lines.
Still works for polygon lines.
Kind regards,
Daniel
I just upgraded to build 385 Snapping to mid-point no longer works with lines on build 385.
Here are my settings: As you can see in the following gif snapping to mid-point no longer works for lines.
Still works for polygon lines.
Kind regards,
Daniel
You do not have the required permissions to view the files attached to this post.
-
- User
- Posts: 1647
- Joined: Thu Feb 28, 2008 8:16 pm
Re: Bug: snapping to lines
Wow, as if snapping alone wouldn't be a totally awesome feature for an PDF Editor, it is even configurable! I didn't know that.
When the devs take a look into this bug as reported by Daniel, maybe a tiny audible feedback could be added to the snapping feature?
That would make snapping even more intuitive. I have been using a similar feature (programmed in AutoHotKey) for years in PowerPoint, which is my main drawing program, and it makes drawing stuff all day long so much faster and less tiring.
Actually, I have made that feature active system-wide in the meantime. It makes a tiny "click" sound every time the mouse cursor changes, i.e. when you hover or pass over things with your mouse:
The MenuPopup.wav file is attached, just put this into your C:\Windows\Media folder to try.
Thanks for considering!
Best regards
David
When the devs take a look into this bug as reported by Daniel, maybe a tiny audible feedback could be added to the snapping feature?
That would make snapping even more intuitive. I have been using a similar feature (programmed in AutoHotKey) for years in PowerPoint, which is my main drawing program, and it makes drawing stuff all day long so much faster and less tiring.
Actually, I have made that feature active system-wide in the meantime. It makes a tiny "click" sound every time the mouse cursor changes, i.e. when you hover or pass over things with your mouse:
Code: Select all
SetTimer, CursorClick, 11 ; run every 11 milliseconds
CursorClick:
CursorNow := A_Cursor ; determine the current cursor
If (CursorNow != "IBeam") and (CursorNow != "Arrow") and (CursorNow != CursorPrevious) ; determine if the cursor has changed (except if the cursor is =IBeam or =Arrow)
{
;~ ToolTip, CursorClick %CursorPrevious% %CursorNow% ; shows what the current cursor is, for debugging
SoundPlay, C:\Windows\Media\MenuPopup.wav ; play a tiny click sound
}
CursorPrevious := CursorNow
Return
Thanks for considering!
Best regards
David
You do not have the required permissions to view the files attached to this post.
David.P
PDF-XChange Pro
PDF-XChange Pro
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Bug: snapping to lines
Hello KD952, David.P,
@KD952 - thanks for your report!
I've managed to reproduce the issue and have created the ticket for our devs so that they can get this resolved:
#6800: Editor 385: Snapping to midpoint works only for some annotations
@David P - I will make sure that the dev team also sees and considers your comments, but I can't make promises for such a sound being added from our side!
Kind regards,
Stefan
@KD952 - thanks for your report!
I've managed to reproduce the issue and have created the ticket for our devs so that they can get this resolved:
#6800: Editor 385: Snapping to midpoint works only for some annotations
@David P - I will make sure that the dev team also sees and considers your comments, but I can't make promises for such a sound being added from our side!
Kind regards,
Stefan
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Re: Bug: snapping to lines
Hello Stefan!
Could you expand the ticket to include the following problem:
"Snapping position indicators no longer show up for area tool, perimeter tool and polygon line tool when pressing shift key"
Kind regards,
Daniel
Could you expand the ticket to include the following problem:
"Snapping position indicators no longer show up for area tool, perimeter tool and polygon line tool when pressing shift key"
Kind regards,
Daniel
You do not have the required permissions to view the files attached to this post.
-
- Site Admin
- Posts: 261
- Joined: Mon Jul 03, 2023 3:10 pm
Re: Bug: snapping to lines
Hello KD952,
Pressing Shift key does have a different function when used with those two tools - to draw the line in increments of 15 degree for more precision. And if the perimeter/area tool start from outside the figure ( when including other shapes or more complex areas) ,there are cases that you will not be able to select the snap point.
Holding the key to show snap position and then to have to relies it in order to link your line does not sound very functional.
The snap point do show when you hover over it and holding shift for the first helps if the snap point is the first used by the tool. I did check several builds back, but I was not able to find one where the Shift key had that function.
Pressing Shift key does have a different function when used with those two tools - to draw the line in increments of 15 degree for more precision. And if the perimeter/area tool start from outside the figure ( when including other shapes or more complex areas) ,there are cases that you will not be able to select the snap point.
Holding the key to show snap position and then to have to relies it in order to link your line does not sound very functional.
The snap point do show when you hover over it and holding shift for the first helps if the snap point is the first used by the tool. I did check several builds back, but I was not able to find one where the Shift key had that function.
Best regards,
Jordan
Jordan
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Re: Bug: snapping to lines
Hello Jordan!
The area tool, perimeter tool and polygon line tool did lose this functionality recently. Cannot say which build.
For comparison line tool still works as intended.
Snapping position indicators show up while holding shift key.
Kind regards,
Daniel.
The area tool, perimeter tool and polygon line tool did lose this functionality recently. Cannot say which build.
For comparison line tool still works as intended.
Snapping position indicators show up while holding shift key.
Kind regards,
Daniel.
You do not have the required permissions to view the files attached to this post.
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Re: Bug: snapping to lines
Maybe a better wording would be:
"Snapping position indicators disappear while pressing shift key" (for area tool, perimeter tool and polygon line tool)
"Snapping position indicators disappear while pressing shift key" (for area tool, perimeter tool and polygon line tool)
-
- Site Admin
- Posts: 11252
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Bug: snapping to lines
Hello, KD952
Thank you for the excellent explanation, I have successfully reproduced the issue, and created a ticket showcasing it. As per usual, this is an internal ticket, but you can ask any member of the support team for updates in the future:
RT#6852: Bug: Poly-Tools - snap icon not shown when shift is held.
Kind regards,
Thank you for the excellent explanation, I have successfully reproduced the issue, and created a ticket showcasing it. As per usual, this is an internal ticket, but you can ask any member of the support team for updates in the future:
RT#6852: Bug: Poly-Tools - snap icon not shown when shift is held.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- Site Admin
- Posts: 11252
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Bug: snapping to lines
Hello,
A quick followup here, this ticket has been rejected, not because it is not a bug, but because the issue at hand is not the lack of snap point icons, that is actually by design. When shift is held, snapping to other objects should not happen at all, because it is not possible to reliably do so.
Kind regards,
A quick followup here, this ticket has been rejected, not because it is not a bug, but because the issue at hand is not the lack of snap point icons, that is actually by design. When shift is held, snapping to other objects should not happen at all, because it is not possible to reliably do so.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Re: Bug: snapping to lines
Hello Daniel!
I have to strongly disagree with the developers on this point.
Snapping while shift is held has reliably worked for many many years.
At least going back to Version 8 probably Version 7 too.
I had to roll back to a previous version to record the following videos:
1. Measuring areas is faster and less prone to error when using shift + snapping because you don't have to make sure that you catch the end points. You just have to catch the next line.
2. Measuring areas with cut outs is only accurately possible when using shift + snapping because you can make sure to not mark areas more than once.
3. Measuring sloppy drawn technical drawings is much easier when using shift + snapping because you can close the gaps where lines are not intersecting. Kind regards,
Daniel
I have to strongly disagree with the developers on this point.
Snapping while shift is held has reliably worked for many many years.
At least going back to Version 8 probably Version 7 too.
I had to roll back to a previous version to record the following videos:
1. Measuring areas is faster and less prone to error when using shift + snapping because you don't have to make sure that you catch the end points. You just have to catch the next line.
2. Measuring areas with cut outs is only accurately possible when using shift + snapping because you can make sure to not mark areas more than once.
3. Measuring sloppy drawn technical drawings is much easier when using shift + snapping because you can close the gaps where lines are not intersecting. Kind regards,
Daniel
You do not have the required permissions to view the files attached to this post.
-
- Site Admin
- Posts: 11252
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Bug: snapping to lines
Hello, KD952
Thank you very much for bringing this back up, I have forwarded your feedback to the Dev team to have the hopefully reconsider this. I cannot make any promises, but there have in the past been some cases where rejected tickets are revived.
Kind regards,
Thank you very much for bringing this back up, I have forwarded your feedback to the Dev team to have the hopefully reconsider this. I cannot make any promises, but there have in the past been some cases where rejected tickets are revived.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Re: Bug: snapping to lines
Hello Daniel!
Any news?
Kind regards.
Any news?
Kind regards.
-
- Site Admin
- Posts: 11252
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Bug: snapping to lines
Hello, KD952
I am afraid that I do not have anything to share yet. I cannot make any promises of what may happen at this point, we just need to be patient and when they have time to review, we may hear back.
Kind regards,
I am afraid that I do not have anything to share yet. I cannot make any promises of what may happen at this point, we just need to be patient and when they have time to review, we may hear back.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 1
- Joined: Sun May 26, 2024 3:18 pm
Re: Bug: snapping to lines
Hello everyone,
Is it possible to change the colour of the snapping too, please ?
It's currently blue in my version.
Is it possible to change the colour of the snapping too, please ?
It's currently blue in my version.
-
- Site Admin
- Posts: 11252
- Joined: Wed Jan 03, 2018 6:52 pm
Re: Bug: snapping to lines
Hello, bmartin
At the moment changing the color of the snapping tool is not possible, but I will bring it up with the dev team.
Kind regards,
At the moment changing the color of the snapping tool is not possible, but I will bring it up with the dev team.
Kind regards,
Dan McIntyre - Support Technician
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
PDF-XChange Co. LTD
+++++++++++++++++++++++++++++++++++
Our Web site domain and email address has changed as of 26/10/2023.
https://www.pdf-xchange.com
Support@pdf-xchange.com
-
- User
- Posts: 6
- Joined: Thu Jun 20, 2024 8:21 am
Re: Bug: snapping to lines
Please change this back! its driving me nuts. snapping with shift is all i do
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Bug: snapping to lines
Hello Ak2828,
There are already tickets for this topic - and they would be worked on as soon as possible. For the time being I can not many any more specific commitment!
Kind regards,
Stefan
There are already tickets for this topic - and they would be worked on as soon as possible. For the time being I can not many any more specific commitment!
Kind regards,
Stefan
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Re: Bug: snapping to lines
Hello Stefan!
So Ticket Nr. RT#6852 was revived?
Kind regards,
Daniel
So Ticket Nr. RT#6852 was revived?
Kind regards,
Daniel
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Bug: snapping to lines
Hello KD952,
No - ticket #6852 is still rejected. However lately we've had quite a few new users that after their initial post start posting unwanted advertising messages. AK's message is a bit too short for me to be 100% certain which category they would fall into, hence my vague reply back!
Kind regards,
Stefan
No - ticket #6852 is still rejected. However lately we've had quite a few new users that after their initial post start posting unwanted advertising messages. AK's message is a bit too short for me to be 100% certain which category they would fall into, hence my vague reply back!
Kind regards,
Stefan
-
- User
- Posts: 6
- Joined: Thu Jun 20, 2024 8:21 am
Re: Bug: snapping to lines
Hi Stefan,
Im sorry if my message was too vague. I want to add to this comment:
Im sorry if my message was too vague. I want to add to this comment:
I make a lot of use of comments and snapping to objects is an absolute must for me in order to draw straight lines. Since a recent update i cant snap to objects/comments when pressing down the shift key, so now im not sure if the line im drawing is straight, because im not holding down shift in order to be able to snap. Im not sure what has changed, but disabling snapping while holding down shift is not an improvement.
-
- User
- Posts: 6
- Joined: Thu Jun 20, 2024 8:21 am
Re: Bug: snapping to lines
Tracker Supp-Stefan wrote: ↑Thu Jun 20, 2024 11:35 am Hello KD952,
No - ticket #6852 is still rejected. However lately we've had quite a few new users that after their initial post start posting unwanted advertising messages. AK's message is a bit too short for me to be 100% certain which category they would fall into, hence my vague reply back!
Kind regards,
Stefan
Ak2828 wrote: ↑Mon Jul 01, 2024 9:37 am Hi Stefan,
Im sorry if my message was too vague. I want to add to this comment:I make a lot of use of comments and snapping to objects is an absolute must for me in order to draw straight lines. Since a recent update i cant snap to objects/comments when pressing down the shift key, so now im not sure if the line im drawing is straight, because im not holding down shift in order to be able to snap. Im not sure what has changed, but disabling snapping while holding down shift is not an improvement.
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Bug: snapping to lines
Hello Ak2828,
Welcome back to the topic!
Thanks for those additional comments!
I will have those discussed internally with our dev team and we will come back to this topic if my colleagues have any further information!
Kind regards,
Stefan
Welcome back to the topic!
Thanks for those additional comments!
I will have those discussed internally with our dev team and we will come back to this topic if my colleagues have any further information!
Kind regards,
Stefan
-
- User
- Posts: 6
- Joined: Thu Jun 20, 2024 8:21 am
Re: Bug: snapping to lines
Hi Stefan,Tracker Supp-Stefan wrote: ↑Mon Jul 01, 2024 11:28 am Hello Ak2828,
Welcome back to the topic!
Thanks for those additional comments!
I will have those discussed internally with our dev team and we will come back to this topic if my colleagues have any further information!
Kind regards,
Stefan
thats great! I have to say your customer support is as good as your product. good work
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
-
- User
- Posts: 46
- Joined: Wed Mar 01, 2017 11:24 am
Re: Bug: snapping to lines
Hi folks,
I would be happy issues reported could be adressed !
Additionally (and I do not know if it was working as I would like in the past) but I would be happy to be able to snap to guide perpendicularly as explained in this post:
viewtopic.php?t=43841
Thank you !
I would be happy issues reported could be adressed !
Additionally (and I do not know if it was working as I would like in the past) but I would be happy to be able to snap to guide perpendicularly as explained in this post:
viewtopic.php?t=43841
Thank you !
-
- User
- Posts: 1400
- Joined: Tue Nov 24, 2020 4:02 pm
Re: Bug: snapping to lines
Not having this capability diminishes the utility of Guidelines without any apparent benefit.
Please restore.
Please restore.
All best,
FringePhil
FringePhil
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Bug: snapping to lines
Hello PHK and all,
The comments from our devs in the ticket are that before it was snapping when it should not have been - e.g. you do not see a snap icon, and then when shift was pressed - it would snap.
The issue is that when Shift is being held that means we are angle snapping (0, 45, 90, etc. degrees) and in this mode, we cannot properly snap points.
I will once again check with the dev team on whether this is something that can be re-evaluated and worked on.
Kind regards,
Stefan
The comments from our devs in the ticket are that before it was snapping when it should not have been - e.g. you do not see a snap icon, and then when shift was pressed - it would snap.
The issue is that when Shift is being held that means we are angle snapping (0, 45, 90, etc. degrees) and in this mode, we cannot properly snap points.
I will once again check with the dev team on whether this is something that can be re-evaluated and worked on.
Kind regards,
Stefan
-
- User
- Posts: 109
- Joined: Mon Feb 13, 2023 6:13 am
Re: Bug: snapping to lines
Hello Stefan!
I concede that snapping did not work at angles. But here in construction 99% of the time I just want to snap to a line that is perpendicular to another line. I do not and did not care that it did not work on angles.
You can still test the capabilities that were lost with the line tool.
-> with the line tool you can still snap to lines even when shift is held.
-> you can also snap to guides perpendicularly just like Sinaptik wants.
God forbid the devs now also deactivate the Snapping position indicators for the line tool.
Kind regards,
Daniel
I concede that snapping did not work at angles. But here in construction 99% of the time I just want to snap to a line that is perpendicular to another line. I do not and did not care that it did not work on angles.
You can still test the capabilities that were lost with the line tool.
-> with the line tool you can still snap to lines even when shift is held.
-> you can also snap to guides perpendicularly just like Sinaptik wants.
God forbid the devs now also deactivate the Snapping position indicators for the line tool.
Kind regards,
Daniel
-
- Site Admin
- Posts: 7370
- Joined: Wed Mar 25, 2009 10:37 pm
Re: Bug: snapping to lines
Hi, KD952
the devs agree there is room for improvement here, so they agreed to go over it. There is an associated ticket, RT#7108: Feature Request :: Editor :: Snapping to line improvements
We will do what we can to improve this.
the devs agree there is room for improvement here, so they agreed to go over it. There is an associated ticket, RT#7108: Feature Request :: Editor :: Snapping to line improvements
We will do what we can to improve this.
Best regards
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
Paul O'Rorke
PDF-XChange Support
http://www.pdf-xchange.com
-
- Site Admin
- Posts: 2252
- Joined: Mon Jan 15, 2018 9:01 am
-
- User
- Posts: 1
- Joined: Mon Mar 24, 2025 10:46 am
Re: Bug: snapping to lines
Any updates on this?
-
- Site Admin
- Posts: 19913
- Joined: Mon Jan 12, 2009 8:07 am
Re: Bug: snapping to lines
Hello kveab,
Welcome to our forums,
I've just updated the ticket and requested an update from our dev team. As soon as we hear back we will post here as well!
Kind regards,
Stefan
Welcome to our forums,
I've just updated the ticket and requested an update from our dev team. As soon as we hear back we will post here as well!
Kind regards,
Stefan