[Tex/LaTex] Ctrl+click not working properly

forward-inverse-searchtexmaker

I am using Windows x64 bit , Texmaker 5.0.3 , basic miktex 2.9.6850 and I compile pdflatex to see the pdf.
Ctrl+click to go to the corrispondent line is working in a weird way. For example if a have phrase and I do ctrl+click on it brings me to the line corresponding of very beginning of the sentence and NOT to the corrispond line where I clicked. If i go to anothe phrase that 'belong'to a different sentence, separeted by the the previous one by a point, it happens the same with this sentence.
so for exaple if a have a sentence that occupies 100 lines without a point if a ctrl+click on a random part of the sentence it would bring to the begininning of it. by the way ctrl+click does not work very well with other parts of text generally.
this is an extract of my code:

   \documentclass       [twocolumn,prl,nobalancelastpage,aps,10pt]{revtex4-1}
   %\documentclass[rmp,preprint]{revtex4-1}
   \usepackage[latin9]{inputenc}
   \usepackage[english]{babel}
   \usepackage{graphicx,bm,times}
    \graphicspath{            {C:/Varie/UNI/MANO/primosemestre/fraboni/esperimenti/RT/pictures/} }
   \usepackage{subcaption}
   \usepackage{lipsum}
    \usepackage{mwe}
    \begin{document}

Best Answer

You need to go to : Tools->Configure Latex->Commands and write this:

pdflatex -synctex=1 -interaction=nonstopmode %.tex

on Pdflatex .