 FredAt
Participant
|
Hello All,
I am just trying out Programmer’s Notepad. The feature that I find really attractive is that it allows me to define a “project” and thus gives me a clean way to manage all of my PHP, CSS, JS and HTML files – something that is missing in Notepad++. However, I have hit a couple of snags
The blinking caret disappears so I don’t have any visual feedback to indicate where I am typing.
When I do Alt + F + S, 2 times out of 3 the fs ends up in my code rather than saving the file.
I should mention that I work with a dark(black) background on Windows 7 Professional. I hope that someone here will be able to help me sort out this issue. That apart – is there a way to perform a syntax check on my PHP code out of PN? (I have WAMP installed and running)
|
 simon
Key Master
|
Firstly, PHP syntax checking: You should be able to set up a tool to run php -l %d%f which will run PHP’s built-in syntax checker.
For your missing caret, can you explain when the caret goes missing? Also which dark color preset are you using (or did you change all the colors yourself)?
-
This reply was modified 6 months, 2 weeks ago by
simon.
|
 FredAt
Participant
|
Thank you! That worked. - and sorry for the belated reply. I checked a few times after I posted the question and then stopped checking… .
|