AnonymouseCheese
My feedback
-
21 votes
An error occurred while saving the comment AnonymouseCheese supported this idea ·
-
1 vote
An error occurred while saving the comment AnonymouseCheese commented
I get this now when i do Redo or Undo actions.
its like old school page refresh on DOS.
-
19 votes
AnonymouseCheese supported this idea ·
-
12 votes
An error occurred while saving the comment AnonymouseCheese commented
yes - you can right click > Functions.
Its a bit slow and I also would rather a panel - same ass the DOM panelAnonymouseCheese supported this idea ·
-
9 votes
AnonymouseCheese supported this idea ·
-
1 vote
An error occurred while saving the comment AnonymouseCheese commented
I disagree - use sublime \notepad\ notepad++
-
2 votes
AnonymouseCheese supported this idea ·
-
4 votes
An error occurred while saving the comment AnonymouseCheese commented
yes and also make Design\Live visible always - why the drop down?!
We have 4k monitors and oodles of screen space! drop down introduces unneccessary extra clicks,Same for the search bar - why hide "Find In Selected Text" and "Match Case" behind a drop down. unneccessar, as you have to *remember* what you used last time. pointless, given the search is only visible when needed
AnonymouseCheese supported this idea ·
-
17 votes
An error occurred while saving the comment AnonymouseCheese commented
i totally agree - was the original design team kille din a plane crash, and then it was outsourced to a fresh team with no experience!
AnonymouseCheese supported this idea ·
-
9 votes
AnonymouseCheese supported this idea ·
-
8 votes
AnonymouseCheese supported this idea ·
An error occurred while saving the comment AnonymouseCheese commented
yes, also pressing CTRL+F to find something usually enters a letter in the search box then put the rest of the word on the page somewhere, unseen leading to errors when the page is view in browse, Quite annoying
again something to do with typing speed\order of actions -
28 votes
AnonymouseCheese supported this idea ·
-
4 votes
An error occurred while saving the comment AnonymouseCheese commented
I agree and would like this feature also.
There must be a meta area to make a note of collapsed lines for each individual file.The collapsed sections <script> for example, constantly re-open.
AnonymouseCheese supported this idea ·
-
1 vote
An error occurred while saving the comment AnonymouseCheese commented
this also causes crash, seems to be math.floor possibly?
/****
Javascript equivalent of Microsoft Excel's NETWORKDAYS() function.
Optimized for performance. accepts String '12/18/1990' and new Date('12/18/1990') Object.
usage:
networkdays('12/18/1990','12/18/2016');
networkdays(new Date(),'12/18/2016');
http://bgtsworks.blogspot.com/
*****/
networkdays = function(startDate,endDate){
var startDate = typeof startDate=='object' ? startDate: new Date(startDate);
var endDate = typeof endDate=='object' ? endDate: new Date(endDate);
if (endDate > startDate){
var days = Math.ceil((endDate.setHours(23,59,59,999) - startDate.setHours(0,0,0,1)) / (86400 * 1000));
var weeks = Math.floor(Math.ceil((endDate.setHours(23,59,59,999) - startDate.setHours(0,0,0,1)) / (86400 * 1000)) / 7);days = days - (weeks * 2);
days = startDate.getDay() - endDate.getDay() > 1 ? days - 2 : days;
days = startDate.getDay() == 0 && endDate.getDay() != 6 ? days - 1 : days;
days = endDate.getDay() == 6 && startDate.getDay() != 0 ? days - 1 : days;return days;
}
return null;
};AnonymouseCheese shared this idea ·
-
1 vote
An error occurred while saving the comment AnonymouseCheese commented
perhaps add the option to Action file management history items, PUT etc. it shill would be useful to See them but perhaps not action them.
AnonymouseCheese shared this idea ·
-
1 vote
AnonymouseCheese shared this idea ·
-
11 votes
An error occurred while saving the comment AnonymouseCheese commented
I have the same recurring problem - I update a html file, pres F12 and chrome opens. Url is : http://127.0.0.1:50663/preview/app/index.html
It is showing a file from the previous week!!!
I put file from DW and refresh, still the same.
I press ctrl + F5, sameWhat gives!
-
2 votes
AnonymouseCheese supported this idea ·
-
6 votes
AnonymouseCheese supported this idea ·
-
1 vote
AnonymouseCheese shared this idea ·
I couldnt agreee more. The white flashin whe i undo\redo, the freezing when alt tabbing back to DW and trying to simply select some text. is fucking atrocious.
IM not renewing this any more. vscode is free, doesnt hae the gui editor (yet) but ill gladly put up with that over the absolute FRUSTRATION of using Dreamweaver.....
the whole dev team have got to be cheaply outsourced amateurs. Adobe, shame on you for letting it get this bad/