Home » U++ TheIDE » U++ TheIDE: Other Features Wishlist and/or Bugs » [PROPOSAL] Redesigned Assembly Setup Dialog
Re: [PROPOSAL] Redesigned Assembly Setup Dialog [message #50007 is a reply to message #50000] |
Sat, 16 June 2018 12:10   |
Sender Ghost
Messages: 301 Registered: November 2008
|
Senior Member |
|
|
Klugier wrote on Fri, 15 June 2018 22:42This diff format is useless when you operate with upp trunk.
I think, this is not true and probably may depend from used tools.
For example, attached patch from previous message applies with using `svn patch` command:
% fetch -qo uppsrc_ide.diff "https://www.ultimatepp.org/forums/index.php?t=getfile&id=5620"
% sha256 uppsrc_ide.diff
SHA256 (uppsrc_ide.diff) = 6a4fab696fbf2c70b01051a381b93d1b3af5ed172dca56820bb50887c7ff6bda
% svn --version | head -1
svn, version 1.10.0 (r1827917)
% svn co -r 11996 svn://www.ultimatepp.org/upp/trunk upp
<..>
% cd upp
% svn patch ../uppsrc_ide.diff
U uppsrc/ide/BaseDlg.cpp
U uppsrc/ide/MethodsCtrls.cpp
U uppsrc/ide/MethodsCtrls.h
U uppsrc/ide/UppDlg.h
U uppsrc/ide/ide.lay
The patch was created with using following command(s):
% cd upp-mirror
% git diff --no-color --no-prefix master | sed -e '/^index/d ; /^deleted/d' > ../uppsrc_ide.diff
Klugier wrote on Fri, 15 June 2018 22:42Can you provide diff from SVN version of uppsrc instead of GIT?
I also attached `svn diff` patch to this message, just in case.
It was created with using following command (e.g. after applying the previous patch):
% svn diff --ignore-properties > ../uppsrc_ide_svn.diff
Anyway, I just showed some example(s) for this topic. It may be adapted/updated for concrete case (by developer(s)), if needed. For example, the OnBar method(s) may need changes, based on used keys.
Edit: Updated patch.
[Updated on: Sat, 16 June 2018 22:24] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Tue Apr 29 21:02:36 CEST 2025
Total time taken to generate the page: 0.04944 seconds
|