When i want to edit text after ?n_id='.$fetch_nieuws['id'].' it crashes, if i just make a new file it lets me type
and i can even type in the same file of where that code is but only at the beginning and stuff, hopefully there
an solution for this cause i would really like to continue scripting in notepad++.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes, I confirm this problem as well: 5.0.1 crushes on me when editing HTML tags within PHP files - simply exists without any signs. Have to revert to older version until a fix is released.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey all,
Iv'e been having this problem for a few days now i though a uninstall and clear the registry of notepad++
would do the trick but it seems not.
I wanted to edit my website cause im still busy on it but i wanted to continue were i left but this makes Notepad++
crash somehow
//Code
echo '
<div class="block-head" style="height: 1.2em;">
<span style="float: right; font-weight: bold;" >
<a href="?n_id='.$fetch_nieuws['id'].'">Comment</a>('.$aantal_reacties.')
</span>
</div>
';
When i want to edit text after ?n_id='.$fetch_nieuws['id'].' it crashes, if i just make a new file it lets me type
and i can even type in the same file of where that code is but only at the beginning and stuff, hopefully there
an solution for this cause i would really like to continue scripting in notepad++.
Yes, I confirm this problem as well: 5.0.1 crushes on me when editing HTML tags within PHP files - simply exists without any signs. Have to revert to older version until a fix is released.
I have exactly the same problem. If I type in a certain spot on some of my php files, it crashes.
Daniël B, I copied your code into a file and tried it. It crashes for me, too.
(BTW, while I'm posting, the highlight similar words feature doesn't really work in 5.0.x)