eduardocopat
9ade177c49
class_abap_deserializing
2016-12-21 14:18:18 +01:00
eduardocopat
e763228fc5
Tests dependency isolation for creation
2016-12-21 10:30:23 +01:00
atsy
4754d3632d
ag, agpi instllation adds fav, fix #506
2016-12-16 11:36:58 +02:00
larshp
4cec7f6094
change case, ABAPGit -> abapGit
2016-12-16 07:56:42 +00:00
larshp
e4ee163858
bump version to v1.24.7
2016-12-16 07:51:12 +00:00
Lars Hvam
cffb3d2725
Merge pull request #505 from sbcgua/master
...
XML highlighting, faster abap highlighting
2016-12-16 08:49:33 +01:00
sbcgua
79d74c06f1
linter fix
2016-12-15 22:24:09 +02:00
nununo
c2ab83ed64
Removed invalid mix of EXPORTING with RETURNING
...
- And conforming parameter names with project's style
- And now the lines are added to the table inside the auxiliary methods (since we are now EXPORTING and thus can no longer call the method directly in the INSERT command.
2016-12-15 16:09:37 +01:00
larshp
4acf442e3c
WDYN: fix dump, overwriting protected field
2016-12-15 11:10:39 +00:00
larshp
1ee92803d6
bump version to v1.24.6
2016-12-15 10:56:44 +00:00
nununo
94cb868745
Dynamicaly accessing fields for 702 compatibility
...
The following fields still don't exist in structure s_controller in version 702:
-controller_exceptions
-controller_exception_texts
So we remove any direct reference to them and access them dynamically
This required changes in 3 places of class LCL_OBJECT_WDYN.
2016-12-15 11:20:44 +01:00
sbcgua
5af19e6200
faster abap syntax (hash vs regex) #443
2016-12-14 19:53:43 +02:00
TheWirtschaftsmann
b509a3e11f
Xml syntax - part2 #443
...
* code style adjustments
* styles & small fixes
* Refactoring of XML-parser
2016-12-14 17:57:31 +02:00
TheWirtschaftsmann
29f0a9646c
Xml syntax #443
...
* Refactoring update
Overview of changes:
- Renaming of ltcl_code_highlighter* to ltcl_syntax_highlighter*.
- Fine-tuning of regex generation.
- Fine-tuning of order_matches to take into account key words inside of structures.
* file extension
Refactored checking of file extension.
* Refactoring of highlighter
Refactoring of highlighter and adding XML-parser.
2016-12-13 22:36:01 +02:00
Fabio Zuber
8447e0cc2d
refactor commit author regex fixes #410
2016-12-13 17:18:31 +01:00
sbcgua
77cea07806
tutorial minor tuning #469
2016-12-12 21:22:04 +02:00
eduardocopat
d474a48cdb
Isolating creation dependencies
2016-12-12 17:33:41 +01:00
sbcgua
c78d3bb339
W3xx remove filesize finetune, fixes #495
2016-12-12 14:29:45 +02:00
larshp
c48741b7d1
fm POPUP_TO_DISPLAY_TEXT replaced
...
function module does not exist in my test system
2016-12-11 07:41:20 +00:00
larshp
8dde34a28f
v1.24.5
2016-12-11 07:35:50 +00:00
Lars Hvam
c6aa0959a9
Merge pull request #493 from sbcgua/master
...
topmenu & tutorial finetuning
2016-12-11 08:31:06 +01:00
sbcgua
c4b06d7853
topmenu & tutorial finetuning #487
2016-12-10 10:26:20 +02:00
larshp
d4c29d6ce7
fix dump
2016-12-09 11:00:37 +01:00
EduardoCopat
6b8f63e364
Enable tadir deletion of SUSC
2016-12-08 18:26:13 +01:00
larshp
f9fbe7e6f7
fix newline
2016-12-07 17:17:21 +00:00
EduardoCopat
735941a9c5
Make the critical tests tolerable
...
So that we don't receive a red bar when not running them.
2016-12-07 15:52:39 +01:00
larshp
e4bfe673cf
diff - add progress indicator
...
rendering a large diff takes some time, added progress indicator
2016-12-07 08:09:26 +01:00
larshp
eef7268522
INTF: fix changed by, close #486
2016-12-05 16:57:13 +00:00
Lars Hvam
18243254fd
Merge pull request #480 from larshp/431
...
Method descriptions #431
2016-12-05 17:43:24 +01:00
Lars Hvam
7e56af6b7b
Merge pull request #481 from larshp/479
...
syntax highlighting - fix 479
2016-12-05 12:52:26 +01:00
larshp
b2afa979d6
rename variable
2016-12-05 07:43:10 +00:00
larshp
e00a472832
staging bugfix, close 485
2016-12-04 09:38:21 +00:00
sbcgua
faab642563
fixes for file_status, sap_package UTs #475
2016-12-03 14:45:51 +02:00
larshp
5f08a635ea
only highlight abap files, close #482
2016-12-03 10:57:56 +00:00
larshp
b1e35d75b0
WDYN: additional sorting
2016-12-03 10:32:58 +00:00
larshp
b56442cb95
fix #479
2016-12-03 10:04:47 +00:00
larshp
bff4bd638b
unit test refactored, public attr moved to private
2016-12-03 09:53:20 +00:00
larshp
fdb5dd89af
method descriptions
2016-12-03 09:06:16 +00:00
larshp
dcb5aad379
v1.24.0 ABAP syntax highlighting
2016-12-01 17:49:51 +00:00
TheWirtschaftsmann
dd2e1666db
Refactoring of UT
...
Replace usage of deprecated cl_aunit_assert to cl_abap_unit_assert.
2016-12-01 17:22:31 +02:00
TheWirtschaftsmann
2a73d9f618
Small fixes
...
Implemented substring.
2016-12-01 10:16:05 +02:00
TheWirtschaftsmann
1520299664
Syntax Highlighting for Diff #443
2016-11-30 18:17:59 +02:00
Lars Hvam
a81dc17b38
Merge pull request #476 from flaiker/package-fix
...
Fix missing software component for subpackages
2016-11-29 20:05:19 +01:00
flaiker
f8f46c4f9e
Fix missing software component for subpackages
2016-11-29 19:08:10 +01:00
sbcgua
541b623cac
drill down to package #450
2016-11-28 15:47:22 +02:00
sbcgua
d226b9f380
tutorial component, footer on settings page #469
2016-11-28 13:51:18 +02:00
larshp
968a186a85
cloning -> favorite, add earlier
...
in case the deserialization fails, currently the repo is not added as a favorite
2016-11-27 11:53:42 +00:00
sbcgua
da7da129c2
W3xx clear version #374
2016-11-27 13:31:22 +02:00
sbcgua
c70bedd6ad
W3xx condense filesize param #374
2016-11-27 13:24:15 +02:00
sbcgua
6defda4b52
move images to asset_manager #374
2016-11-27 12:45:16 +02:00
sbcgua
61e01e2949
abapmerge fix #374
2016-11-27 11:41:29 +02:00
sbcgua
bf9142bb1b
finetune and refactor JS #374
2016-11-27 10:41:29 +02:00
sbcgua
d84e1b1500
common js asset #374
2016-11-27 00:29:46 +02:00
sbcgua
e452f2a8e3
remove inline styles #374
2016-11-27 00:02:13 +02:00
sbcgua
a108cda845
Assets manager, first working code #374
2016-11-26 19:54:57 +02:00
sbcgua
96f805d50a
W3xx remove path from filename #374
2016-11-26 19:53:52 +02:00
sbcgua
2080398f38
W3xx deserialize, fix remote filesize change bug
2016-11-26 13:03:46 +02:00
sshlapak
78aa64ee98
MSAG translations
2016-11-25 17:40:08 +02:00
larshp
211e314844
background mode: fix
...
lets try this instead, getting sloppy
2016-11-25 15:27:45 +01:00
larshp
49fad6edc6
background mode: fix
2016-11-25 15:23:13 +01:00
larshp
16fe500579
CLAS: better changed_by
...
but still not perfect
2016-11-25 15:16:14 +01:00
larshp
662ff0904e
FUGR: changed by implemented
2016-11-25 13:39:37 +00:00
larshp
7de9306e0e
fix newline
2016-11-25 13:35:21 +00:00
Lars Hvam
db476a18b1
Merge pull request #463 from EduardoCopat/master
...
Unit tests rely on confirming a pop-up #433
2016-11-25 14:32:20 +01:00
EduardoCopat
4ae7d09743
Adding descriptive cancellation message
2016-11-25 14:29:32 +01:00
larshp
9cdf93ab08
utility to test changed by functionality
2016-11-25 12:57:20 +00:00
eduardocopat
f6dcba99ad
Using Critical Test settings instead of popup
2016-11-25 13:44:23 +01:00
eduardocopat
f9369da21a
Added critical tests on settings page
2016-11-25 13:17:22 +01:00
larshp
fcee6109af
background mode: build commit comment
...
plus remove some unused variables
2016-11-25 12:10:55 +00:00
larshp
c5911ff1f8
ENQU - changed by
2016-11-25 11:36:51 +00:00
eduardocopat
7d8c419893
adjust persistence settings
2016-11-25 12:23:03 +01:00
larshp
4219f46d9e
FUGR - bugfix, #430
2016-11-24 13:55:00 +00:00
larshp
95c73d82b9
TABL bugfix, #296
2016-11-24 07:38:22 +00:00
sbcgua
cf54c4dff9
Merged branch upstream-master into master
2016-11-23 20:48:22 +02:00
sbcgua
a6a9f74e05
css finetune, fixes #460
2016-11-23 20:47:20 +02:00
larshp
5b12359538
VARCL fix
2016-11-23 17:41:51 +00:00
larshp
f7c08c0d10
PROG - Skip empty CUA, close #456
2016-11-23 16:18:02 +00:00
eduardocopat
0d8d5af0d8
Changing icon to Folder
2016-11-23 17:13:16 +01:00
larshp
f6afe78a5e
DOMA - sort texts
2016-11-23 15:35:30 +00:00
Lars Hvam
8a5ee8d358
Merge pull request #458 from EduardoCopat/warning-when-pulling-db-changes
...
Warning when pulling db changes - Issue #296
2016-11-23 16:32:34 +01:00
eduardocopat
9eafa5695f
refactoring
2016-11-23 15:51:15 +01:00
eduardocopat
5556c76293
Remote file optimization abaplint
2016-11-23 15:44:56 +01:00
larshp
91899ed571
fix dump, local files might not exist
2016-11-23 14:40:52 +00:00
EduardoCopat
12fd27f56b
Missing null object creationg
2016-11-23 15:23:41 +01:00
EduardoCopat
23845cf117
abaplint remove whitespaces
2016-11-23 15:19:58 +01:00
EduardoCopat
7c031953a4
Merge commit conflicts
2016-11-23 15:11:16 +01:00
EduardoCopat
ede1b57561
Merge remote-tracking branch 'refs/remotes/larshp/master' into warning-when-pulling-db-changes
...
# Conflicts:
# src/zabapgit_http.prog.abap
# src/zabapgit_object_w3xx.prog.abap
2016-11-23 15:09:30 +01:00
eduardocopat
7bc2e16260
abaplint fixes
2016-11-23 14:58:24 +01:00
eduardocopat
75c2c07095
pull warning on dbchanges
2016-11-23 14:54:48 +01:00
larshp
0add070e67
FUGR: better error message
2016-11-23 13:29:49 +00:00
sbcgua
e4b3f7343a
dropdown hover forgiving zones #453
2016-11-23 14:38:09 +02:00
larshp
7ccadba1bc
v1.23.0, new feature = W3xx serialization
2016-11-23 07:20:39 +00:00
Lars Hvam
c3aa440597
Merge pull request #455 from sbcgua/master
...
W3xx v2 serializer, fix for .abapgit state
2016-11-23 08:18:44 +01:00
sbcgua
c2c0876d78
remove get_filename_from_syspath
2016-11-22 22:55:39 +02:00
larshp
f7ef1d336c
remove breakpoint
2016-11-22 18:36:05 +00:00
sbcgua
e907e9f3a0
Merged branch t444_t450 into master
2016-11-22 19:24:07 +02:00
sbcgua
730fd130bd
Merged branch w3mi_v2 into master
2016-11-22 19:23:05 +02:00
sbcgua
ae9fb69dba
W3xx serializer v2 #374
...
+ change log changes
2016-11-22 19:22:33 +02:00
larshp
a7a5208f26
TABL, less xml for structures, close #448
...
tested, changed is backward compatible
2016-11-22 16:55:03 +00:00
larshp
4075470b37
reset/pull warnings, #452 , #445
2016-11-22 16:43:38 +00:00