Tue Jul 30, 2019 5:40 am |
Replies: 1 |
Views: 9839 |
|
|
I do this by having a batch file c:\toClipboard.bat with the contents echo|set /p=%1| clip
so when it's called it puts whatever you put after the file on the clipboard - .e.g c:\toClipboard.bat &qu ...
|
Mon Jun 11, 2018 3:40 am |
Replies: 2 |
Views: 1752 |
|
|
thanks - it's ext/mysql rather than MYSQLi that was depreciated in 5.6 and removed in 7 with the recommendation to use MYSQLi or PDO instead.
https://wiki.php.net/rfc/remove_deprecated_functionalit ...
|
Wed May 30, 2018 3:08 am |
Replies: 2 |
Views: 1752 |
|
|
Just upgrade to V19 and the auto completion of mysqli_ commands has stopped working for php7 - everything else seems fine.
When I go to tools > settings > run & debug > settings > P ...
|
Mon Aug 01, 2016 4:27 am |
Replies: 6 |
Views: 5762 |
|
|
Hi dmitri,
thanks for the response - I've updated the debugger to 8.1.9 now, cleared all breakpoints, watches etc and tested with a very simple script to demonstrate the problem.
screenshot here ...
|
Wed Jul 27, 2016 11:37 am |
Replies: 6 |
Views: 5762 |
|
|
debugger has stopped evaluating $this
to test this I can add a line in a class method that reads
$a = $this->stockType
break after that line and evaluate $a using the immediate window and ...
|
Thu Jul 03, 2014 8:29 am |
Replies: 1 |
Views: 3751 |
|
|
I'd vote for this too...
|
Wed Feb 13, 2013 5:53 am |
Replies: 10 |
Views: 5253 |
|
|
downloaded the c mysql connector from mysql (Mysql Connect C 6.0.2) - and pointed BOTH the path settings in external tools to the relevant DLLs in c:\program files(x86)\mysql\mysql connector c 6.0.2\l ...
|
Wed Jan 30, 2013 6:04 am |
Replies: 1 |
Views: 2334 |
|
|
Not an essential - but a really nice daydream...
I'd love to be able to comment my code like this below and
have the option to make syntax hightlight for // comments appear in one
colour and th ...
|
Mon Sep 17, 2012 9:18 am |
Replies: 7 |
Views: 3113 |
|
|
love most of the changes in v8 - thank you.
likes
..... the path in the tab when having files with the same name open is particulary useful.
..... the new docking mechanism is good too
..... t ...
|
Mon Sep 17, 2012 8:54 am |
Replies: 5 |
Views: 3042 |
|
|
seconded
|
Sat Jun 11, 2011 4:00 am |
Replies: 12 |
Views: 8405 |
|
|
+1
|
Wed Mar 03, 2010 7:24 am |
Replies: 2 |
Views: 2869 |
|
|
would be nice if there was a timestamp column in the transfers window so you could see when a transfer took place - as you're often editing the same file over and over and uploading it'd be nice to se ...
|