Copy/Paste Indent Issue
Posted: Sat Apr 22, 2023 1:16 pm
I might be missing somethign in Preferences, here is what I'm seeing.
I copy a block of text, indented or not and When I Paste it, some of the block is indented further than expected. the indents are maintained but pushed furhter right. I then need to selected it and back indent it. Something I'm missing in Preferesces? or bug? Heck my computer? Thanks!
Copy somethign like this:
and it does this on paste
I copy a block of text, indented or not and When I Paste it, some of the block is indented further than expected. the indents are maintained but pushed furhter right. I then need to selected it and back indent it. Something I'm missing in Preferesces? or bug? Heck my computer? Thanks!
Copy somethign like this:
Code: Select all
console.log(dataValues[0].Players[0].name);
console.log(dataValues[0].Players[0].mano[0].name);
console.log(dataValues[0].Players[0].mano[0].primary);
console.log(dataValues[0].Players[0].mano[0].secondary);
console.log(dataValues[0].Players[0].mano[0].dmg);
console.log(dataValues[0].Players[0].mano[0].bonus);Code: Select all
console.log(dataValues[0].Players[0].name);
console.log(dataValues[0].Players[0].mano[0].name);
console.log(dataValues[0].Players[0].mano[0].primary);
console.log(dataValues[0].Players[0].mano[0].secondary);
console.log(dataValues[0].Players[0].mano[0].dmg);
console.log(dataValues[0].Players[0].mano[0].bonus);